Gregory Nutt
|
922454d515
|
6LoWPAN: Loopback driver needs to initialize the MAC meta data; Address decompression logic must have the MAC address to handle the most common compression cases.
|
2017-06-22 13:55:08 -06:00 |
|
Gregory Nutt
|
b5994560cc
|
6LoWPAN: Fixes needed when extended addressing is enabled. Currently breaks short addressing.
|
2017-06-22 09:28:25 -06:00 |
|
Gregory Nutt
|
cfea8adacb
|
L should be capitalized in 6LoWPAN
|
2017-06-18 16:00:08 -06:00 |
|
Gregory Nutt
|
0de294a586
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
|
Gregory Nutt
|
0eb7ec046e
|
6loWPAN: Use information in struct ieee802154_data_ind_s when reassembling a packet
|
2017-05-05 11:36:16 -06:00 |
|
Gregory Nutt
|
14fc1b2d39
|
6loWPAN: Local MAC address is fixed by the configuration. The remote address be with short or extended.
|
2017-05-04 19:17:38 -06:00 |
|
Gregory Nutt
|
1cf891bbe1
|
Another baby step in removing MAC knowledge from 6loWPAN.
|
2017-05-04 11:33:22 -06:00 |
|
Gregory Nutt
|
6f6e61769a
|
6loWPAN: Remove final references to Rime from code.
|
2017-05-04 09:05:41 -06:00 |
|
Gregory Nutt
|
969c1ab614
|
6loWPAN: Replace some Rime address naming with more consistent short/exended address terminology
|
2017-05-04 08:20:59 -06:00 |
|
Gregory Nutt
|
858685e977
|
6loWPAN: Changes to use new MAC interfaces. Incomplete and needs some clean-up of dangling, unused definitions.
|
2017-05-03 09:40:42 -06:00 |
|
Gregory Nutt
|
5d68eb6059
|
6loWPAN: Remove the PAN ID from the 6loWPAN data structure. This is owned by the radio driver. Rather, use an IOCTL to obtain the PAN ID from the downstream radio driver.
|
2017-04-21 16:23:40 -06:00 |
|
Gregory Nutt
|
50fda0d748
|
6loWPAN: Fix a missing source address in header. Correct calculation of payload size.
|
2017-04-19 13:33:20 -06:00 |
|
Gregory Nutt
|
41f3f1ced7
|
6loWPAN: Correct ordering of headers. fragmentation header was coming out before FCF.
|
2017-04-16 12:18:42 -06:00 |
|
Gregory Nutt
|
3f51180cca
|
6loWPAN: Fix breakage in IPv6 dispatch caused by fixes to HC1 dispatch; Move some standard definitions from internal header file to include/nuttx/net/sixlowpan.h. Update a README.
|
2017-04-08 10:18:44 -06:00 |
|
Gregory Nutt
|
143b8f9591
|
6loWPAN: Fix more frame offsets. Reorder some logic that was appropriate only for IPv6 dispatch.
|
2017-04-08 09:34:30 -06:00 |
|
Gregory Nutt
|
60f0186258
|
6loWPAN: Add calculation of TCP header size. It is not a constant.
|
2017-04-07 17:04:57 -06:00 |
|
Gregory Nutt
|
f264e6aec2
|
6loWPAN: Fixes for fragmented packets. Change fixes some things, breaks other. Lots more to do.
|
2017-04-07 15:27:53 -06:00 |
|
Gregory Nutt
|
47647eac8f
|
6loWPAN: Correct some fragmentation handling
|
2017-04-07 09:49:10 -06:00 |
|
Gregory Nutt
|
1fa300f011
|
6loWPAN: Fix uncompressing of IPv6 encoded packet.
|
2017-04-06 08:32:18 -06:00 |
|
Gregory Nutt
|
e61fd2d45b
|
6loWPAN input: Fix a counting error. Input packet sizes were being calculated a little too big.
|
2017-04-05 09:14:28 -06:00 |
|
Gregory Nutt
|
38eed0a847
|
6loWPAN: Various fixes for building with different configurations; Some minimal testing of HC06
|
2017-04-04 17:06:17 -06:00 |
|
Gregory Nutt
|
ca2c18c023
|
6loWPAN: Fix return value and other issues in sixlowpan_frame_process
|
2017-04-04 16:12:16 -06:00 |
|
Gregory Nutt
|
34da085b40
|
6loWPAN: Yet another fix related to buffer offsets primarily.
|
2017-04-04 14:27:21 -06:00 |
|
Gregory Nutt
|
fdf706a3a9
|
6loWPAN: Additional fixes related to buffer offsets primarily.
|
2017-04-04 13:52:02 -06:00 |
|
Gregory Nutt
|
1f394a61b3
|
6loWPAN: Add option to dump buffers. Fix some issues with calculation of the IEEE802.15.4 header size.
|
2017-04-04 12:31:22 -06:00 |
|
Gregory Nutt
|
a6ae7d4ae3
|
6loWPAN: Fix an error in how reassembly timeouts work.
|
2017-04-04 09:08:48 -06:00 |
|
Gregory Nutt
|
88fd667603
|
6loWPAN: Fix a pointer initialization problem.
|
2017-04-04 07:38:48 -06:00 |
|
Gregory Nutt
|
e9d831ac60
|
wireless/ieee802154: Add initialization logic for loopback driver; configs/sim: Add configuration for testing 6loWPAN; net/sixlowpan: Fix for compilation with debug output enabled.
|
2017-04-03 09:15:00 -06:00 |
|
Gregory Nutt
|
663c48c329
|
6loWPAN: Hook 6loWPAN output into path of output from TCP state machine.
|
2017-04-02 12:01:04 -06:00 |
|
Gregory Nutt
|
64afba55dd
|
6loWPAN: Add a little bit of HC1 compression logic.
|
2017-04-01 13:42:00 -06:00 |
|
Gregory Nutt
|
7a4af75fcf
|
6lowWPAN: Add frame decompression logic to IEEE802.15.4 input
|
2017-04-01 12:34:08 -06:00 |
|
Gregory Nutt
|
52ead055fd
|
6loWPAN: Beginning of IEEE802.15.4 frame input logic.
|
2017-04-01 09:07:49 -06:00 |
|
Gregory Nutt
|
cccbb6c693
|
6loWPAN: Clean up some send logic; remove sniffer.
|
2017-03-31 16:33:21 -06:00 |
|
Gregory Nutt
|
9aabb44118
|
6loWPAN: Add some comments, move a function
|
2017-03-30 16:30:04 -06:00 |
|
Gregory Nutt
|
2e48af78e7
|
6loWPAN: Repartition some logic
|
2017-03-29 18:07:52 -06:00 |
|
Gregory Nutt
|
75a8ad636c
|
6loWPAN: Framework to support commpress/uncompress operations.
|
2017-03-28 12:23:19 -06:00 |
|
Gregory Nutt
|
25496936cc
|
6loWPAN: Add dummy files to handle 6loWPAN formmatted input and output packets.
|
2017-03-28 11:35:46 -06:00 |
|