• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: March 16th, 2024

help-circle


  • I’m currently doing the same project.

    To get gps to work on linux, you configure gpsd to get the data from your gps module and setup geoclue to get its data from gpsd. I lost the config files but I remember that I did the gpsd geoclue connection by echoing the gps data of gpsd into a netcat socket and connecting geoclue to it. Organic maps then automaticly gets its position from geoclue.

    Im also working on a organic maps fork, which shows onscreen directions on linux.