UDPClient stays in house

  • Thread starter Thread starter M D
  • Start date Start date
M

M D

Microsoft shows a networking sample how to which implements a chat tool.
See the code at
http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quicks
tart%2fhowto%2fsamples%2fnet%2fTCPUDP%2fChat.src

The thing works. I can chat with the computer in the next cubicle. At
home I can chat with the computer on the other side of the room. But I
can't chat between work and home. Ie, it works within the network but
not over the internet. What is the trick?

thx
md
 
Microsoft shows a networking sample how to which implements a chat tool.
See the code at
http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quicks
tart%2fhowto%2fsamples%2fnet%2fTCPUDP%2fChat.src

The thing works. I can chat with the computer in the next cubicle. At
home I can chat with the computer on the other side of the room. But I
can't chat between work and home. Ie, it works within the network but
not over the internet. What is the trick?

thx
md

Firewalls?

Sunny
 
Of course. So what's the trick? I've been on Yahoo chat behind these
walls. I've been on Java aplet chats on-line behind at least the wall
at home. I can't imagine Microsoft has no solution.

thx
md
 
M said:
Of course. So what's the trick? I've been on Yahoo chat behind these
walls. I've been on Java aplet chats on-line behind at least the wall
at home. I can't imagine Microsoft has no solution.

You are comparing apples (peer-to-peer) with oranges (client/server).

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top