Skip to content

Feuermagier/tinymqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyMQTT

A very tiny no-std MQTT client, mainly for embedded systems. Not very well tested, and only supports a very small subset of MQTT - barely enough to publish messages and subscribe to topics.

The client performs no networking itself. Instead, it writes to and reads from &[u8] buffers supplied by the user (and typically received or to be sent via network sockets).

About

An extremely small & simple MQTT client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages