https://github.com/flowerwrong/rfc
RFC collection of any language and any protocol.
https://github.com/flowerwrong/rfc
Last synced: 10 months ago
JSON representation
RFC collection of any language and any protocol.
- Host: GitHub
- URL: https://github.com/flowerwrong/rfc
- Owner: FlowerWrong
- Created: 2016-01-21T07:18:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T08:39:38.000Z (almost 10 years ago)
- Last Synced: 2025-01-11T11:15:58.825Z (12 months ago)
- Size: 2.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RFC collection of any language and any protocol.
## [mqtt](http://mqtt.org/)
MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport.
#### mqtt rfc
* [MQTT 3.1.1 δΈζη](https://github.com/mcxiaoke/mqtt)
* [MQTT 3.1.1 EN version](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html)
#### mqtt library
* [emqttd------a massively scalable and clusterable MQTT V3.1/V3.1.1 broker written in Erlang/OTP](https://github.com/emqtt/emqttd)
* [mosquitto------an open source (BSD licensed) message broker written in c that implements the MQTT V3.1/V3.1.1](http://mosquitto.org/)
## http
## rtmp