add serialsock

This commit is contained in:
2022-01-19 17:31:04 +03:00
parent 786ed54d03
commit 9192ee09a3
78 changed files with 5244 additions and 0 deletions

6
README
View File

@@ -9,6 +9,8 @@ fifo_lifo - simple stack-like queues
netdaemon - snippet for network management of serial devices
serialsock - socket server for serial devices
simple_list - 1-directional list with functions: add element; delete list
stellarium_emul - snippet for stellarium telescope remote control
@@ -23,3 +25,7 @@ usefull_macros - a lot of different macros & functions
* MMAP files into memory
USBrelay - simplest tool to manage USB-HID chinese relays
translate c into asm: gcc -S -fverbose-asm file.c