diff --git a/COC.md b/COC.md index d9ef4e09..d5773387 100644 --- a/COC.md +++ b/COC.md @@ -32,7 +32,6 @@ If you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know. - 3. Expected Behavior -------------------- diff --git a/HISTORY.md b/HISTORY.md index c1a9c0a4..814cbaa0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,4 +9,4 @@ History * 5.10 — Cleanup * 5.11 — Formatter API changes * 5.11.1 — Unification of WebSocket and MQTT versions -* 6.3 — arraybuffer in JS client, n2o_pi, fixes +* 6.3 — arraybuffer in JS client, n2o_pi, fixes, synrc/mqtt drop diff --git a/index.html b/index.html index e6334f54..36c03a23 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@

SYNOPSIS

- Nov 2018 © Namdak Tonpa ISC + Nov 2018 © Namdak Tonpa ISC
@@ -65,19 +65,18 @@

SYNOPSIS

MQTT

-

EMQ is an open-source MQTT broker implementated by Feng Lee. +

EMQ is an open-source MQTT broker implementated by Feng Lee. N2O is EMQ compatible plugin that acts as predefined MQTT clients that form a ring of virtual nodes, process all the protocol requests, and answer to client topics according to classical RPC over MQ schema. -

-

This list of modules forms a core of N2O that is common for + This list of modules forms a core of N2O that is common for both MQTT and WebSocket versions:

@@ -103,8 +102,7 @@

SYNOPSIS

COWBOY is small, fast, and modern HTTP server implementated by Loïc Hoguin. In this version, N2O loop is integrated as WebSocket cowboy handler that routes all incoming messages to N2O. -

-

The list of WebSocket specific modules:

+ The list of WebSocket specific modules: