mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 10:45:12 +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'.