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 |
|
Anthony Merlino
|
88e0312897
|
ieee802154: Changes to support beacon-enabled networks
|
2017-06-25 20:00:38 -04: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
|
033b42789b
|
NSH: Fix some ieee 802.15.4 initialization logic. It should not set the saddr or panid; those cannot be hard-coded but must come from the coordinator.
|
2017-06-17 10:04:18 -06:00 |
|
Anthony Merlino
|
81231f137f
|
wireless/ieee802154: Rewrites i8sak to be test CLI for IEEE 802.15.4 MAC layer
|
2017-06-15 12:13:04 -04:00 |
|
Anthony Merlino
|
3376783d10
|
wireless/ieee802154: Modifies i8 to support running various routines.
|
2017-06-11 14:17:13 -04:00 |
|
Sebastien Lorquet
|
ea1025ead2
|
DHCPC: Remove hard-coded interface device. Now passed as a parameter to dhcpc_open().
|
2017-05-19 15:31:22 -06:00 |
|
Anthony Merlino
|
6c7e1faa36
|
wireless/ieee802154: i8sak adds event handling from MAC char driver
|
2017-05-15 15:14:28 -04:00 |
|
Gregory Nutt
|
c4dd981738
|
Remove some inappropriate conditional compilation
|
2017-05-13 16:56:56 -06:00 |
|
Gregory Nutt
|
b08ea68a33
|
Move prototype from nuttx/include/nuttx/arch.h to apps/include/platform/cxxinitialize.h
|
2017-05-13 16:53:33 -06:00 |
|
Gregory Nutt
|
13911d9b17
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:40:03 -06:00 |
|
Anthony Merlino
|
a6ef54cf0c
|
wireless/ieee802154: Adds rxonidle attribute helpers
|
2017-05-08 16:25:16 -04:00 |
|
Gregory Nutt
|
6ec8e56f89
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-05-06 11:30:48 -06:00 |
|
Gregory Nutt
|
a0915850b9
|
wireless/wapi: wpa_driver_wext_associate() now accepts a configuration parameter that can be used to specify the wireless properties. nshlib: NSH now has configuration options to select the wireless properties. It builds the configuration structure and passes this to wpa_driver_wext_associate() so that it will setwork the network as configured.
|
2017-05-06 11:28:11 -06:00 |
|
Gregory Nutt
|
f12d857f0a
|
Move wireless/wext into wireless/wapi/src. Update some naming for better follow the NuttX coding style.
|
2017-05-06 09:40:09 -06:00 |
|
Anthony Merlino
|
3b824ed5a2
|
wireless/ieee802154: Removes libradio to coincide with removal of ioctl with radio
Moves all functionality from libradio to libmac
|
2017-05-05 11:13:38 -04:00 |
|
Gregory Nutt
|
67fb7183cb
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-05-04 07:12:26 -06:00 |
|
Simon Piriou
|
33027bd66e
|
wireless/wext: Add drivers_wext from the WPA supplicant; Integrate into NSH
|
2017-05-02 09:43:48 -06:00 |
|
Gregory Nutt
|
067d705b98
|
Minor clean of functino prototypes, iwpan help, spelling.
|
2017-04-21 13:43:01 -06:00 |
|
Gregory Nutt
|
edc3fcd123
|
wireless/ieee802154/libmac: Add a few MAC IOCTL helpers.
|
2017-04-21 12:31:25 -06:00 |
|
Gregory Nutt
|
b952ef64ad
|
Trivial, cosmetic
|
2017-04-21 11:12:58 -06:00 |
|
Gregory Nutt
|
e6e353c065
|
wireless/ieee802154: Beginning of support for IEEE 802.15.4 MAC library.
|
2017-04-21 10:58:48 -06:00 |
|
Gregory Nutt
|
575242ae13
|
wireless/ieee802154: Completes all radio character driver IO command wrappers
|
2017-04-21 09:36:19 -06:00 |
|
Gregory Nutt
|
9297d4e377
|
Merge branch 'ieee802154' of bitbucket.org:nuttx/apps into ieee802154
|
2017-04-21 08:10:47 -06:00 |
|
Gregory Nutt
|
ed7098df37
|
wireless/ieee802154: Add more IOCTL wrapper functions.
|
2017-04-21 08:10:13 -06:00 |
|
Gregory Nutt
|
af76613c4c
|
Move apps/include/ieee802154/ieee802154.h to apps/include/wireless/ieee802154. Add file that I forgot to add in last commit.
|
2017-04-21 07:49:55 -06:00 |
|
Gregory Nutt
|
eb8121b9f7
|
ieee802154: Move non-radio files from libradio to libutils. Ad ieee802154_getpanid().
|
2017-04-21 07:40:41 -06:00 |
|
Anthony Merlino
|
5cd9c4f5e9
|
wireless/ieee802154: Starts framing out iwpan tool, similar in concept to wapi
|
2017-04-20 14:18:09 -04:00 |
|
Gregory Nutt
|
9ef7d4830a
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-19 18:11:17 -06:00 |
|
Gregory Nutt
|
c2bdd49421
|
netlib and NSH: Add logic to set the IEEE802.15.4 PAN ID.
|
2017-04-19 18:10:39 -06:00 |
|
Gregory Nutt
|
77ae3bf02b
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-11 13:09:29 -06:00 |
|
Gregory Nutt
|
568e932e80
|
apps/wireless/wapi: Some changes from initial debug.
|
2017-04-11 12:42:15 -06:00 |
|
Gregory Nutt
|
1a470c6480
|
wireless/wapi: Re-write of wapi tool UI.
|
2017-04-11 10:22:47 -06:00 |
|
Gregory Nutt
|
322ffe193b
|
wireless/wapi: Remove functionality that depends on the Linux procfs: This includes only 1) listing of available interfaces and 2) listing of all routes.
|
2017-04-10 16:02:17 -06:00 |
|
Gregory Nutt
|
8a10758b96
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-10 15:26:26 -06:00 |
|
Gregory Nutt
|
aeb37c12b2
|
apps/wireless/wapi: Fix problems in build support. Fix some initial compile isses (still does not compile).
|
2017-04-10 14:57:33 -06:00 |
|
Gregory Nutt
|
806d2c731a
|
wireless/wapi: Remove logic that depnds on Linux netlink. Add (untested) build support.
|
2017-04-10 14:00:21 -06:00 |
|
Gregory Nutt
|
eeb143415a
|
wireless/wapi: Quick port of Wapi wireless services. No build support yet. This also depends on features not supported by NuttX. This is a work in progress.
|
2017-04-10 13:28:32 -06:00 |
|
Gregory Nutt
|
6fab5c5fa9
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-09 10:22:29 -06:00 |
|
Gregory Nutt
|
ec6ff2791a
|
netutils: Add a helper function to convert a string to a 6loWPAN node address
|
2017-04-08 12:19:35 -06:00 |
|
Gregory Nutt
|
fe27a873ab
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-07 17:06:36 -06:00 |
|
Gregory Nutt
|
4c56a28016
|
6loWPAN: Fix some conditional compilation
|
2017-04-07 07:24:09 -06:00 |
|
Gregory Nutt
|
194c2d86a8
|
6loWPAN: Add network IOCTL support to set the node address
|
2017-04-06 16:00:41 -06:00 |
|
Gregory Nutt
|
6c28268d67
|
Revert "Add Unity test framework with usrsock test-cases"
Causes build problems and does not follow the coding style.
This reverts commit 87fe31f87a .
|
2017-03-31 15:47:13 -06:00 |
|
Jussi Kivilinna
|
87fe31f87a
|
Add Unity test framework with usrsock test-cases
|
2017-03-31 09:10:56 -06:00 |
|
Anthony Merlino
|
5c82b00b42
|
ieee802154: Removes ieee802154.h references
|
2017-03-29 12:45:49 -04:00 |
|
Gregory Nutt
|
452338e14f
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-03-24 10:18:52 -06:00 |
|
Anthony Merlino
|
4774fe4624
|
ieee802154: Updated to match nuttx ieee802154 changes
|
2017-03-24 11:59:30 -04:00 |
|
Gregory Nutt
|
84444e4dcc
|
netutils/nshlib: Add wrapper to get the wireless ESSID.
|
2017-03-13 14:16:26 -06:00 |
|