Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/f0rkr/mqtt

Implementing an MQTT client and server, according to the subset of OASIS Standard.
https://github.com/f0rkr/mqtt

mqtt mqtt-client mqtt-server network-programming python3

Last synced: 15 days ago
JSON representation

Implementing an MQTT client and server, according to the subset of OASIS Standard.

Awesome Lists containing this project

README

        

# MQTT

MQTT (Message Queuing Telemetry Transport) is a data publication protocol widely used especially in the field of IoT (Internet of Things).
And in this project I will implement the MQTT protocol from scratch respecting the [OSIS Standard](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html).