Gregory Nutt
|
ae1771454a
|
6LoWPAN: TCP send logic was returning a failure in one case when, in fact, the send was successful.
|
2017-06-30 16:07:51 -06:00 |
|
Gregory Nutt
|
af8c5c86f3
|
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.
|
2017-06-30 09:32:17 -06:00 |
|
Gregory Nutt
|
ad3ea72ff5
|
Update a README; refresh some configurations.
|
2017-06-29 10:55:01 -06:00 |
|
Gregory Nutt
|
6d8df90b79
|
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.
|
2017-06-29 08:16:46 -06:00 |
|
Gregory Nutt
|
76644b6ead
|
Update a README.
|
2017-06-27 09:53:55 -06:00 |
|
Gregory Nutt
|
70cefcf551
|
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.
|
2017-06-27 07:44:41 -06:00 |
|
Gregory Nutt
|
8cb4636bb1
|
Update README
|
2017-06-26 11:54:43 -06:00 |
|
Gregory Nutt
|
aa1708e7c0
|
6LoWPAN: Update README; fix duplicate and bad memcpy in loopback driver.
|
2017-06-26 10:53:57 -06:00 |
|
Gregory Nutt
|
249ab6eb18
|
6LoWPAN: Eliminate a global variable.
|
2017-06-26 10:49:02 -06:00 |
|
Gregory Nutt
|
5a8668b362
|
6LoWPAN TCP: Fix more ACK handling, fix some callback flag settings. Now the TCP test appears fully functional on 6LoWPAN.
|
2017-06-25 13:00:42 -06:00 |
|
Gregory Nutt
|
ff08f799ca
|
IEEE802.15.4: Update RX statistics in network driver. Update README files.
|
2017-06-25 11:18:27 -06:00 |
|
Gregory Nutt
|
74c97f7e7f
|
6LoWPAN: Various fixes for a clean build if either TCP or UDP are disabled. Given the current state of TCP, it is recommended that you disable TCP.
|
2017-06-24 16:53:00 -06:00 |
|
Gregory Nutt
|
96af668ab8
|
6LoWPAN: Handle case where the local address is zero (listen socket)
|
2017-06-24 11:57:59 -06:00 |
|
Gregory Nutt
|
f0cdb0e6b4
|
clicker2-stm32/mrg24j40-6lowpan: Add apps/examples/nettest. Refresh all configurations that enable the nettest.
|
2017-06-23 18:11:15 -06:00 |
|
Gregory Nutt
|
328a464f99
|
6LoWPAN: Fix a typo in an index that prevented use with HC1 and extended addresses.
|
2017-06-23 10:08:03 -06:00 |
|
Gregory Nutt
|
1a46ea644d
|
6LoWPAN: Add missing IPv6 address creation to HC1 decode logic.
|
2017-06-23 09:45:09 -06:00 |
|
Gregory Nutt
|
4a517ad48d
|
6LoWPAN: Just adds more debug output
|
2017-06-22 15:19:18 -06:00 |
|
Gregory Nutt
|
b49c52226e
|
Update README
|
2017-06-21 18:05:36 -06:00 |
|
Gregory Nutt
|
d9f549121c
|
ieee802154_req_data: Don't modify the IOB until we are certain that no EINTR errors will occur. Otherwise, the retry will fail
|
2017-06-20 14:27:22 -06:00 |
|
Gregory Nutt
|
a82ab4b729
|
mac802154_req_data() can return without releasing the exclsem
|
2017-06-20 11:23:31 -06:00 |
|
Gregory Nutt
|
68a2b84277
|
Update a README
|
2017-06-19 16:01:35 -06:00 |
|
Gregory Nutt
|
c5ae864624
|
/configs/clicker2-stm32/mrf24j40-6lowpan: Enables both client and server UDP tests on the target; Update a README file.
|
2017-06-19 13:28:48 -06:00 |
|
Gregory Nutt
|
cfea8adacb
|
L should be capitalized in 6LoWPAN
|
2017-06-18 16:00:08 -06:00 |
|
Gregory Nutt
|
84a75996fb
|
IEEE 802.15.4 Network Driver: Add logic to setup the network mask, update the MAC-based IPv6 addressing when the network is brought up. The idea is that addressing changes are supposed to occur only while the network is down but won't take effect until the network is up again.
|
2017-06-18 15:26:56 -06:00 |
|
Gregory Nutt
|
4588226d71
|
Clicker2-STM32: Enable networking and 6loWPAN in the mrf24j40-6lowpan configuration. Fix a couple of new 6loWPAN compile issues revealed by this new configuration.
|
2017-06-16 16:47:27 -06:00 |
|
Gregory Nutt
|
ab2028d73e
|
Fix a long line in a README file
|
2017-06-16 09:55:21 -06:00 |
|
Gregory Nutt
|
389144412c
|
Merge branch 'ieee802154' of bitbucket.org:nuttx/nuttx into ieee802154
|
2017-06-16 07:53:07 -06:00 |
|
Gregory Nutt
|
777964a0cf
|
Clicker2-STM32: Enable RAMLOG in mrf24j40-6lowpan configuration. Update README.
|
2017-06-16 07:49:23 -06:00 |
|
Gregory Nutt
|
af25740ca5
|
Update README:
|
2017-06-15 16:37:18 -06:00 |
|
Gregory Nutt
|
b8e968f191
|
clicker2-stm32: Add a configuratino that will, eventually, be used for 6loWPAN testing.
|
2017-06-15 14:26:10 -06:00 |
|
Gregory Nutt
|
150907a9b4
|
Rename configs/mrf24j40-radio to mrf24j40-mac
|
2017-06-15 12:30:58 -06:00 |
|
Gregory Nutt
|
e87991bbdc
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-05-01 18:05:38 -06:00 |
|
Gregory Nutt
|
0e3438b854
|
clicker2-stm32: Add protected build knsh configuration.
|
2017-05-01 15:19:23 -06:00 |
|
Gregory Nutt
|
feba99e99c
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-26 10:39:45 -06:00 |
|
Gregory Nutt
|
9aac1dd44d
|
configs: Remove all setenv.bat files. Remove all references to setenv.sh and setenv.bat from all config README files.
|
2017-04-26 10:12:13 -06:00 |
|
Gregory Nutt
|
dfb9fe9b67
|
Clicker2-STM32: Rename configuration to mrf24j40-radio. Update remove. Remove some bad settings in the defconfig file (like OTGFS host support).
|
2017-03-25 07:20:04 -06:00 |
|
Gregory Nutt
|
b47e1888f5
|
Clicker2-STM32: Add usbnsh configuration.
|
2017-03-25 06:59:27 -06:00 |
|
Gregory Nutt
|
c3990e1b7f
|
Update README and some comments
|
2017-03-24 12:46:01 -06:00 |
|
Gregory Nutt
|
c12b066f14
|
Update README file
|
2017-03-24 12:11:31 -06:00 |
|
Gregory Nutt
|
20b8ccd9d4
|
More updates to README.txt
|
2017-03-23 13:43:48 -06:00 |
|
Gregory Nutt
|
123a057be9
|
Update README
|
2017-03-23 11:43:32 -06:00 |
|
Gregory Nutt
|
2ec72c8f94
|
Clicker2-STM32: Add a README file
|
2017-03-23 11:17:43 -06:00 |
|