You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

inbus-server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inbus-server

Simple UDP based message bus

1.1.0
pipPyPI
Maintainers
1

Inbus

.. image:: https://github.com/mlos/inbus/blob/master/docs/_static/inbus-logo.png :alt: Inbus Logo :scale: 20 %

.. image:: https://readthedocs.org/projects/inbus/badge/?version=latest :target: http://inbus.readthedocs.io/en/latest/ :alt: Documentation Status

.. image:: https://travis-ci.org/mlos/inbus.svg?branch=master :target: https://travis-ci.org/mlos/inbus

.. image:: https://codecov.io/gh/mlos/inbus/branch/master/graph/badge.svg :target: https://codecov.io/gh/mlos/inbus

.. -readme-start-

inbus stands for in\ connu 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

.. -readme-end-

Keywords

message bus broker publisher subscriber pub sub

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts