How receive data from a tcp/ip port?

Discussion in 'ASP.NET WebServices' started by mapick, Oct 19, 2008.

  1. Hi, excuse me, but I'm not sure this is the right forum...

    I have many GPS/GPRS sending TCP/IP data. I can programm only SERVER IP and SERVER PORT where trackers send coordinates.

    Can I configure my web site to receive gps data (to store them in a sql table) and how? Peraphs a web service... but how connect it to a port?
    In general I spent hours on internet to understand how listen froma port from an asp.net web site, but nothing (or at least: nothing I can understand!)

    Please help me! Thanks...
     
  2. After other internet search (and, if possible, now I'm more confuse!) I "isolated the general problem":
    How configuremy website to receive data from external sources or services and store them inmy SQL database?
    In particulare I've a GPS/GPRS sending data trough a TCP/IP:port

    Thanks everyone can help me... mapick
     
  3. I found another good link toward solution usingWCF in IIS 7 (...so probably this isn't the right forum...):

    http://msdn.microsoft.com/en-us/library/bb332338.aspx

    I'll keep the post updated, and if somone is interested I always hope in examples, suggestion and help!
    Thanks
     
  4. Xleeque

    Xleeque Guest

Share This Page