R18
This commit is contained in:
parent
cd77f42cbf
commit
8b45d45ee3
|
@ -1,7 +1,10 @@
|
|||
language: erlang
|
||||
|
||||
otp_release:
|
||||
- 17.0
|
||||
- 18.0
|
||||
- 18.1
|
||||
- 18.2.1
|
||||
- 18.3
|
||||
|
||||
script:
|
||||
- make
|
||||
|
|
|
@ -5,7 +5,7 @@ emqttd is a massively scalable and clusterable MQTT V3.1/V3.1.1 broker written i
|
|||
|
||||
emqttd is fully open source and licensed under the Apache Version 2.0. emqttd implements both MQTT V3.1 and V3.1.1 protocol specifications, and supports WebSocket, STOMP, SockJS, CoAP and MQTT-SN at the same time.
|
||||
|
||||
emqttd requires Erlang R17+ to build.
|
||||
emqttd requires Erlang R18+ to build since 1.1 release.
|
||||
|
||||
Demo Server: tcp://t.emqtt.io:1883
|
||||
|
||||
|
|
Loading…
Reference in New Issue