UDP

Discussion to talk about software related topics only.
Post Reply
endianx
Posts: 1
Joined: Mon Sep 21, 2009 10:05 am

UDP

Post by endianx »

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
Ridgeglider
Posts: 513
Joined: Sat Apr 26, 2008 7:14 am

Re: UDP

Post by Ridgeglider »

See:
C:\Nburn\docs\NetworkProgrammersGuide\NNDKProgMan.pdf chapters 11, 12, 13
C:\Nburn\docs\NetBurnerRuntimeLibrary\NetBurnerRuntimeLibraries.pdf chapter 24
C:\Nburn\examples\udp
yang
Posts: 10
Joined: Mon Sep 21, 2009 7:38 pm

Re: UDP

Post by yang »

CreateTxUdpSocket is in Udp.h which is in /include.
Post Reply