Hello,

There is a server application which keeps on writing some data into a tcp/ip port (514). I am trying to write a windows application which captures this data, do some manipulations and saves into a database. My idea was to write a simple socket listener (socket server) which listens to this port, but that is not capturing any data from this port. Any ideas on what kind of application I should write here? And please share if you have any samples....

Thanks

Sree