GPSd library for C++ -
i have application needs check current location every (configurable between 5 seconds , 5 minutes), have been checking calling python script , parsing terminal output in c++, not best solution.
i able communicate gpsd within c++ cannot seem find suitable library, there obvious missing or have find way around this?
from the gpsd homepage:
the gpsd distribution includes linkable c service library, a c++ wrapper class, , python module that developers of gpsd-aware applications can use encapsulate communication gpsd.
so there's no separate project, gpsd source download contains library you're looking for.
Comments
Post a Comment