nuttx-apps/examples/udp
2017-06-23 12:21:13 -06:00
..
.gitignore Add config.h to .gitignore 2015-01-23 07:13:18 -06:00
Kconfig examples/nettest: Fix client/server naming confusion; add command line option to select the server address on the target; examples/udp: Fix naming of a configuration setting 2017-06-23 12:21:13 -06:00
Make.defs apps/examples: Modify/simpify apps/examples build files. From Roman Saveljev. 2015-05-06 08:19:54 -06:00
Makefile examples/nettest: Separate out network initialization so that it may, eventually, be used by both a target server and a target client. 2017-06-23 11:40:02 -06:00
target_netinit.c examples/udp: Add configurable network device name; Add option to suppress network initialization which is not needed if started by NSH or for 6LoWPAN. 2017-06-19 09:46:40 -06:00
udp_client.c examples/nettest: Fix client/server naming confusion; add command line option to select the server address on the target; examples/udp: Fix naming of a configuration setting 2017-06-23 12:21:13 -06:00
udp_cmdline.c examples/udp: Port numbers need to be configurable to work with 6LoWPAN. Need to bind the client socket to a port number. This was not required before so is a apparently a change in the UDP packet dispatch logic. 2017-06-20 10:40:09 -06:00
udp_host.c examples/udp: Renaming some files to prevent name collision in libapps.a 2017-06-23 10:58:41 -06:00
udp_server.c examples/nettest: Fix client/server naming confusion; add command line option to select the server address on the target; examples/udp: Fix naming of a configuration setting 2017-06-23 12:21:13 -06:00
udp_target1.c examples/udp: Renaming some files to prevent name collision in libapps.a 2017-06-23 10:58:41 -06:00
udp_target2.c examples/udp: Renaming some files to prevent name collision in libapps.a 2017-06-23 10:58:41 -06:00
udp.h examples/nettest: Fix client/server naming confusion; add command line option to select the server address on the target; examples/udp: Fix naming of a configuration setting 2017-06-23 12:21:13 -06:00