Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/f0rkr/mqtt
- Owner: f0rkr
- Created: 2021-12-12T16:56:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T01:53:20.000Z (about 3 years ago)
- Last Synced: 2024-11-29T07:33:10.227Z (2 months ago)
- Topics: mqtt, mqtt-client, mqtt-server, network-programming, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).