Hi, can you recommend a “simple” (i.e. beginner) mapping application? I plan on providing GPS location from an external device. I hope to keep the GUI side simple … showing GPS ‘bread crumbs’ on a map – nothing much more than that.
Hi Alex (and TJ) - thanks for the quick response. I like the “trackflow” solution since it keeps things simple .. without the need of a third party addon .. such as Datacake. I assume that each PC/laptop showing the map will need node.js installed?
I was planning on feeding the (external) GPS data into the microcontroller (which talks to the Notecard) via a serial port. Will I be able to merge the (external) GPS data into _track.qo? Or is it better connecting the lines to the AUX RX/TX?
I like the “trackflow” solution since it keeps things simple .. without the need of a third party addon .. such as Datacake. I assume that each PC/laptop showing the map will need node.js installed?
Yes. Or you could host the web app somewhere, which would be my recommendation. I show off my personal favorite hosting workflow in this video at around the ~26:30 mark https://www.youtube.com/watch?v=uJIe5iw3Blk. You should be able to fork the TrackFlow GitHub repo, and just deploy the fork with environment variables that match your project. In theory
I was planning on feeding the (external) GPS data into the microcontroller (which talks to the Notecard) via a serial port. Will I be able to merge the (external) GPS data into _track.qo? Or is it better connecting the lines to the AUX RX/TX?
Connecting via AUX RX/TX is likely going to be easier, because Notecard has a built-in workflow for looking for an external GPS there.