From 7b92c143fb2076d33d83f738971c6185211b6707 Mon Sep 17 00:00:00 2001 From: Namdak Tonpa Date: Mon, 4 Mar 2019 13:30:26 +0200 Subject: [PATCH] links --- COC.md | 1 - HISTORY.md | 2 +- index.html | 16 +++++++--------- 3 files changed, 8 insertions(+), 11 deletions(-) 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:

    -
  • n2o — N2O Application
    : MQTT version — 10KB
  • -
  • n2o_pi — N2O Processes
    : gen_server — 4KB
  • -
  • n2o_proto — N2O Loop
    : NITRO, FTP — 1KB
  • +
  • n2o — N2O Application
    : MQTT and WS — 10KB
  • +
  • n2o_pi — N2O Processes
    — 4KB
  • +
  • n2o_proto — N2O Loop
    : — 1KB
@@ -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: