I am trying to write code for the mod5282 to send UDP packets over the network. My manual makes reference to a CreateTxUdpSocket command, however, I can not find this command in any of the libraries I have. What library is this in? The example code also makes reference to a networkdebug.h which I do not have. Maybe that is where this command is? If so, where can I get this file - it did not come with my install.
If anybody could provide help as to how I can send a UDP packet from C code (not c++) I would appreciate it.
Thank you,
Dave
UDP
-
- Posts: 513
- Joined: Sat Apr 26, 2008 7:14 am
Re: UDP
See:
C:\Nburn\docs\NetworkProgrammersGuide\NNDKProgMan.pdf chapters 11, 12, 13
C:\Nburn\docs\NetBurnerRuntimeLibrary\NetBurnerRuntimeLibraries.pdf chapter 24
C:\Nburn\examples\udp
C:\Nburn\docs\NetworkProgrammersGuide\NNDKProgMan.pdf chapters 11, 12, 13
C:\Nburn\docs\NetBurnerRuntimeLibrary\NetBurnerRuntimeLibraries.pdf chapter 24
C:\Nburn\examples\udp