| 9 | For MOSS4G, we have to investigate implementation of following elements related to GPS implementation: |
| 10 | |
| 11 | * What GPS information we need? |
| 12 | * What NMEA sentences we want to utilise? |
| 13 | * Does the GPSID layer provide us with all required data? |
| 14 | * Use standard and popular protocol - NMEA |
| 15 | * no need to support proprietary/binary protocols specific to some GPS units/vendors |
| 16 | * multi-threading - connecting/reading GPS data from separate threads |
| 17 | * Can we safely utilise GPSID layer in multi-thread application? |
| 18 | * Support wide range of GPS units: built-in, Bluetooth, etc. |
| 19 | |