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