add netdaemon

This commit is contained in:
eddyem
2018-09-13 11:44:43 +03:00
parent bb5b4c4222
commit 320d2db9fa
15 changed files with 7019 additions and 0 deletions

7
netdaemon/Readme.md Normal file
View File

@@ -0,0 +1,7 @@
Network daemon snippet
==================
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'.