Gregory Nutt
|
41ce937ed0
|
Changes to netlib and nsh so that you build build with PF_IEEE802154 enabled and 6LoWPAN disabled.
|
2017-08-20 09:09:47 -06:00 |
|
Gregory Nutt
|
7d0037b08a
|
NSH: Misc changes needed for PktRadio support.
|
2017-07-30 16:03:56 -06:00 |
|
Gregory Nutt
|
2f975e8f06
|
nshlib: fix size of 6LoWPAN extended address.
|
2017-06-19 09:47:17 -06:00 |
|
Gregory Nutt
|
2bb14d854d
|
L should be capitalized in 6LoWPAN
|
2017-06-18 16:02:11 -06:00 |
|
Gregory Nutt
|
2e4740e6bb
|
i8sak: Missing newline in fprintf output
|
2017-06-18 11:28:36 -06:00 |
|
Gregory Nutt
|
9485744265
|
NSH network initialization: Do not set the IP address for 6loWPAN. The 6loWPAN stack uses IP address that derive from the ieee 802.15.4 addressing and cannot be (safely) configured by the user.
|
2017-06-17 11:31:04 -06:00 |
|
Gregory Nutt
|
22d9c69d87
|
NSH network configuration: Re-factor a function that has gotten too big and too complex.
|
2017-06-17 10:37:31 -06: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 |
|
Gregory Nutt
|
8c1446671c
|
apps/nshlib: Add a new option CONFIG_NSH_NETLOCAL that will suppress some built in operations and will support manual configuration of a wireless network
|
2017-05-21 12:00:55 -06: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 |
|
Sebastien Lorquet
|
297844b1ce
|
Fix comments formatting
|
2017-05-19 17:50:26 +02:00 |
|
Sebastien Lorquet
|
aefddc3648
|
Second batch of changes (no problems)
|
2017-05-19 17:37:17 +02: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 |
|
Gregory Nutt
|
5fbf2fd8d1
|
NSH wireless setup: Move call to nsh_associate(). It should be possible to associate with an AP when DHCPC is disabled.
|
2017-05-09 06:39:08 -06: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
|
44ace8e1cc
|
6loWPAN: Replace some Rime address naming with more consistent short/exended address terminology
|
2017-05-04 08:21:12 -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
|
a5c439777d
|
nshlib/nsh_netinit.c: If IEEE802.11 selected use wlan0 instead of eth0 for network device name.
|
2017-05-02 08:26:21 -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
|
8369052a22
|
NSH library: Extend ifconfig to support 6loWPAN. Adapt to some changes in configuration variable usage.
|
2017-04-08 12:21:40 -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
|
eef0161dd4
|
examples/nettest: Trying to adapt to use for testing 6loWPAN.
|
2017-04-03 15:33:39 -06:00 |
|
Jussi Kivilinna
|
3e2743e826
|
nshlib: fix building when CONFIG_NET_USRSOCK enabled with other link-layer
|
2017-03-31 09:10:55 -06:00 |
|
Sebastien Lorquet
|
2cbad44f1d
|
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
|
2016-07-11 10:11:18 -06:00 |
|
Gregory Nutt
|
bb06f7368f
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:48:15 -06:00 |
|
Gregory Nutt
|
65899c99e6
|
apps/nshlib: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 14:18:07 -06:00 |
|
Gregory Nutt
|
586b0aa7e0
|
Change names of *dbg() * *err()
|
2016-06-11 15:51:27 -06:00 |
|
Gregory Nutt
|
f4bae25e32
|
Rename *lldbg to *llerr
|
2016-06-11 14:55:13 -06:00 |
|
Gregory Nutt
|
344c92e2a4
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:55:38 -06:00 |
|
Gregory Nutt
|
56e75e9db8
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:38 -06:00 |
|
Gregory Nutt
|
a9d57ca022
|
Merged in marten_svanfeldt/nuttx-apps-public/for_upstream/nsh_netinit (pull request #43)
Make NSH net-initialization be a configuration option
|
2016-06-09 09:25:27 -06:00 |
|
David S. Alessio
|
bfd5ca7cd2
|
NTP Client: All retries; Add initialization in NSH network startup logic.
|
2016-06-09 08:18:49 -06:00 |
|
Marten Svanfeldt
|
33c6a6bb75
|
Make NSH net-initialization be a configuration option
Signed-off-by: Marten Svanfeldt <marten@intuitiveaerial.com>
|
2016-06-09 05:29:01 +02:00 |
|
Gregory Nutt
|
ce3a2dc0d4
|
NSH changes to work with the network local loopback device
|
2015-08-24 13:59:52 -06:00 |
|
Gregory Nutt
|
ba72767d09
|
apps/netutils/netlib and other files: Create netlib wrapper functions around dns_getserver() and dns_setserver() to isolate application code from changes to those interfaces.
|
2015-07-12 11:53:23 -06:00 |
|
Gregory Nutt
|
812450ebe6
|
If NSH or Webclient is selected, make sure that CONFIG_LIBC_NETDB is enabled; reanem dnsclient.h to dns.h
|
2015-07-12 09:25:39 -06:00 |
|
Gregory Nutt
|
effda16cf5
|
DNS: Remove some unused, non-functional DNS functions
|
2015-07-11 07:17:11 -06:00 |
|
Gregory Nutt
|
48c36800f5
|
apps/netuils/dnsclient and include/netutils/dnsclient.h: Move the DNS client logic into the NuttX C library. It is a necessary part for the full implementation of the netdb logic and provides more flexibility in that location.
|
2015-07-10 11:31:13 -06:00 |
|
Gregory Nutt
|
905f881162
|
Enhancements to NSH ifconfig for case of multi-link operation, TUN device and local connections. From Max Neklyudov.
|
2015-05-19 12:26:20 -06:00 |
|
Gregory Nutt
|
c07a5b2775
|
Local sockets: Add poll support for Unix stream sockets. From Jussi Kivilinna.
|
2015-05-12 07:41:12 -06:00 |
|
Gregory Nutt
|
9fcd34f1c4
|
NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
|
2015-03-31 12:14:16 -06:00 |
|
Gregory Nutt
|
f5aac7178e
|
Fix some time value changes; mostly changing greater than 1000000000 to greater than or equal to 1000000000. From Juha Niskanen
|
2015-02-20 07:07:36 -06:00 |
|
Gregory Nutt
|
1b9d7c1522
|
ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuration logic. so far so good but a lot more testing is needed
|
2015-02-03 16:19:08 -06:00 |
|
Gregory Nutt
|
6273eb0160
|
ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It is not yet functional
|
2015-02-03 15:40:56 -06:00 |
|
Gregory Nutt
|
5499189417
|
Add netlib and application hooks for ICMPv6 auto-configuration (still incomplete
|
2015-02-03 08:01:55 -06:00 |
|
Gregory Nutt
|
b7fa5a3359
|
Unix domain: A few fixes from early integration
|
2015-01-27 16:39:30 -06:00 |
|
Gregory Nutt
|
a4e66459d0
|
Various fixes to get Unix domain sockets to build on the simulator without Ethernet
|
2015-01-27 14:11:46 -06:00 |
|
Gregory Nutt
|
8fbc907aa2
|
apps/nshlib: Add logic to initialize IPv6 addresses, to display IPv6 addresses, and enough IPv6 ifconfig to allocation compilation (logic still not implemented)
|
2015-01-19 09:59:43 -06:00 |
|
Gregory Nutt
|
9bff050ad0
|
Update ChangeLog
|
2015-01-19 09:03:10 -06:00 |
|