Releases: stlehmann/pyads
Releases · stlehmann/pyads
Linux support
Pyads now has Linux compatibility by wrapping the open source ADS library provided by Beckhoff. The main API is identical on both Linux and Windows, however the Linux implementation includes a built in router which needs to be managed programmatically using pyads.add_route(ams_address, ip_address) and pyads.delete_route(ams_address).
Version 2.1.0 also features vastly improved test coverage of the API, and the addition of a dummy test server for full integration testing.
1.3.0
- connector and gui modules are removed as they don' t really fit in the package
- more pythonic functions calls, meaning no error codes are returned, ads error codes now result in a ADSError containing the error code and short description
- documentation has been updated