mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 02:35:14 +03:00
10 lines
301 B
Markdown
10 lines
301 B
Markdown
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'.
|