SMQ is an easy to use machine-to-machine (M2M)/"Internet of Things" connectivity protocol that follows the publish subscribe design pattern.

Dependencies:   EthernetInterface mbed-rtos mbed

Introduction

The SMQ Architecture is an Internet of Things (IoT) publish subscribe end-to-end solution that is optimized for embedded systems to provide instantaneous Device Edge Node connectivity, 1 to 1 Communications, and Ease of Transcending Firewalls. The solution is ideal for resource constrained devices that require real-time dynamic control, analytic information, and firmware updates in both LAN and WAN environments.

Architecture Component List

  • SMQ C Client (Non-secure)
  • SharkMQ (Secure) C Client
  • SMQjs (Javascript)
  • SMQ JAVA
  • SMQ Broker

/media/uploads/wini/smq_architecture.png

SMQ Client-example

A (non-secure) C Client implementation of the SMQ protocol demonstrating device control over the on board LEDs via any modern (WebSocket enabled) Browser interface.

  • Code Size: 3kB

See Also

How to setup your own SMQ IoT cloud server

Most IoT cloud server solutions, whether they provide ready-to-use hosted services or not, are based on a standard Virtual Private Server (VPS). Most developers probably think of Amazon or Microsoft Azure's services when considering the server side of their IoT solution. These high-end services are great if you need to scale up to millions of connected devices. However, for most small-scale operations and DIY projects, a low-cost VPS is more than adequate.

README.txt

Committer:
wini
Date:
2016-05-23
Revision:
5:bfd98bf43a59
Parent:
0:bd3aeb15634e

File content as of revision 5:bfd98bf43a59:



                        SimpleMQ C Client library

------- License:
The source code is released under the Eclipse Public License
http://en.wikipedia.org/wiki/Eclipse_Public_License
https://www.eclipse.org/legal/epl-v10.html


------- Documentation:
https://realtimelogic.com/ba/doc/?url=SMQ.html
https://realtimelogic.com/ba/doc/en/C/reference/html/group__SMQClient.html


------- Compiling:

Build instructions for Windows, Linux, and embedded systems:

The VcMake directory contains Visual Studio build files. You can
download the compiler here:
http://www.visualstudio.com/en-us/downloads#d-2010-express

The included Makefile compiles the library and the example program on
any Linux computer.

You can compile the code for the supported embedded systems. See
src/arch/README.txt for details.

The example code m2m-led.c requires porting to your embedded board's
LED(s).

Additional libraries:
SimpleMQ can be used in combination with our JSON library:
https://realtimelogic.com/products/json/