* add routes to a plc remotely with pyads.add_route_to_plc()
3.0.12
* update adslib to current upstream version (2018-03-22) * fix structure definition inaccurarcies (issue 72) * fix compatibility issue with new version of adslib (issue 78)
3.0.11
* fixed bug where parameter return_ctypes has not been passed through call hierarchy of all calls, thanks to pyhannes
3.0.10
* rename src directory to adslib to prevent naming conflicts
3.0.9
* add return_ctypes parameter for read functions to omit time-costy time conversion
3.0.8
* add array datatype support for read_write function * add test with array datatype for read and read/write function * add section for usage of array datatypes in Readme