Click here to Skip to main content
15,918,168 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello to all

I have some GPS devices, I wanna use the messages of them in my website to show their location on the map.

The Gps sevice has tow modes to send its messages:

1)SMS:
when the gps sends the data in SMS mode, I can receive it with a message center and compile the message without any problems.

2)GPRS:
In this case, I should have a listener on my server to listen the connections and get gprs packets.

Now the question is, How to do this? I don't have any listeners, Where should I start?
additionally, it might happens if a lot of devices want to send their data in the same time, and the listener should be able to get them all and does not lose any message.

I'll be appreciate you if you can give me solution.
regards
vahid mohammadian
Posted
Comments
vahid_gian 24-Aug-11 7:55am    
anyone can help me???

1 solution

Maybe this can help?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900