Commit Graph

2838 Commits

Author SHA1 Message Date
Gregory Nutt
9091716419 revise some of the state handling in the previous commit. 2017-06-26 18:16:05 -06:00
Gregory Nutt
342de81641 NSH library: Add a Telnetd command. This is needed when network initialization is deferred. In that case, telnet daemon cannot be started until the network is finally initialized. The telnetd command was added just for that case: So that the telnet daemon can be started from the NSH command line after the network is configured. 2017-06-26 18:00:13 -06:00
Gregory Nutt
666771f18c system/telnet: Add Telnet Chat deamon and and client from libtelent. 2017-06-26 16:39:39 -06:00
Gregory Nutt
82aad87122 netutils/telnetc: This a port of libtelnet to NuttX. 2017-06-26 14:37:54 -06:00
Gregory Nutt
5f5f88782e Merge branch 'beacon802154' 2017-06-26 11:26:21 -06:00
Gregory Nutt
3563a05fcd Remove dangling white space 2017-06-26 11:12:53 -06:00
Gregory Nutt
ace5bdc7c0 examples/nettest: Add more printf output 2017-06-26 10:54:32 -06:00
Anthony Merlino
85b15a595f Merged in merlin17/apps/beacon802154 (pull request #94)
ieee802154: start of scan/beacon-enabled network

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-26 00:20:31 +00:00
Anthony Merlino
eee82fbc99 ieee802154: Adds scan command 2017-06-25 20:01:16 -04:00
Anthony Merlino
88e0312897 ieee802154: Changes to support beacon-enabled networks 2017-06-25 20:00:38 -04:00
Gregory Nutt
6b25b0d65e examples/nettest: Fix some printf output 2017-06-25 13:01:21 -06:00
Gregory Nutt
664ab42da7 examples/udp and examples/nettest: Fix some naming collisions; examples/nettest: Fix some build issues with two targets. 2017-06-25 09:15:27 -06:00
Gregory Nutt
b868fbe879 examples/nettest: The send buffer size is now a configuration option. 2017-06-24 09:49:44 -06:00
Gregory Nutt
3c97bfeae6 examples/nettest: Fixes for building with loopback device again after the last changes. 2017-06-23 19:14:39 -06:00
Gregory Nutt
54d55cb307 system/dhcpc: The DHCPC renew command did not build correctly due to naming problems. Noted by Masayuki Ishikawa, 2017-06-23 18:13:51 -06:00
Gregory Nutt
a3ac695f17 examples/nettest: Add support for both enpoints on target boards vs. one on a target and one on the host PC. 2017-06-23 18:12:34 -06:00
Gregory Nutt
1c0f237c06 examples/nettest: More prep for a second target 2017-06-23 15:49:27 -06:00
Gregory Nutt
cde3cb1544 Forgot to add files before last commit. 2017-06-23 12:30:11 -06:00
Gregory Nutt
a0251ae974 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
Gregory Nutt
c88cf75064 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
Gregory Nutt
41457d6fe8 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 2017-06-23 11:23:43 -06:00
Gregory Nutt
4f64213758 examples/udp: Renaming some files to prevent name collision in libapps.a 2017-06-23 10:58:41 -06:00
Gregory Nutt
c95983f778 Merge branch 'ieee802154' 2017-06-21 13:47:25 -06:00
Gregory Nutt
76bcfe1f49 Merge remote-tracking branch 'origin/master' into ieee802154 2017-06-21 13:47:02 -06:00
Anthony Merlino
23e99b2139 Merged in merlin17/apps/ieee802154 (pull request #92)
wireless/ieee802154: Adds option to make it easy to send large frame for testing purposes

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-21 19:45:08 +00:00
Anthony Merlino
f96b4b15f4 wireless/ieee802154: Adds option to make it easy to send large frame for testing purposes 2017-06-21 15:27:04 -04:00
Gregory Nutt
31352e570c Merge branch 'ieee802154' 2017-06-20 15:11:54 -06:00
Gregory Nutt
593f224950 Merge remote-tracking branch 'origin/master' into ieee802154 2017-06-20 15:11:33 -06:00
Gregory Nutt
c0286c1276 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
Gregory Nutt
62f2b8a7cd examples/smart: Fix some compilation errors. Obviously this test has not been used in a LONG time. 2017-06-20 07:08:27 -06:00
Gregory Nutt
d8759ffe51 Merge branch 'ieee802154' 2017-06-19 13:36:04 -06:00
Gregory Nutt
d5a897fa1b Merge branch 'master' of bitbucket.org:nuttx/apps into ieee802154 2017-06-19 13:35:34 -06:00
Gregory Nutt
3858a4afd5 examples/udp: Server IP address may not be provided on the command line 2017-06-19 13:29:58 -06:00
Gregory Nutt
d1fb6dec09 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. 2017-06-19 11:58:56 -06:00
Gregory Nutt
bb95584aed 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. 2017-06-19 11:03:10 -06:00
Gregory Nutt
a73060ae64 ieee802154/libmac: Eliminate some warnings. 2017-06-19 09:47:39 -06:00
Gregory Nutt
2f975e8f06 nshlib: fix size of 6LoWPAN extended address. 2017-06-19 09:47:17 -06:00
Gregory Nutt
7bee5ecec5 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
Oleg Evseev
f13d4125a4 Merged in lukegluke/apps (pull request #91)
fix copy-paste typo in nsh_usbconsole.c

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-19 15:29:09 +00:00
Oleg Evseev
8ee1e79d03 fix copy-paste typo in nsh_usbconsole.c 2017-06-19 15:05:06 +00:00
Gregory Nutt
1774ae812c Merge branch 'ieee802154' 2017-06-19 08:04:27 -06:00
Anthony Merlino
2dc22e6b2e Merged in merlin17/apps/ieee802154 (pull request #90)
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>
2017-06-19 12:50:07 +00:00
Anthony Merlino
c2ad1d2d1c Switches IEEE 802.15.4 based code to using byte arrays instead of uint16_t values for short address and PAN ID 2017-06-19 05:56:52 -04:00
Gregory Nutt
2bb14d854d L should be capitalized in 6LoWPAN 2017-06-18 16:02:11 -06:00
Gregory Nutt
d383418a5b Merge branch 'ieee802154' 2017-06-18 15:24:18 -06:00
Gregory Nutt
2fdfa7457b Merge remote-tracking branch 'origin/master' into ieee802154 2017-06-18 15:24:07 -06:00
Oleg Evseev
e60415286c 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>
2017-06-18 19:44:21 +00:00
Oleg Evseev
512089abdc correct copy-paste typo in comments in composite_main.c 2017-06-18 19:30:01 +00:00
Gregory Nutt
2e4740e6bb i8sak: Missing newline in fprintf output 2017-06-18 11:28:36 -06:00
Gregory Nutt
7a9e931010 Merge branch 'ieee802154' 2017-06-17 11:32:53 -06:00