klauer / ADS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 88.1%Language:C 7.2%Language:Shell 3.8%Language:Makefile 0.8%