Hey to all,
I'm currently developing a C# application which acts as a client on a messaging system between a web server and your pc. It was all going fine till I actually got to the messaging bit and hit a wealth of problems.
What technology should I use? XML, SOAP, C# Classes on the webserver?
How do I make the server and the client pc talk? I mean, this was fine when I was at home and had full access to port forwarding to my pc, but now i'm at university, it's a different ball game. The IT staff said to me that most ports are open, but I still don't see how to do this... The web server will socket connect to the university's WAN address, but how does it then gain access to my PC on the uni LAN? Aaah! Do you have to send details of the LAN address in the packets or something?
Any help and advice would be appreciated!!
I'm currently developing a C# application which acts as a client on a messaging system between a web server and your pc. It was all going fine till I actually got to the messaging bit and hit a wealth of problems.
What technology should I use? XML, SOAP, C# Classes on the webserver?
How do I make the server and the client pc talk? I mean, this was fine when I was at home and had full access to port forwarding to my pc, but now i'm at university, it's a different ball game. The IT staff said to me that most ports are open, but I still don't see how to do this... The web server will socket connect to the university's WAN address, but how does it then gain access to my PC on the uni LAN? Aaah! Do you have to send details of the LAN address in the packets or something?
Any help and advice would be appreciated!!