tools/default

Fri, 05 Apr 2024 16:19:39 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 05 Apr 2024 16:19:39 +0200
changeset 660
a28ef4d9afa4
parent 639
276ee5b61348
permissions
-rw-r--r--

Version 0.9.17a1. Revised starting and stopping the threads. Fixed stopping the command server thread. Moved one-wire tempeature sensors resolution correction to the one-wire thread. The devices thread fetches temperatures from the one-wire thread. The one-wire thread does everything for the temperature sensors. The command server uses private sockets. Still, only one session at the same time is handled.

639
276ee5b61348 Init system for Slackware only
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 #
276ee5b61348 Init system for Slackware only
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 # Define default options for thermferm
276ee5b61348 Init system for Slackware only
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 #
276ee5b61348 Init system for Slackware only
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4
276ee5b61348 Init system for Slackware only
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 THERMFERM_BIN="/usr/bin/thermferm"
276ee5b61348 Init system for Slackware only
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6
276ee5b61348 Init system for Slackware only
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 # Use the next if running the simulator
276ee5b61348 Init system for Slackware only
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 #THERMFERM_BIN="/usr/bin/thermferm-sim"

mercurial