GM862-GPS with PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eugehet
    New Member
    • Jan 2008
    • 4

    GM862-GPS with PHP

    Hi All,

    I would like to write a python script to send GPS data (to be more specified long & lat) into www.happy-yes.com/gps.php

    Can anyone advice me on how to write the code?

    Thanks
  • scriptmann
    New Member
    • Jan 2008
    • 2

    #2
    Originally posted by eugehet
    Hi All,

    I would like to write a python script to send GPS data (to be more specified long & lat) into www.happy-yes.com/gps.php

    Can anyone advice me on how to write the code?

    Thanks
    First, do you have an API for the GPS device? Without the model of the GPS and libraries / API answering your question is very difficult. Otherwise, if you have an API, you can simply pull the GPS info using the API through your python script and send it to your php script using GET / POST, assuming you're hosting the php script on a server.

    Do you need to do this regularly?

    Comment

    • eugehet
      New Member
      • Jan 2008
      • 4

      #3
      U mean can't simply send GPS by writing a simple python script?

      I'm really new into this here. What u mean by API?
      I use RSTERM and Telit Python 1.5.2+ Package.. is that what u wan to know?

      Comment

      Working...