Secure MQTT Protocol Stack - RTOS or Bare-Metal

SharkMQTT is a reliable and secure implementation of the MQTT standard, designed specifically for use in the Internet of Things. By incorporating SSL encryption, SharkMQTT offers military-grade authentication and encryption to ensure efficient and secure communication with brokers, even on resource-constrained embedded devices. If you are looking for a powerful and secure solution for MQTT communication in your IoT project, SharkMQTT is an excellent choice.

FEATURES:

    • End-to-End IoT Security
    • ANSI C Source Code Library
    • Pre-Integrated with SharkSSL
    • Includes ready to use Amazon AWS IoT example using ALPN
    • x.509 Authentication and/or MQTT Authentication
    • SharkMQTT (including sharkSSL) 22kB ROM, 4kB RAM
    • Bare Metal (Super-Loop) and RTOS Support


About MQTT

MQTT is a popular IoT protocol suitable for constrained devices. MQTT is based on the Pub/Sub messaging principle of publishing messages and subscribing to topics. The MQTT specification recommends TLS as a transport option to secure the otherwise insecure MQTT protocol.

About SharkMQTT

SharkMQTT is an embeddable C source code library designed specifically for using the zero copy API provided by the SharkSSL TLS stack. The MQTT stack supports all packet types, all Quality of Service (QoS) levels 0-2, and is included as a free and ready to use SharkSSL package.

Download SharkMQTT

Download SharkMQTT

SharkMQTT Pricing

MQTT Sparkplug Library

Note: We provide two MQTT client stacks: SharkMQTT (C89 compatible C code) and LMQTT (Lua code). Our LMQTT stack is MQTT Sparkplug ready.

Why use SharkMQTT

If RAM/ROM size and/or communication speed is important, then SharkMQTT is a no brainer. The TLS stack SharkSSL, used by SharkMQTT, is the smallest and fastest TLS stack for embedded use and fits into tiny microcontrollers.

The SharkMQTT source code includes commercial support. Our engineers have extensive experience in security, including how to safe guard an MQTT solution. The problem with MQTT is that the broker is, by default, not secure even when used with TLS. If you are unaware of these security issues and do not know how to mitigate the MQTT issues, you risk compromising the IoT solution, including the broker and all connected devices.

RTOS/HLOS

Out-of-the-box operating system (OS) support includes INTEGRITY, MQX, SMX, Azure RTOS, embOS, VxWorks, QNX, FreeRTOS, MDK-ARM, Microchip, mbed, Mediatek, lwIP, Linux, and Windows.

Bare-Metal

Out-of-the-box support for lwIP in event driven mode.

Other

SharkMQTT is built for maximum portability and is generally very easy to port to new platforms.

See also our SMQ IoT protocol, which includes integrated one-to-one communication, a feature typically required in IoT design.

MQTT Tutorials and Examples

We provide several MQTT examples and tutorials, including online interactive tutorials. See the MQTT Security Tutorials for details.