-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
63 lines (62 loc) · 2.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html><head><meta charset="utf-8" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" /><meta name="author" content="Maxim Sokhatsky" /><title>MQTT</title>
<link rel="stylesheet" href="https://n2o.dev/blank.css" />
<link rel="stylesheet" href="https://n2o.dev/zima.css" />
<link rel="stylesheet" href="https://n2o.dev/pro/pro.css" />
</head><body><nav>
<a href="https://erp.uno/en/">ERP</a>
<a href="https://mq.erp.uno" style="background:#ededed;">MQTT</a>
</nav><header>
<a href="https://github.com/synrc/mq"><img src="https://openmoji.org/data/color/svg/1F4DF.svg"/></a>
<h1>MQTT</h1>
</header><aside>
<article>
<section>
<h3>SYNOPSIS</h3>
<div>MQTT server is a heart of infrastructure and SYNRC products are
compatible with the following MQTT servers: EMQX, NanoMQ, Mosquitto.
Here you may find information how to set up those.
</div>
</section>
<section>
<h3>SERVERS</h3>
<div><ul><li><a href="man/mosquitto.htm">MOSQUITTO</a></li>
<li><a href="man/nanomq.htm">NANOMQ</a></li>
<li><a href="man/emqx.htm">EMQX</a></li></ul></div>
<br />
<div>
JUN 2023 © 5HT ISC | VER 1.0
</div>
</section>
<section>
</section>
</article>
</aside><main>
<section>
<a name="js"></a><h3>MOSQUITTO</h3>
<figure>
<code>
$ sudo apt install mosquitto mosquitto-clients
</code>
</figure>
</section>
<section>
<a name="js"></a><h3>NANOMQ</h3>
<figure>
<code>
$ git clone [email protected]/emqx/nanomq
</code>
</figure>
</section>
<section>
<a name="js"></a><h3>EMQX</h3>
<figure>
<code>
$ git clone [email protected]/emqx/emqx
</code>
</figure>
</section>
</main><footer>
Made with <span class="heart">❤</span> to EMQ
</footer></body></html>