Hacker Newsnew | past | comments | ask | show | jobs | submit | naushit's commentslogin

I dont think you can install your own OS on this, yet? :) , in order to do 25GBPS on ARM, I am sure they are doing some sort of DPDK ( I mean user space networking.). I would love to learn more on how do they achieve 25GBPS on this little arm64.


Almost guarantee that they aren't doing 25GBPS on the arm chip but on the dedicated ASIC.

I know for most of the Mikrotik platforms what gets offloaded to the ASIC and what gets handled by the CPU is a big deal in performance tuning and selecting the correct product for your use case.


I also think they only achieve about 15GBPS on their backplanes of their routers with SFP28, enough to show a benefit over SFP+ but not really full speed.


is it cross domain solution?


It is. Supports file transfers (sftp push and pull), XML (basically file with schema validation, different filters on each side of the protocol break), and TCP and UDP steaming.

We’re proud of how fast it is, among other things.


Sounds interesting. Do you have any formal verification tools in your tech stack?

p.s. are you hiring?


> p.s. are you hiring?

We're always interested in talking to potential candidates, but unless you're in Ottawa work would be truly remote (we all WFH, but we get together at least monthly for lunch, save for the folks in the Maritimes, the UK, etc.).

My HN userid at sphyrnasecurity.com


Would prefer mainline DB engine like Postgres or MySQL


Check baserow.io then ;)


why?


Whats wrong with XMPP? Why re-invent the wheel?


the idea is to do a mininal training on an existing model, so minimal addition of new tokens


I enjoy https://www.cnx-software.com/ not exactly a community , but good news site.


I came here to comment the same [https://www.cnx-software.com/], their comments section though is pretty decent, there are usually 10+ comments (decent quality) on posts for popular MCU/SoC/embedded software/other popular releases.


Another question is : How do make money? Your business model is not very clear either.


A honest answer would be, there is no clear business model at this stage.

IPster is supported by my other projects so this can go on for years supporting a large number of users.

If Ipster is really useful, business model will also evolve.


Deploy Kong in front?


wow....that's really cheap. Considering Asterisk's market share for VOIP ports.


But they were bleeding money, and just sold $30M total last year. Lots of people use Asterisk (it's basically everywhere - whatever you call - dentist, doctor, plumber... - they have the default Asterisk music-on-hold), but not all of them put a coin in the box. :)


They're everywhere because they're already there, but doesn't mean new boxes are being installed.

Personally I wouldn't use it; I'd just write some quick code with Twilio (using Twilio functions or a companion app running on Heroku for the business logic) and let them handle it. Less maintenance overhead.


This is old battle.... Centrex VS PBX . ( if you are old enough to remember Centrex). Twillio is next-gen Centrex.


I'm not really old enough to have experienced Centrex, but for small businesses its promises makes sense from a business point of view. Less maintenance/support overhead is a huge plus.


sounds good. until you run conferencing services or whatever. Then the pricing is pretty simple: buying wholesale SIP and operating on your own is substantially cheaper.

irl maintenance is pretty straightforward. I do it as a side thing to my main job.


Somewhat off-topic, but what wholesale SIP provider would you recommend? Looking for something small-scale for now, pay as you go as opposed to $X,000/month.


Twilio, voip.ms, or DIDlogic. Twilio may be for large users, but it works great for tiny ones as well. No minimums, simple wholesale pricing, and they still have free support even if you don't want to spend thousands a month for 24/7/365 phone support with an expert.


voip dot ms has been good to me for many years now


We are wholesale SIP provider. email in info. contact me offline.


I've been using flowroute for years now.


Nexmo is quite good.


How can I contact you?


On the other hand, I'm not sure Asterisk has a future.

It's quite a legacy application and is not easily scalable nor made highly available.

The world is also moving to hosted communications (Twilio, etc) so there is less and less need for a local PBX, thus less demand for Asterisk.


You can scale Asterisk up quite a bit (we have customers with clusters of 50+ boxes) and every telecom uses it some way or the other.


How do you share state between them?


The state you tend to store is in the application side, so it still backs onto things like SQL databases in the end. You'd put another service in front of your Asterisk instances like OpenSIPS or Kamailio to distribute load.


Seems like a huge hack. What we really need is some kind of etcd for telecoms, where you just configure it and they replicate and share state automatically.


It's not a hack. Think of Asterisk as if it was an http server + backend code. How do you scale?

You scale horizontally using proxies (kamailio dispatchers), (what you would call "reverse proxies in the http world), and use external storage / database / logic.


SIP? This sounds like exactly what SIP does. Or at least a function of what it exposes


Asterisk is just another daemon. You could use etcd for it or Puppet or whatever to create config on the fly. On FreePBX you generally use MySQL/MariaDB.


Lots of ways. Usually externally, through a database. An Asterisk box processes and forwards calls - you can hook into a "master controller" that decides what is to be done.


> The world is also moving to hosted communications (Twilio, etc) so there is less and less need for a local PBX, thus less demand for Asterisk.

Correct, but don't forget many hosted communications services use asterisk internally.

Twilio did use Asterisk in the past, although I believe they have switched to something else.


I believe they built their own, exactly for the reasons I outlined above.


And they also have a very decent line or hardware. Digium cards used to be the de-facto standard to build quickly a small PBX system, and I really appreciated their quality.


Any plan to share same data/files using IPFS?


+1 Instead of "can I import X", please allow import preprocessor to import any kind of data. People can write customer pre-processor script. ( sometime for sanity check ).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: