My friend has got a Gps receiver installed in his car. The Gps receiver emits signal using GPRS-UMTS network.
I have created a server socket (C#) and listening for connections but am not getting any of them which should be sent from the receiver itself.
The receiver does not have an interface it just sends data and because of that I can not program a client socket on it.
How should I solve such problem? Do I have to have specialised mobile servers to catch such data or am I able to this with my Home server (actually a normal computer which acts as a server).
when you communicate with teltonika fm1100 first you confgure your router to redirect traffic via a specific port number wich you use when configuring your gps
that you have to configure the gps tyo communicate to your public IP server than you need a parser to read data received from gps. and first the device send it's IMEI you have to respond to this message with "1" if IMEI is correct "0" if it's not
if you need a c# parser I just wrote one this may help you begin: https://github.com/temala/Teltonika-FM1100