Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.01 KB

README.rst

File metadata and controls

33 lines (23 loc) · 1.01 KB

Inbus

Inbus Logo

Documentation Status https://travis-ci.org/mlos/inbus.svg?branch=master

inbus stands for inconnu message bus and is targeted at small devices running a limited number of applications exchanging small messages. It has a single goal: simple, connectionless brokering of messages between one or more publishers and one or more subscribers.

  • Central broker: No complex relationships
  • Limited scope: Does not try to be all things to all people
  • Connectionless: No flow control, no guaranteed message delivery
  • Simple JSON based protocol