Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am developing the application to track a vechile GPS system.
The GPS device is sending the data on required IP and PORT.

But the problem is I need to integrate this in webapplication.

I have done analysis on signalR and SuperSockets.

But my requirement is that it should work on IE7 atleast.

The application Flow will be.

GPS Device -----------> Receiving Server -------------> Pushed to Client

(sending data on specific IP and PORT)
(Listens on Specific Port & Push Data Received on the Client ASP Page)
(Location is show based on the data received on GoogleMaps)

Any king of help is welcome.

Thanks
Posted
Updated 3-Nov-12 2:44am
v2
Comments
mohamad_ali 11-Sep-19 9:27am    
hi, Could you use from signalr? i want use signar in vehicle tracking , can u guide me?

Hi,

You can create one windows service to pull data from the Device and store it into your database.

Then your client web application will fetch data and process as per your need. As per your need you can set interval to get data from the windows service.

hope it works for you :)
 
Share this answer
 
Comments
Harshit Gangal 3-Nov-12 9:26am    
Hi Amit,

Thanks for your reply.

I am looking for some real time and more interactive application.
Whenever I receive data it should be posted to Client Side ASP Page.

For this we have SignalR or SuperSockets which provide two way communication.

I am not sure about how to integrate windows service and ASP.NET.

Can I launch this windows service in IIS? If yes then can you please explain how to do so.

Thanks in Advance
AmitGajjar 4-Nov-12 0:52am    
Please see http://msdn.microsoft.com/en-us/library/ms733766.aspx article to host WCF service in IIS
which device u are using ? tell us than we can sort it out on the basis of device being used
 
Share this answer
 
Can yoou provide the source code it?
 
Share this answer
 
Hi,

Here is the sequence...

GPS Device(s)------->TCP/UDP Listner------> DataBase ------> [DAL] ASP.Net WebPages.

You have to write TCP listner Serivce for this, where all your devices will connect and push data. Store the data in the Database. Create a web application on this database.

The Simplest TcpServer[^]

Thanks
--RA
 
Share this answer
 
Comments
mohamad_ali 11-Sep-19 9:53am    
hi, i developing vehicle tracking , i have some problem in chose best way and best protocole and how can use it in server side when send data from device to server and manege data of all device that registered, can u guide me about it? or if u have sample code that can help me?,i will be glad if u can help me
thnx

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