Simple Message Queue (SMQ) is an "Internet of Things" IoT / M2M "Machine-to-Machine" publish subscribe (pub/sub) connectivity protocol specifically designed for easy and secure device management. See the online SMQ documentation for a detailed introduction.
The SMQ documentation provides an introduction and a few basic hands-on examples.
-
One-to-One communication - A foundational guide demonstrating direct communication between a browser and the server. This example serves as a versatile base for establishing browser-server interactions.
-
RPC (aka AJAX) over SMQ - Extends the
One-to-One communication
example and includes browser-to-server RPC calls. -
a light bulb app and a light switch app - The companion example for the Modern Approach to Embedding a Web Server in a Device tutorial.
-
Cluster example - Explore how to horizontally scale an SMQ solution, enhancing its capacity and reliability through redundancy
Source code for the SMQ tutorials @ makoserver.net. See the IoT directory for details.