obdgpslogger
obdgpslogger copied to clipboard
Build issues in Fedora
I've been trying to build this fork's obdsim in Fedora, but got some errors in tcpsimport.cc:
- Missing include: unistd.h
- strnstr not available in glibc provided by Fedora.
As a fast workaround, the second issue I solved by copying the freebsd implementation of the function into the project.
For the default make target, there is a gps_open missing argument error. It seems a new parameter has been added in the version of the lib that I've got here.