How to read from port#### on home IP 127.0.0.1 [SOLVED]
- by Ree
I have a program that sends data to the home IP to the port####.
I want to access this and make it readable data. Maybe in C#?
I haven't tried doing this before and I have only a vague idea of doing sockets.
Any ideas as to how I can manage this?
Thanks - Ree
EDIT
The program I'm trying access is a UDP. Therefore it's a UDP port reader I need to incorporate on another program.
"####" < is just any random number.
SOLUTION:
http://msdn.microsoft.com/en-us/library/tst0kwb1.aspx