This is two applications; a client and a server application. It uses a combination of UDP broadcast packets and TCP client/server protocol to connect. The server sends a broadcast packet every second and the client catches it and connects to the server via the IP that is contained in the broadcast packet reteived from the server.
*** UPDATED! http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=60934&lngWId=1 ***
There are no inputs, the program connects to any other computer on a network, excluding any that are behind other routers of course.
The client program displays the connection information as far as local and remote IPs and ports. The server holds a list of connected clients and an indicator as to whether or not the passed the confirmation string.
Submitted On | 2004-08-09 13:55:48 |
By | SubOne |
Level | Beginner |
User Rating | 4.8 (29 globes from 6 users) |
Compatibility | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 |
Category | Internet/ HTML |
World | Visual Basic |
Archive File | Connect_Cl178011892004.zip |