Skip to content

stlehmann/ADS

 
 

Repository files navigation

ADS

Fork of the Beckhoff/ADS repo: https://github.com/Beckhoff/ADS

Modified for use with the pyads python wrapper: https://github.com/MrLeeh/pyads

Usage

git clone https://github.com/dabrowne/ADS.git

# Change into root of the cloned repository
cd ADS

# Build the library and install to /usr/lib/
sudo make install

Modifications from original repo

  • Adjusted the build process to output Linux shared object (.so)
  • Wrapped API in extern "C" to avoid name mangling

About

Fork of https://github.com/Beckhoff/ADS for use with pyads python wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.7%
  • C 4.9%
  • Shell 2.7%
  • Other 0.7%