- Jul 02, 2017
-
-
Goran Mekić authored
-
- Jul 01, 2017
-
-
Gregory Nutt authored
include/nuttx/net and net/: Move private prototype of netdev_foreach() from the public include/nuttx/net/net.h to the private net/netdev/ndetdev.h header file where it belongs.
-
- Jun 30, 2017
-
-
Gregory Nutt authored
6LoWPAN: TCP send logic was returning a failure in one case when, in fact, the send was successful.
-
Gregory Nutt authored
This change backs out the 'misconception' fix of 76e6dba2 and reimplements it in a way that actually seems to work.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
6LowPan: Change how the destination node address is handled in the start endpoint configuration. When the star endpoint sent the IPv6 destination address, the HC06 compression logic elided the address -- meaning that it could be reconstructed by the recipient based on the receiver's assigned short address. However, when intercepted by the hub, the uncompressed address does not know the short address of the recipient and instead uses the short address of the hub. This means two things: (1) it looks like the hub address is the destination address, and (2) the uncompressed UDP packet has a bad checksum. This change assures that the destination IPv6 address is not elided in the case of the star endpoint configuration.
-
- Jun 29, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Clicker2-STM32 + net/: Add configurations to support the endpoint and hub roles in a star topology. Fix various things that broke when IPv6 forwarding was enabled.
-
- Jun 28, 2017
-
-
Gregory Nutt authored
6LoWPAN: Add configurable support for 6LoWPAN star topology. With this change, the endpoints which are the 'points' of the star will forward all traffic to the coordinator. The coordinator is assumed to be the 'hub' of the star. This function also implements IPv6 forwarding. That forwarding implementation is minimal, just enough to support the forwarding requirements of the star hub node.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
jlecoeur authored
Fix warning implicit-fallthrough with arm-none-eabi-gcc 7 Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Cristian Condurache authored
Fix ELF loader up_checkarch on ARM arch Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Julien Lecoeur authored
-
Cristian Condurache authored
-
Gregory Nutt authored
net/: IPv6 packet input, Improve checks that the packet is destined for us. There might be some odd things that can happen in certain forwarding scenarios.
-
Jussi Kivilinna authored
-
- Jun 27, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Clicker2-STM32: Add support for the Telnet client to the mrf24j40-6lowpan configuration. Useless at the moment because the NuttX telnet daemon does not yet support IPv6.
-
- Jun 26, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-