Ticket #27 (closed enhancement: fixed)
Live NMEA import
| Reported by: | imi | Owned by: | mario.schroeder@… |
|---|---|---|---|
| Priority: | minor | Component: | unspecified |
| Version: | Keywords: | ||
| Cc: |
Description
James R Glasgow said:
I would appreciate a feature for JOSM that would download gps points directly from my gps attatched to my computer. then we could add the nodes, segments, and ways while someone else is driving. I think I could do a batter job at getting the street names this way.
Attachments
Change History
comment:1 Changed 5 years ago by Shaun McDonald <shaunmcdonald131@…>
- Summary changed from NMEA import to Live NMEA import
comment:2 Changed 5 years ago by mario.schroeder@…
- Owner changed from imi to anonymous
- Status changed from new to assigned
I have done that before with a small usb device during my first job in Berlin. The device was mapped to a serial port. When I remember right, I used the additional java.comm package which allows you to connect to a serial port. The data were imported on realtime. I could do this job!



I presume this is meant to be live NMEA import rather than just importing a static NMEA file.
If anyone knows how to directly connect to a GPS device from Java, please comment here.