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

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.

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