- Jun 26, 2017
-
-
Gregory Nutt authored
-
- Jun 25, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/udp and examples/nettest: Fix some naming collisions; examples/nettest: Fix some build issues with two targets.
-
- Jun 24, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
system/dhcpc: The DHCPC renew command did not build correctly due to naming problems. Noted by Masayuki Ishikawa,
-
Gregory Nutt authored
examples/nettest: Add support for both enpoints on target boards vs. one on a target and one on the host PC.
-
- Jun 23, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
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
-
Gregory Nutt authored
examples/nettest: Separate out network initialization so that it may, eventually, be used by both a target server and a target client.
-
Gregory Nutt authored
examples/nettest: Renaming some files to prevent name collision in libapps.a and to prepare to support target boards on both ends of the test
-
Gregory Nutt authored
-
- Jun 21, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
wireless/ieee802154: Adds option to make it easy to send large frame for testing purposes Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
- Jun 20, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
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.
-
Gregory Nutt authored
-
- Jun 19, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/udp: Change build so that both server and client can be on a target, rather than one on the target one on the host PC.
-
Gregory Nutt authored
examples/udp: Fixe registration as a built-in program; Change some naming to make room for a second target. Current one endpoint is the target and one is the host. This will (eventually) allow two targets to be both endpoints of the test.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/udp: Add configurable network device name; Add option to suppress network initialization which is not needed if started by NSH or for 6LoWPAN.
-
Oleg Evseev authored
fix copy-paste typo in nsh_usbconsole.c Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Oleg Evseev authored
-
Gregory Nutt authored
-
Anthony Merlino authored
Switches IEEE 802.15.4 based code to using byte arrays instead of uint16_t values for short address and PAN ID Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
Switches IEEE 802.15.4 based code to using byte arrays instead of uint16_t values for short address and PAN ID
-
- Jun 18, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Oleg Evseev authored
Merged in lukegluke/apps/lukegluke/correct-copypaste-typo-in-comments-in-co-1497814194757 (pull request #89) correct copy-paste typo in comments in composite_main.c Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Oleg Evseev authored
-
Gregory Nutt authored
-