doc/bms.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 595
655a161bb7c7
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.

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.5//EN" [
<!ENTITY chapter1 SYSTEM "bms-ch1.sgml">
<!ENTITY chapter2 SYSTEM "bms-ch2.sgml">
<!ENTITY chapter3 SYSTEM "bms-ch3.sgml">
<!ENTITY chapter4 SYSTEM "bms-ch4.sgml">
<!ENTITY chapter5 SYSTEM "bms-ch5.sgml">
<!ENTITY chapter6 SYSTEM "bms-ch6.sgml">
<!ENTITY chapter7 SYSTEM "bms-ch7.sgml">
<!ENTITY chapter8 SYSTEM "bms-ch8.sgml">
]>

<book lang="nl">
<bookinfo>
    <title>Brouwerij Management Systeem handleiding.</title>
    <authorgroup>
	<author>
	    <firstname>Michiel</firstname>
	    <surname>Broek</surname>
	</author>
    </authorgroup>

    <copyright>
	<year>2018-2020</year>
	<holder role='mailto:mbse@mbse.eu'>M. Broek</holder>
    </copyright>

    <releaseinfo>Version 0.0.1</releaseinfo>
    <abstract>
	<para>
	    Documentatie voor het Brouwerij Management Systeem software pakket.
	</para>
    </abstract>
</bookinfo>

&chapter1;
&chapter2;
&chapter3;
&chapter4;
&chapter5;
&chapter6;
&chapter7;
&chapter8;

</book>

mercurial