Regarding data:
TIGER/Line data for the entire country (U.S.) is always available for free from the Census Bureau in TIGER format. If you find free datasets online you can pretty much bet they are based on TIGER. If you need data in a more standard industry format, ESRI makes TIGER available in their Shape format here although it may not always be the latest available. TIGER is not the best data for routing and/or GPS applications, but being complete and free it will generally do the job in a pinch. There are lots of other companies that resell this data in more useful formats, sometimes with many enhancements.
Regarding software:
Communication with a GPS via NMEA sentences is relatively simple. NMEA is a standard text format that most (all?) GPSs are able to use. I have written several simple objects that parse NMEA into usable information and I'm sure there is lots of existing code available to do just this if you dig.
GIS was originally a UNIX market and some vendors (ESRI atleast) still sell GIS software for these platforms. The problem is, GIS has been traditionally expensive and tools like ArcInfo are way beyond your needs. I have yet to find a simple GIS with routing for Xwindows.
There is a small company in Poland called TatukGIS that sells an excellent GIS toolkit called the TatukGIS Developer Kernel. It includes a very capable GIS viewer object and a GPS object for NMEA. These tools are written with and originally designed for Borland Delphi although they now make an ActiveX version available. Last year they made a release that was compatible with one of the earlier versions of Kylix. I'm not sure if the current version is still focused on cross-platform compatibility, but this would be an excellent tool to use and would do the job with no problems.
I have both Kylix and the DK here as well as plenty of data and have worked with the DK quite a bit on the Windows platform. I'll have to see if I can get a little tool built on one of the XWindows machines. From previous posts it seems that there may be an interest if such a tool were created.
TIGER/Line data for the entire country (U.S.) is always available for free from the Census Bureau in TIGER format. If you find free datasets online you can pretty much bet they are based on TIGER. If you need data in a more standard industry format, ESRI makes TIGER available in their Shape format here although it may not always be the latest available. TIGER is not the best data for routing and/or GPS applications, but being complete and free it will generally do the job in a pinch. There are lots of other companies that resell this data in more useful formats, sometimes with many enhancements.
Regarding software:
Communication with a GPS via NMEA sentences is relatively simple. NMEA is a standard text format that most (all?) GPSs are able to use. I have written several simple objects that parse NMEA into usable information and I'm sure there is lots of existing code available to do just this if you dig.
GIS was originally a UNIX market and some vendors (ESRI atleast) still sell GIS software for these platforms. The problem is, GIS has been traditionally expensive and tools like ArcInfo are way beyond your needs. I have yet to find a simple GIS with routing for Xwindows.
There is a small company in Poland called TatukGIS that sells an excellent GIS toolkit called the TatukGIS Developer Kernel. It includes a very capable GIS viewer object and a GPS object for NMEA. These tools are written with and originally designed for Borland Delphi although they now make an ActiveX version available. Last year they made a release that was compatible with one of the earlier versions of Kylix. I'm not sure if the current version is still focused on cross-platform compatibility, but this would be an excellent tool to use and would do the job with no problems.
I have both Kylix and the DK here as well as plenty of data and have worked with the DK quite a bit on the Windows platform. I'll have to see if I can get a little tool built on one of the XWindows machines. From previous posts it seems that there may be an interest if such a tool were created.