Skip to content

drewhearle/icsneoapi

 
 

Repository files navigation

icsneoapi

An open source library for communicating with vehicle network tools developed by Intrepid Control Systems.

Requires libftdi1.

On some distros (for example Ubuntu 14.04) libftdi1 doesn't create a symlink correctly for 64-bit versions. You'll need to point libftdi.so -> libftdi.so.1.

$ sudo ln -s libftdi.so.1 libftdi.so

About

An open source library for communicating with vehicle network tools developed by Intrepid Control Systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.9%
  • C 30.2%
  • Makefile 5.9%