libatbus
High-performance asynchronous message bus with encrypted routing
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install libatbus?โผ
Run `npx skills add owent/libatbus --all -g -y` in your terminal to install all skills in this suite globally.
What is libatbus used for?โผ
It is a cross-platform C++ library for building high-performance, fully asynchronous, tree-structured message bus systems with automatic shared-memory or TCP transport selection.
Does libatbus support encrypted communication?โผ
Yes. It supports ECDH key exchange (X25519, P-256 and more), AEAD ciphers like AES-GCM and ChaCha20-Poly1305, plus zstd, lz4, snappy, and zlib compression.
How do nodes route messages in libatbus?โผ
Parent-child relationships are derived from bus ID bit ranges like an IP routing table, and sibling connections are created on demand with automatic reconnection.
Can AI coding assistants work on libatbus safely?โผ
Yes. The AGENTS.md guide and bundled skills route your agent to the right engineering, testing, and protocol rules before any C++, crypto, or build change.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core