doc/bms-ch3.sgml

Mon, 18 May 2020 11:00:59 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 18 May 2020 11:00:59 +0200
changeset 679
48f8f3fce7c0
parent 363
0aa27f92a8f9
child 366
a14a31bfc73b
permissions
-rw-r--r--

Added reconnecting-websocket.js to automatic reconnect the websocket if the connection is lost. Usefull for mobile devices that go to sleep after a while. Changed mon_fermenters to use websockets instead of polling. Fixed wrong temperature color ranges on the fermenter monior. Increased the websocket receive buffer to 2048. In cannot overflow, but larger messages are chunked and the application does not handle these split messages. Needs termferm 0.9.9 or newer.

363
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 <!--
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 vim:syntax=docbksgml
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 -->
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 <chapter id="instellingen">
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 <title>Instellingen.</title>
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 <para>
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 Instellingen tekst.
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 </para>
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10
0aa27f92a8f9 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11 </chapter>

mercurial