ed7coyne / gnat

MQTT Server for microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gnat

Build

This is a MQTT server / broker designed for use on microcontrollers. It is optimized for high throughput with little memory allocation or overhead.

It is built on standard C++ (17+) abstractions and should run well in most constrained environments.

About

MQTT Server for microcontrollers

License:MIT License


Languages

Language:C++ 96.7%Language:Makefile 3.3%