Usage
Install python package
pip3 install unixscoketcs
Example of lib usage
Start server in one terminal
cd example python3 app_server.py
Start client in another terminal
cd example python3 app_client.py [cmd]
cmd
is the cli command defined intestconfig.json
.- You also can check by
python3 app_client.py -h
.