The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-18-2009
pludi's Avatar
pludi pludi is online now Forum Staff  
Moderator
  
 

Join Date: Dec 2008
Location: .at
Posts: 1,931
Did you read that website? The server described there is written in C, not a shell script, since shells usually can't do socket operations (bash can do them, but that's more of an exception than anything AFAIK)
How exactly will the data be transfered from the GPS device to the computer? Is the connection initiated by the device or the computer? Is any conversion of the data necessary? Is the connection IP based (Ethernet/WiFi/Firewire) or something like USB or RS232?