nuttx/wireless/pktradio
2017-08-26 10:00:47 -06:00
..
Kconfig PktRadio: Add a loopback driver for testing on the simulator. 2017-07-31 07:28:42 -06:00
Make.defs PktRadio: Add a loopback driver for testing on the simulator. 2017-07-31 07:28:42 -06:00
pktradio_loopback.c 6LoWPAN: The original, Contiki-based design used only a single buffer for reassemblying larger packets. This could be a problem issue for hub configurations which really need the capability concurrently reassemble multiple incoming streams concurrently. These was also a design issue in that the reassembly buffer could be corrupted by outgoing packets. The design was extended to support multiple reassembly buffers, each associated with the reassembly tag and source address. This assures that there can be be no corruption of the reassembly once it has started. 2017-08-26 10:00:47 -06:00
pktradio_metadata.c PF_IEEE802154: With this commit PF_IEEE802154 address family is basically functional. More testing is needed, of course. 2017-08-19 18:50:50 -06:00