Added send_custom_text and tests for that and secondary addressing. Needs my fork of libmbus to work. I used sensenode fork instead of master because it seems to have addressed some issues with the original, and the original is abandoned. // Jouzer
The stuff below is the original, you install this as so and then you can find the tests from /examples/ , edit the .py with your dev and sec.addr etc.
Python wrapper for libmbus (source)
- installation: run
python setup.py install - tests: run
py.test- please adjust the serial device in pytest.ini
- to only run tests involving the serial device, run
py.test -m serial
This software is licensed under the BSD license.