Gregory Nutt
|
2bb14d854d
|
L should be capitalized in 6LoWPAN
|
2017-06-18 16:02:11 -06:00 |
|
Gregory Nutt
|
14b10bffef
|
Add missing that I forgot to add in a previous commit.
|
2017-06-17 11:32:00 -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
|
2984fa3911
|
apps/system/dhcpc: Add a command to renew or establish a lease on an IPv4 address.
|
2017-05-21 10:51:26 -06:00 |
|
Gregory Nutt
|
82debd80dc
|
Fix some coding standard issues.
|
2017-05-19 15:41:28 -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 |
|
Juha Niskanen
|
0bcd50d7a1
|
apps/: Make more globals static to avoid name clashes
|
2017-05-19 07:13:12 -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
|
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
|
44ace8e1cc
|
6loWPAN: Replace some Rime address naming with more consistent short/exended address terminology
|
2017-05-04 08:21:12 -06: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
|
4ba1f8665d
|
netutils/dhcpc: Make the network device name a configuration option. Was hardcoded to eth0 but may, instead, need to be wlan0
|
2017-05-02 08:20:05 -06:00 |
|
Gregory Nutt
|
0d1a7d1e18
|
Merge branch 'ieee802154' of https://bitbucket.org/nuttx/apps into ieee802154
|
2017-04-26 15:18:05 -06:00 |
|
Gregory Nutt
|
b9a552013f
|
wireless/wapi: Improve error reporting IOCTL failures.
|
2017-04-26 12:34:50 -06:00 |
|
Gregory Nutt
|
fc4e819d21
|
Various fixes for problems discovered in testing.
|
2017-04-21 16:24:28 -06:00 |
|
Gregory Nutt
|
450f962602
|
netlib: Get and/or set PAN ID of IEEE 802.15.4 radio.
|
2017-04-21 14:55:24 -06:00 |
|
Gregory Nutt
|
adc1b27051
|
Remove the 6loWPAN PANID IOCTLs they are redundant.
|
2017-04-21 14:12:46 -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
|
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
|
194c2d86a8
|
6loWPAN: Add network IOCTL support to set the node address
|
2017-04-06 16:00:41 -06:00 |
|
Gregory Nutt
|
efa2de16a4
|
NSH: Fix some warnings about integer/pointer casts of different sizes (probably only effects 64-bit simulation)
|
2017-04-03 09:26:10 -06:00 |
|
Gregory Nutt
|
84444e4dcc
|
netutils/nshlib: Add wrapper to get the wireless ESSID.
|
2017-03-13 14:16:26 -06:00 |
|
Gregory Nutt
|
0cb844e790
|
netutils/netlib: Add one wireless IOCTL wrapper. For now, this is just a test to be sure that the wireless IOCTL definitions are in place.
|
2017-03-13 10:16:20 -06:00 |
|
Maciej Wójcik
|
c58bfb7f84
|
The CONFIG_NETUTILS_HTTPD_PATH constant is used by httpd_mmap.c and httpd_sendfile.c but It was not present in Kconfig menu.
|
2017-03-05 10:36:01 +00:00 |
|
Gregory Nutt
|
c69ec6c7e8
|
netutils/webserver: Needs to include strings.h for strcasecmp()
|
2017-02-27 09:03:28 -06:00 |
|
Gregory Nutt
|
81645fe18f
|
strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
|
2017-02-16 15:58:15 -06:00 |
|
Pierre-Noel Bouteville
|
4765d7baf8
|
fix bug un ftpd file or socket may be not closed
|
2016-12-04 08:39:40 -06:00 |
|
Pierre-Noel Bouteville
|
b3c90a4484
|
esp8266 update cosmetic and many bug fix
|
2016-12-04 08:35:02 -06:00 |
|
Pierre-Noel Bouteville
|
85eea42ff6
|
Import patch to fix:cJSON_PrintUnformatted() behaves unexpected if an empty array shall be printed to text. from Jerome Lang 2012-04-19
|
2016-12-04 08:14:56 -06:00 |
|
Pierre-Noel Bouteville
|
feb18e9750
|
netutils/ntpclient: Fix missing left parenthesis.
|
2016-12-04 08:03:47 -06:00 |
|
Pascal Speck
|
4bf63f12c3
|
Fixed bug that didn't free ftpd ressources on exit
|
2016-11-21 17:08:55 +01:00 |
|
Sagitta Li
|
e1a649f0e9
|
Correct syntax error in include directive
|
2016-09-22 07:57:48 -06:00 |
|
Gregory Nutt
|
09bcce52fa
|
Fix errors in file headers
|
2016-08-23 14:55:19 -06:00 |
|
Gregory Nutt
|
f87893b514
|
Move include/nuttx/regex.h to include/nuttx/lib/regex.h
|
2016-07-21 13:42:06 -06:00 |
|
Pierre-noel Bouteville
|
c4f6897c8f
|
ESP8266 Kconfig: Select ARCH_HAVE_NET when NETUTILS_ESP8266 is selected. This allows, among other things, support for network debug output.
|
2016-07-14 09:30:59 -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 |
|
David Alessio
|
8997e5849d
|
The NTP client will now optionally use pool.ntp.org as the NTP server; and reset the retry count upon success -- more robust.
|
2016-07-10 17:47:07 -06:00 |
|
Gregory Nutt
|
0e76ca7474
|
Move apps/include/nsh.h to apps/include/nshlib/nshlib.h
|
2016-07-01 06:59:23 -06:00 |
|
Gregory Nutt
|
4343a6ef8b
|
Move apps/include/ftpc.h to apps/include/netutils/ftpc.h
|
2016-07-01 06:36:07 -06:00 |
|
Gregory Nutt
|
2ee4ced33b
|
Typo: fwerr, not fderr
|
2016-06-21 18:10:07 -06:00 |
|
Gregory Nutt
|
1ea1cc5cde
|
Fix fwdbg vs fwerr naming inconsisency
|
2016-06-20 16:31:47 -06:00 |
|
Gregory Nutt
|
d32f16450d
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:39:46 -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
|
5098539063
|
Add _ to front of remaining debug macros
|
2016-06-16 12:12:34 -06:00 |
|
Gregory Nutt
|
cc03ecefc8
|
Rename err() to _err()
|
2016-06-16 11:44:22 -06:00 |
|
Gregory Nutt
|
a50383db3d
|
apps/graphics and netutils: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 17:53:47 -06:00 |
|
Gregory Nutt
|
a7b1aae68c
|
Fix some warnings
|
2016-06-13 12:06:44 -06:00 |
|
Gregory Nutt
|
4a0db11565
|
Eliminate some warnings
|
2016-06-12 17:33:49 -06:00 |
|