Sujet : Re: A-smart-home-in-Forth V5.3
De : clf (at) *nospam* 8th-dev.com (Ron AARON)
Groupes : comp.lang.forthDate : 21. Feb 2025, 06:48:27
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vp943b$393uv$1@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
Nice! I have a dumb home; some years ago I experimented with X10 systems and decided it wasn't a good idea. I do understand tech has improved since then, though...
On 20/02/2025 14:10, josv wrote:
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-Forth
It 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
--