If you have any features that are missing create a topic to the Gurux Forum. Let's see if they can be added to the libraries.
Because Gurux libraries are dual-licensed it's not easy to accept changes. There are so many different meters and testing is taking more time at the moment than implementing a new feature.
There are lots of meters to test before the new release.
Good point about changes having to be tested on multiple meters; how about changes like using (python) argsparse module for argument passing, more detailed comments? Learnt a lot about DLMS reading the code, sometimes easier than the Blue book!
Also, do you have an automated tests, test tools? Will that help?
Hi, If you have any features…
Hi,
If you have any features that are missing create a topic to the Gurux Forum. Let's see if they can be added to the libraries.
Because Gurux libraries are dual-licensed it's not easy to accept changes. There are so many different meters and testing is taking more time at the moment than implementing a new feature.
There are lots of meters to test before the new release.
BR,
Mikko
Good point about changes…
Good point about changes having to be tested on multiple meters; how about changes like using (python) argsparse module for argument passing, more detailed comments? Learnt a lot about DLMS reading the code, sometimes easier than the Blue book!
Also, do you have an automated tests, test tools? Will that help?
Hi, All Gurux programs use…
Hi,
All Gurux programs use the same command line arguments and for that reason, argparse is not planned to use.
Meters are easer to test with automatic testing. The client side expects the values to be read from the meter and verified.
BR,
Mikko