pnb
|
dab4105f80
|
add lesp_set_baudrate
|
2016-06-11 12:46:26 +02:00 |
|
pnb
|
0a68db79f6
|
esp8266 bug fix
|
2016-06-10 23:17:09 +02:00 |
|
Gregory Nutt
|
2e882c7289
|
Lets use alphabetical ordering in last change
|
2016-05-25 14:21:37 -06:00 |
|
Gregory Nutt
|
ee3f0fffe4
|
netutils: Fix error in build system recently introduced
|
2016-05-25 14:20:17 -06:00 |
|
Gregory Nutt
|
eb1533ffc2
|
ESP8266: Correctly integrate into Make system. Does not depend on CONFIG_NET. FIFO should probably be a circular buffer.
|
2016-05-23 07:48:14 -06:00 |
|
Gregory Nutt
|
cf2ee7e409
|
ESP8266: Used NuttX dbg() instead of unconditional syslog() calls.
|
2016-05-21 15:50:24 -06:00 |
|
Gregory Nutt
|
d5b00bafbd
|
eps8266: Fix FIFO implementation; it was a stack not a FIFO.
|
2016-05-21 15:42:35 -06:00 |
|
Gregory Nutt
|
8217864a10
|
Add .gitignore file for ESP8266
|
2016-05-21 11:11:32 -06:00 |
|
Gregory Nutt
|
15fd860a2f
|
Space after comma
|
2016-05-21 09:42:53 -06:00 |
|
Gregory Nutt
|
6789eec9d8
|
ESP8266: Fix fifo logic; make configration variable naming consistent
|
2016-05-21 09:20:37 -06:00 |
|
Gregory Nutt
|
abdf703746
|
Add ESP8266 driver application. From Pierre-noel Bouteville
|
2016-05-21 09:13:23 -06:00 |
|
Gregory Nutt
|
ed820c1850
|
THTTPD: Include timers.h before libhttpd.h to avoid and undefined type error. Noted by Matt Poppe.
|
2016-02-24 09:42:06 -06:00 |
|
Gregory Nutt
|
5642e02f77
|
Fix some incorrect usage of INADDR_ANY
|
2016-02-09 11:24:30 -06:00 |
|
Gregory Nutt
|
1482732f18
|
NetLib: Move functions in netlib.c to separate files; improve some naming
|
2016-02-08 16:09:24 -06:00 |
|
Gregory Nutt
|
b8c8bea22c
|
Add an 'arp' command to NSH to support access to the OS ARP table
|
2016-02-08 14:49:05 -06:00 |
|
Gregory Nutt
|
85b5341d7b
|
DHCPD no longer calls directly into the OS, but uses network IOCTL commands to modify the ARP table.
|
2016-02-08 12:07:47 -06:00 |
|
Gregory Nutt
|
3f95e05bc2
|
NetLib: Add utility functions to support access to the ARP table
|
2016-02-08 11:44:59 -06:00 |
|
Gregory Nutt
|
3ef9b14738
|
Move apps/examples/ubloxmodem to apps/system/ubloxmodem
|
2016-01-31 09:35:42 -06:00 |
|
Gregory Nutt
|
203589e526
|
Additional, trivial changes from review
|
2016-01-29 17:11:06 -06:00 |
|
Vladimir Komendantskiy
|
387dda152c
|
chat app and required update to the pppd client.
|
2016-01-29 17:00:59 -06:00 |
|
Gregory Nutt
|
b5c5055c41
|
NSH: Remove partial implementation of the use of IOBJ/IPTR in NSH. There are some complications
|
2016-01-17 07:53:52 -06:00 |
|
Gregory Nutt
|
a88338b41a
|
Merge remote-tracking branch 'origin/master' into resolv.conf
|
2016-01-14 15:17:20 -06:00 |
|
Pelle Windestam
|
16c02a07d7
|
Add netlib_get_dripv4addr() and netlib_get_ipv4netmask()
|
2016-01-14 07:24:36 -06:00 |
|
Gregory Nutt
|
0d058af821
|
Step 1 in /etc/resolv.conf support
|
2016-01-13 15:08:59 -06:00 |
|
Gregory Nutt
|
cfcd396861
|
apps/netutils/ping: This is an unfinished implementation of ping/ping6 using raw packets. Not yet even hooked into the build and configuration systems
|
2015-12-11 09:09:38 -06:00 |
|
Gregory Nutt
|
c0d0a0821a
|
netutils/telnetd: No longer calls OS interfade telnet_driver. Now creates Telnet sessions by open a new factory device at /dev/telnet and then using ioctl calls to create the session character drivers at /dev/telnetN.
|
2015-12-07 13:51:37 -06:00 |
|
Gregory Nutt
|
ba8d44d799
|
netutils/telnetd: Move the Telnet driver to nuttx/drivers/net
|
2015-12-07 09:29:29 -06:00 |
|
Gregory Nutt
|
9faf23290c
|
netutils/telnetd: Remove unused parameter from telnetd_driver
|
2015-12-07 08:15:50 -06:00 |
|
Gregory Nutt
|
449af751a8
|
Eliminate a warning
|
2015-12-05 10:36:19 -06:00 |
|
Gregory Nutt
|
aacfce081e
|
Fix several cosmetic, C coding style issues
|
2015-10-03 11:03:42 -06:00 |
|
Gregory Nutt
|
f6e7e9c1c0
|
Standardize the width of all comment boxes in C files
|
2015-10-03 07:20:15 -06:00 |
|
Gregory Nutt
|
e3ad56043e
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:20:33 -06:00 |
|
Gregory Nutt
|
e9447c6058
|
Standardize nameing of the pre-processor definitiongs group header
|
2015-10-02 14:06:11 -06:00 |
|
Gregory Nutt
|
be5b2a5187
|
Eliminate warnings
|
2015-09-08 10:21:56 -06:00 |
|
Gregory Nutt
|
f10f2de2e4
|
Eliminate some warnings
|
2015-09-08 09:20:49 -06:00 |
|
Gregory Nutt
|
6b1d61c759
|
More references to avsprintf that need to be changed vasprintf
|
2015-09-07 17:09:11 -06:00 |
|
Alan Carvalho de Assis
|
e7ba97e2b5
|
Fix pap authentication, pap_username and pap_password were moved to struct settings
|
2015-09-07 13:34:01 -06:00 |
|
Gregory Nutt
|
ae0d87c0cb
|
PPPD: Fix a few coding style problems
|
2015-09-01 17:28:17 -06:00 |
|
Gregory Nutt
|
74801cf38e
|
apps/tools/mkkconfig.sh: The top-level Kconfig file is not auto-generated. The autogenerated Kconfig file will be constructed so that every second level directory that contains a Kconfig file will automatically be sourced
|
2015-08-11 17:49:10 -06:00 |
|
Anton D. Kachalov
|
b43c5a6b1e
|
THTTPD: Depends on !DISABLE_POLL
webserver: Allow to build webserver as an application
Signed-off-by: Anton D. Kachalov mouse@yandex-team.ru
|
2015-08-10 14:44:11 -06:00 |
|
Librae
|
46b257c945
|
netutils: fix a typo while validating addrlen
|
2015-07-24 02:26:54 +08:00 |
|
Gregory Nutt
|
7e43ffa602
|
Fix a bad function prototype introduced in a previous commit
|
2015-07-12 13:42:28 -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
|
c7bd1f4186
|
Replaces calls to non-standard dns_hostip() with calls to the standard gethostbyname()
|
2015-07-11 08:15:29 -06:00 |
|
Gregory Nutt
|
ae57fd7ee2
|
Fix some warnings/errors detected by nuttx/tools/testbuilds.sh
|
2015-07-10 18:41:56 -06:00 |
|
Gregory Nutt
|
5e8928d009
|
Remove bogus references to CONFIG_HAVE_GETHOSTBYNAME
|
2015-07-10 14:03:28 -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
|
d5b6949c9f
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:14:53 -06:00 |
|
Gregory Nutt
|
cee35e124b
|
apps/netutils/thttpd: Missing gci-src as a dependency path when building with BINFS enabled
|
2015-06-18 18:18:53 -06:00 |
|