Really Small Message Broker
What is Really Small Message Broker?
Really Small Message Broker (aka RSMB) is a small server that uses MQ Telemetry Transport (MQTT) (Version 3 and 3.1) for lightweight, low-overhead messaging. It enables messaging to and from tiny devices such as sensors and actuators over networks that might have low bandwidth, high cost, and varying reliability. “Publishers” send messages to the broker, which then distributes the messages to the “subscribers” who have requested to receive those messages.
RSMB has a “bridge” that enables connections to other MQTT-capable servers; this bridge allows messages to be passed between RSMB instances as well as to other MQTT servers such as WebSphere MQ. RSMB can run in embedded systems in order to provide a messaging infrastructure in remote installations and pervasive environments. Given Really Small Message Broker’s low memory requirements, it can help extend the reach of the MQTT messaging infrastructure to the smallest components.
Really Small Message Broker makes it easy to connect brokers together into a messaging infrastructure (either peer-to-peer or hierarchically). It’s easy configuration and low resource requirements provide great flexibility in messaging solutions for embedded environments.
Platform requirements
Operating systems:
- Linux for Intel 32-bit, kernel 2.6.8 or above
- Linux for Intel 64-bit, kernel 2.6.8 or above
- Linux on IBM System z
- Linux for ARM XScale, kernel 2.0.0 or above (Crossbow Stargate or Eurotech Viper)
- Windows XP
- Apple Mac OS X Leopard
- Unslung (Linksys NSLU2)
Installation instructions
- Download the zip file.
- Extract the zip file to a location on your computer (for example, C:\Program Files\broker or /home/laura/broker).
- On Windows, install Microsoft Visual C++ 2008 Redistributable Package, if it is not already installed.
Starting the broker on Windows: In the folder where you installed the broker, select the windows folder and double-click broker.exe.
Starting the broker on Linux:
- In a terminal, change to the directory where you installed the broker (for example: cd /home/laura/broker).
- Change to the appropriate directory for your platform. For example, on Ubuntu, to linux_ia32.
- Enter the appropriate command for your platform. For example, on Ubuntu, type the following:
./broker
Or, in order to run the broker in the background so that it will continue to run when you log out of the session, enter the following command:
nohup ./broker >> /dev/null &
Watch this video:
You may like also:
- IoT protocols
- STOMP – Simple/Streaming Text Oriented Messaging Protocol
- CoAP Protocol- Constrained Application Protocol
- Wireless IoT Network Protocols
- :Symphony Link – Best Alternative of LoRaWAN