Hi there!
I have a gps receiver, which can send data (using gprs connection) to the server www.example.com.
Now I need something to receive this data (gps nmea string) from www.example.com (probably, to listen to certain port..), parse this information and store it to my database.
I have some knowledge of php and mysql. So, the questions are - Is it possible to be accomplished with php and mysql? If yes, could you please point me to from what I should start? If no, could you please give me some other suggestions?
Thank you very much!