Sujet : A-smart-home-in-Forth V5.3
De : josv (at) *nospam* planet.nl (josv)
Groupes : comp.lang.forthDate : 20. Feb 2025, 13:10:46
Autres entêtes
Organisation : novaBBS
Message-ID : <78f6254346fd25e7f61759a8e5fb9a9e@www.novabbs.com>
User-Agent : Rocksolid Light
Hi, After a long test A-smart-home-in-Forth V5.3
for Gforth has been released.
New are:
- Sleep for the Central heating and LightsControl.
- Changed shget to prevent a memory overflow.
- Added worker-threads and removed a number of execute-task
for better multitasking.
- Replaced +f by +a to get access to the forth tcp/ip and html
dictionaries.
- Added SendTcpInBackground to prevent time outs in the main task
when a TCP message is send
- Added \ to receive messages like stack information from other systems
on the network
- Some bugfixes.
It runs best under Linux on a Raspberry Zero W.
A PC with Linux (Bookworm) can also be used.
Run ./gf.sh in linux to start the webserver in the background of Linux.
You can get it from:
https://github.com/Jos-Ven/A-smart-home-in-ForthIt is really nice to run a forth under Linux and a Forth on an ESP32
that work together in a network. It is a bit like a giant that is
helping a dwarf.
Jos
--