python library which can talk with Voltcraft SEM6000
Go to file
sqozz 21433a3d20 Merge branch 'master' of ssh://git.geekify.de:1421/sqozz/sem6000 2018-08-13 18:48:03 +02:00
README.md Add README 2018-08-11 00:39:26 +02:00
example.py Add change password function and fix checksum 2018-08-13 18:47:46 +02:00
requirements.txt Add PoC lib 2018-08-11 00:32:33 +02:00
sem6000.py Add change password function and fix checksum 2018-08-13 18:47:46 +02: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