Usage

from inbus.server.inbus import Inbus

Inbus().run()

Now any Inbus client that adheres to the Protocol can publish and subscribe to messages.

Clients

Inbus clients exist for Python and C++.