Commit Graph

9 Commits

Author SHA1 Message Date
36b1284996 nmea: parse degrees and minutes in lat/long 2025-05-18 18:01:56 +00:00
015caf45c6 write an nmea trace to a unix socket for indoor maps testing
while : ; do fennel fake-nmea.fnl foo.nmea ./fake-nmea.sock ; done
2025-05-18 18:00:49 +00:00
97440603f3 maps: accept socket path as command line arg 2025-05-18 18:00:06 +00:00
bf7eac5fac parse nmea from socket 2025-05-17 23:23:32 +00:00
59c7b53022 nmea: add GGA, RMC 2025-05-17 23:22:37 +00:00
a687c946d2 nmea: convert empty fields to nil 2025-05-17 23:20:55 +00:00
4835b24e03 maps: read from gnss unix socket 2025-05-16 21:19:09 +00:00
3aa64e8fac add beginnings of an nmea parser 2025-05-14 18:30:14 +01:00
c3b796ef79 add maps app (doesn't do much yet) 2024-07-22 22:25:25 +01:00