Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making peer to peer communication
Message
From
27/11/2002 05:18:44
 
 
To
27/11/2002 03:52:10
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00726351
Message ID:
00727458
Views:
12
First, you must use UDP protocol.

Second, you must know remote port of remote machine. Easiest way is all machines to use the same remote port, hard-coded into .EXE.

Third, to send to many recipients, you must do loop for all recipients. In this loop you set remotehost to current recipient (and remoteport to target port if all machines have different ports) and send message.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform