I have developed a tracking system using a GPS device connected to a Linux box. It collects the coordinates as it progress. It's done with a python script, which is listening to the GPS device and write the coordinates to a CSV file when it sees new reading by the GPS device.
My scenario is to use multiple of these Linux boxes each connected to a GPS device. I need all collected coordinates to be synchronized to a central server in realtime. The purpose of this is for, mapping all the devices in in realtime in the central server.
My question is, how and what are the technologies can I use to synchronize the coordinates from multiple devices to the central server in realtime? And what are the factors should I consider regarding the performance?
أكثر...
My scenario is to use multiple of these Linux boxes each connected to a GPS device. I need all collected coordinates to be synchronized to a central server in realtime. The purpose of this is for, mapping all the devices in in realtime in the central server.
My question is, how and what are the technologies can I use to synchronize the coordinates from multiple devices to the central server in realtime? And what are the factors should I consider regarding the performance?
أكثر...