- Notifications
You must be signed in to change notification settings - Fork6
PSRT - an industrial pub/sub server
License
alttch/psrt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PSRT is a pub/sub real-time telemetry protocol, optimized for industrial needs:providing low latency, dealing with slow channels and large payloads.
PSRT can process 100K+ messages on a single node with very low latencies(<1ms). Speeds are reasonable (1K+ ops/sec) even with enormous (1MB+) payloads.
Topic subscriptions in PSRT are processed with B-tree algorithms, which allowsthe server to handle hundred thousands subscriptions without any speedloss.
https://info.bma.ai/en/actual/psrt/
Bohemia Automation /Altertech is a group of companies with 15+ yearsof experience in the enterprise automation and industrial IoT. Our setupsinclude power plants, factories and urban infrastructure. Largest of them have1M+ sensors and controlled devices and the bar raises higher and higher everyday.
About
PSRT - an industrial pub/sub server