• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Returning data from mobile terminals

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Returning data from mobile terminals

    I've been asked by Client Co to look at returning telematic data from the fleet of vehicles. A plan B for me, I only do 3 days a week. They've said if I can develop something they like they'll buy it as the current provider is a little crap.

    Just wondering what they best way to do this would be. Probably update every second into a file and return this every 10 seconds to a central server.

    Thinking the best way to do this would be to write the info to plain text files and return those over ftp.

    This was should the vehicle go out of gprs coverage the files are still produced and uploaded incrementally.

    Or would it be better to write something that could put the info in the database directly. Just thinking the overheads of FTP are pretty small but the handling of lots and lots of these text files (500 vehicles so 3000 per minute) would probably wipe out any gains that I get in not using binary encoding on the data transfer.

    Sockpuppet

    #2
    Central web service with local (on terminal) caching? Less overhead than ftp? More secure,manageable and scalable.

    Could take significant advantage of compression.
    Always forgive your enemies; nothing annoys them so much.

    Comment

    Working...
    X