mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-20 00:30:59 +03:00
Network daemon snippet
This isn't an end-product, but just a template for different net-daemons.
Open a socket at given port (default: 4444), works with http & direct requests. Can read and send commands over serial interface.
Pieces with user code marked as 'INSERT CODE HERE'.