|
-
Apr 21st, 2003, 08:03 PM
#1
Thread Starter
Junior Member
UDP receiver
Hi all,
I am making a small app to receive UDP messages from a number of different IP addresses. I have something similar to that seen below to receive the packets but where do i set the ports and the like??
Private Sub Winsock_DataArrival(ByVal bytesTotal As Long)
Dim UDPData As String
Winsock.GetData UDPData, vbstring
'the data then needs to be broken up here
End Sub
The data received will contain an IP address and a 4 bit binary number. i need to split the data up and log it. i am unsure of how to do this?? i dont really know what i am doin so any help would be much appreciated!!
Thanks
Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|