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 |
|
Gregory Nutt
|
953c0fb069
|
Rename IPv4 netlib functions and files to make room in the namespace for corresponding IPv6 functions and files
|
2015-01-18 14:17:00 -06:00 |
|
Gregory Nutt
|
f9074a02ad
|
Network: Various fixes for clean compile with both Ethernet and SLIP
|
2014-11-15 13:52:39 -06:00 |
|
Gregory Nutt
|
4a3b3c2d46
|
Eliminate some nshlib warngings
|
2014-09-16 16:08:06 -06:00 |
|
Gregory Nutt
|
bf98b2bbac
|
Change the way PHY interrupts work: disable automatically. Then we have to re-subscribe each time after the interrupt fires
|
2014-08-17 16:51:56 -06:00 |
|
Gregory Nutt
|
5be7dd2140
|
NSH net monitor: use a seamphore instead of boolean; use sem_timedwait instead of a boolean to communicate
|
2014-08-17 14:48:27 -06:00 |
|
Gregory Nutt
|
c18504f820
|
Minor corrections during integration of link status monitor
|
2014-08-17 11:26:02 -06:00 |
|
Gregory Nutt
|
5943cf2c2b
|
Extend the NSH network initialization logic. There is now an option that will create a network monitor thread that will monitor the state of the link. When the link goes down, the code will attempt to gracefully put the Ethernet driver in a down state; When the link comes back, the code will attempt to bring the network back up.
|
2014-08-17 09:51:26 -06:00 |
|
Gregory Nutt
|
1fd7fea390
|
More of the PHY event notification logic change: Fix some compile errors when full feature is enabled; Add some missing ioctol logic
|
2014-08-16 15:04:09 -06:00 |
|
Gregory Nutt
|
dc57af80fc
|
NSH networking: There is now a configuration option that will bring up the network on an separate thread. Since the network bring-up is asynchronous, there are not serial console start-up delays due to the network negotiation time.
|
2014-08-06 11:59:41 -06:00 |
|
Gregory Nutt
|
d4aa9e7b6d
|
NSH Networking: Also add an option to let platform-specific logic select the MAC address.
|
2014-08-06 10:12:10 -06:00 |
|
Gregory Nutt
|
16b2090ca0
|
NSH Networking: Software assigned MAC address is now configurable. From Lazlo
|
2014-08-06 09:19:26 -06:00 |
|
Gregory Nutt
|
633fae427d
|
NET: emoved all includes of uip.h; added includes of ip.h wherever needed. Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
|
2014-07-04 19:13:08 -06:00 |
|
Gregory Nutt
|
e7fedfa4a5
|
NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_
|
2014-07-02 16:52:02 -06:00 |
|
Gregory Nutt
|
2ee5041477
|
NET: Rename uiplib/UIPLIB to netlib/NETLIB
|
2014-07-02 16:04:25 -06:00 |
|
Gregory Nutt
|
a274d4232c
|
NSH: Networking features modified to handle the case of SLIP networks.
|
2014-06-27 12:46:54 -06:00 |
|
Gregory Nutt
|
8b386385ab
|
The rest of the resolv->DNS client naming change: Renamed directories and header files
|
2014-04-11 12:41:13 -06:00 |
|
Gregory Nutt
|
51f553c9a4
|
Long needed clean up of DNS resolver for coding style and naming conventions
|
2014-04-11 12:25:32 -06:00 |
|
patacongo
|
2d8bb1d2cb
|
Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfig command and improve DHCPC -- All from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-27 16:26:54 +00:00 |
|