I'm buying a gps tracker which is able to sent its GPS data (NMEA) to a designated ip/hostname and port.
Since i do not own a server, I was wondering what would happen if I configured the device to send its data to 1.1.1.1:80 where the default php-webservice is running.
So far so good. But how can I then use the sended data? When i post a form it is in $_POST. But in what variable can I find the sent NMEA data? recieving gps data sent to webservice on port 80