Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gerhard-vienna/linuxads
LinuxADS - An implementation of Beckhoff's ADS protocol for Linux based systems
https://github.com/gerhard-vienna/linuxads
Last synced: 25 days ago
JSON representation
LinuxADS - An implementation of Beckhoff's ADS protocol for Linux based systems
- Host: GitHub
- URL: https://github.com/gerhard-vienna/linuxads
- Owner: Gerhard-Vienna
- Created: 2013-11-04T15:30:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-04T16:12:33.000Z (about 11 years ago)
- Last Synced: 2023-08-05T11:53:39.189Z (over 1 year ago)
- Size: 781 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LinuxADS
========LinuxADS - An implementation of Beckhoff's ADS protocol for Linux based systems
LibADS enables Linux applications to communicate with Beckhoff-PLC's using the
ADS (Automation Device Specification) protocol.
It provides a C-Api together with the necessary routing mechanism.
To facilitate the migration of applications written for Windows,
using the DLL provided by Beckhoff, it tries to be as close to the DLL interface as possible.While it is still under development, it has been used in an industrial environment
for about 2 years and is quit stable.Building is straigt forward:
./configue
make
make install.
There are no dependencies, except a reasonably sane build environment.
Please read the documentation in the "doc" subfolder.
Gerhard Schiller