|
-
Mar 13th, 2005, 09:47 PM
#1
Thread Starter
Lively Member
Creating Packets (SOLVED)
Is there a way to create broadcast packets using VB as opposed to the client/host port listening type stuff Im used to?
Thanks in advance
Last edited by dedub; Mar 15th, 2005 at 11:36 PM.
Reason: (SOLVED)
R.L.T.W. A+, NET+, CCNA
Doin' my best
-
Mar 14th, 2005, 12:16 PM
#2
Re: Creating Packets
 Originally Posted by dedub
Is there a way to create broadcast packets using VB as opposed to the client/host port listening type stuff Im used to?
Thanks in advance
If i understand you right then yes,
To create client/server applications that 'connect' you use the tcp protocal, you can create connection less sockets using UDP
Have a look at this,
http://www.vbforums.com/showthread.php?t=231497
Note though with udp theres no guarente the the packet will make it, it is used in the games industry because it carries les soverhead than tcp and if a packet is lost the game can catch up.
Hope it help s
Pino
-
Mar 14th, 2005, 11:19 PM
#3
Member
Re: Creating Packets
You can always create your own kind of protocal. If you have windows xp you can use raw sockets and create your own packets with your own headers and ect.
Kiss, Aerosmith, Black Sabbath, Nazareth, Judas Priest, Status Quo, Cinderella, Scorpions, Tool, SteppenWolf.
-
Mar 15th, 2005, 11:35 PM
#4
Thread Starter
Lively Member
Re: Creating Packets
Thanks Guys, that is EXACTLY what I was looking for!
Take care
ds
R.L.T.W. A+, NET+, CCNA
Doin' my best
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
|