Gps2udp -

while True: line = ser.readline() sock.sendto(line, ('192.168.1.255', 5000)) gps2udp is a simple but powerful building block for distributing GPS data across a network. Whether you are building a marine navigation system, a fleet tracking solution, or a robotics testbed, converting GPS serial streams to UDP packets enables flexible, multi-client access to real-time positioning data.

gps2udp is a lightweight utility or service that reads GPS data from a local source (such as a serial GPS receiver, a virtual COM port, or a file) and rebroadcasts it over a UDP (User Datagram Protocol) network. gps2udp

© 2011