pycayennelpp
pycayennelpp copied to clipboard
A Cayenne Low Power Payload (CayenneLPP) decoder and encoder for Python
Hello, Nice to meet you. I found you are very familiar with LoraWAN project. I have one task and I wanna work with you! If you are interested in, please...
add a parameter like `range` (list|tuple) of allowed values or min and max values which could also be used for testing, i.e. humidity or percentage would have an allow range...
Though basic tests are in place to provide an overall good code coverage, not all data types are tested thoroughly for edge cases, i.e. minimal and maximum values and such....
- should write some documentation on supported data types - maybe some more (extended) usage examples - also check/test interop with other libs and packages from different languages
Currently test are only run with and against pycayennelpp, this is insufficient. We should run encoding and decoding tests against other libs from other programming languages to ensure interoperability, as...