python library which can talk with Voltcraft SEM6000
Go to file
sqozz bc34c9dd8f Add proper connect and disconnect functions
This makes it possible to only open a short lived connection to the
physical SEM6000 socket. A few old artefacts referencing __reconnect do
still exist in the code.
2019-11-13 17:57:24 +01:00
README.md Add README 2018-08-11 00:39:26 +02:00
example.py Add timeout and reconnect support 2019-02-27 22:01:46 +01:00
requirements.txt Add PoC lib 2018-08-11 00:32:33 +02:00
sem6000.py Add proper connect and disconnect functions 2019-11-13 17:57:24 +01:00

README.md

$ git clone … sem6000
$ cd sem6000
$ virtualenv -p python3 python3_venv
$ . ./python3_venv/bin/activate
$ pip3 install -r requirements.txt
$ python3 example.py