===== Usage ===== .. code-block:: console from inbus.server.inbus import Inbus Inbus().run() Now any Inbus client that adheres to the :doc:`protocol` can publish and subscribe to messages. ------- Clients ------- Inbus clients exist for `Python `_ and `C++ `_.