Flagship — developer library
P2Pmsgcore
C++ · Java · Windows & Linux
The message routing kernel. Hubs take hierarchical addresses, messages carry a priority and a code, and handlers are bound by map macros. Connection state and message dispatch are pumped through shared threads, so a connection costs an object — not a thread.
- Hierarchical virtual addressing, independent of IP
- Priority message queue with pooled pump threads
- Self-describing hierarchical message payloads
- Diffie–Hellman key exchange and AES payload encryption
- Overlapped, non-blocking I/O with no thread per peer