Gregory Nutt
|
c433e07a27
|
netutils/netlib: Add a help to decode short addresses.
|
2017-08-18 12:07:41 -06:00 |
|
Gregory Nutt
|
4ee084ab24
|
Remove references to obsoleted CONFIG_NETDEV_MULTINIC and CONFIG_NETDEV_MULILINK.
|
2017-08-08 18:37:00 -06:00 |
|
Gregory Nutt
|
3b8c97747d
|
netutils/netlib: Fix netlib_nodaddrconv() so that its return type is the same as other address conversion functions. NSH: Correct parsing of ifconfig so that you can specify the HW address without specifying the IP address.
|
2017-08-02 14:30:34 -06:00 |
|
Gregory Nutt
|
c343fc618e
|
apps/netutils/netlib: Add support for PktRadio IOCTL commands.
|
2017-08-02 12:40:50 -06:00 |
|
Gregory Nutt
|
28415d662b
|
netutils/telnetd and users of telnetd: Add support for IPv6.
|
2017-06-27 09:14:13 -06:00 |
|
Gregory Nutt
|
82aad87122
|
netutils/telnetc: This a port of libtelnet to NuttX.
|
2017-06-26 14:37:54 -06: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 |
|
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 |
|
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
|
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
|
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
|
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 |
|
Pierre-Noel Bouteville
|
b3c90a4484
|
esp8266 update cosmetic and many bug fix
|
2016-12-04 08:35:02 -06:00 |
|
Pierre-Noel Bouteville
|
2c5b13834c
|
Remove some garbage characters added by error.
|
2016-12-04 08:01:56 -06:00 |
|
Pierre-noel Bouteville
|
f8d425f0ad
|
apps/netutils/cJSON: Eliminate some warnings
|
2016-07-12 16:27:14 -06:00 |
|
Gregory Nutt
|
68064514b9
|
uIP webserver: Fix a data declaration in a header file.
|
2016-07-11 13:05:55 -06:00 |
|
Gregory Nutt
|
cd741c82cf
|
apps/include: Move all header files associated with modules in apps/system to apps/include/system
|
2016-07-01 06:48:22 -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
|
8217864a10
|
Add .gitignore file for ESP8266
|
2016-05-21 11:11:32 -06:00 |
|
Gregory Nutt
|
abdf703746
|
Add ESP8266 driver application. From Pierre-noel Bouteville
|
2016-05-21 09:13:23 -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
|
3f95e05bc2
|
NetLib: Add utility functions to support access to the ARP table
|
2016-02-08 11:44:59 -06:00 |
|
Vladimir Komendantskiy
|
387dda152c
|
chat app and required update to the pppd client.
|
2016-01-29 17:00:59 -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
|
ba8d44d799
|
netutils/telnetd: Move the Telnet driver to nuttx/drivers/net
|
2015-12-07 09:29:29 -06: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
|
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
|
2ba737b5e5
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:26:01 -06:00 |
|
Gregory Nutt
|
e1d36a7eca
|
Clean up and review of header files for conformance to standards
|
2015-06-12 18:07:47 -06:00 |
|
Gregory Nutt
|
1e91c05d03
|
THTTPD: Add support for using binfs/ instead of NXFLAT. NXFLAT is probably the better solution but recently compiler changes make it unusable. binfs or ELF are fallback binary formats. This commit adds an option to use binfs.
|
2015-06-02 10:45:48 -06:00 |
|
Gregory Nutt
|
48defa7554
|
Forgot to add a file in a previous commit
|
2015-04-14 10:05:45 -06:00 |
|
Gregory Nutt
|
d32e66b6a2
|
apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/to 128-bit network masks. Modify the NSH IPv6 ifconfig command to show the network mask in a more standard, human readable way.
|
2015-02-06 10:23:15 -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
|
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
|
4eceae4e32
|
Refresh configuration/update some misnamed conditional compilation
|
2015-01-18 11:17:00 -06:00 |
|
Gregory Nutt
|
bf3c7bd286
|
apps/netutils/dnsclient: Can select to be either IPv4 or IPv6, but not both (IPv6 still does not compile)
|
2015-01-18 10:51:53 -06:00 |
|
Gregory Nutt
|
36118a1b76
|
Networking: Replace all references to net_ipaddr_t with either in_addr_t on net_ipv6addr_t. The goal is to support both IPv4 and IPv6 simultaneously. This requires that the two types be distinct and not conditionally typedef'ed to net_ipaddr_t.
|
2015-01-16 12:30:18 -06:00 |
|
Gregory Nutt
|
34bb359447
|
Network: All logic will now handle varialbe length link layer protocol headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP
|
2014-11-15 13:13:23 -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
|
069c43a5dd
|
Remove all inclusion of uip.h
|
2014-07-04 16:58:22 -06:00 |
|
Gregory Nutt
|
fcffe2e824
|
NET: More renaming
|
2014-07-04 15:40:49 -06:00 |
|
Gregory Nutt
|
4aafdfd280
|
Fixes to errors that I introduced from Pelle Winderstam
|
2014-07-03 08:12:45 -06:00 |
|
Gregory Nutt
|
8d2a8fc03f
|
NET: Misc naming clean-up
|
2014-07-02 17:23:25 -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 |
|