IEEE 802.15.4 subsystem
Sign in or create your account | Project List | Help
IEEE 802.15.4 subsystem Commit Details
Date: | 2016-08-01 19:10:53 (7 years 4 months ago) |
---|---|
Author: | Stefan Schmidt |
Commit: | 434b4716d0146813a77cea1acd3df8c688bb726f |
Message: | web: update status and links on the webpage Linux-wpan is way further now and the driver is already in mainline. Make sure our page is a bit more accurate. |
Files: |
web/index.html (4 diffs) |
Change Details
web/index.html | ||
---|---|---|
49 | 49 | AT86RF231</A> transceiver. They operate in the license-free 2.4 GHz band |
50 | 50 | using the |
51 | 51 | <A href="http://en.wikipedia.org/wiki/IEEE_802.15.4">IEEE 802.15.4</A> |
52 | physical and link layer. | |
52 | physical and link layer. | |
53 | 53 | <BR> |
54 | 54 | Note that IEEE 802.15.4 is different from |
55 | 55 | <A href="http://en.wikipedia.org/wiki/IEEE_802.11">IEEE 802.11</A> (WLAN) |
... | ... | |
66 | 66 | <H2>Compatibility</H2> |
67 | 67 | |
68 | 68 | <B>atben</B> and <B>atusb</B> can communicate at the physical and link |
69 | layer with any device that implements the | |
69 | layer with any device that implements the | |
70 | 70 | <A href="http://standards.ieee.org/getieee802/download/802.15.4-2006.pdf">IEEE |
71 | 71 | 802.15.4-2006 standard</A> for the 2.4 GHz band. |
72 | 72 | <BR> |
... | ... | |
89 | 89 | The ultimate goal is to fully support IPv6 with |
90 | 90 | <A href="http://en.wikipedia.org/wiki/6LoWPAN">6LoWPAN</A>, in |
91 | 91 | cooperation with the |
92 | <A href="http://sourceforge.net/apps/trac/linux-zigbee/">linux-zigbee</A> | |
93 | project. This work is still in progress and may take a while. | |
92 | <A href="http://wpan.cakelab.org/">linux-wpan</A> | |
93 | project. | |
94 | 94 | <P> |
95 | 95 | To make use of the boards while working on IPv6, we have developed a quick |
96 | 96 | and dirty tunnelling mechanism for IPv4. A video demonstrating its use |
... | ... | |
140 | 140 | <TD><A href="http://en.qi-hardware.com/wiki/Ben_WPAN#Production_Notes">Production notes</A>, factory files: |
141 | 141 | <A href="http://downloads.qi-hardware.com/people/werner/wpan/fab/atben-pcb-110330.tar.gz">PCB</A> and |
142 | 142 | <A href="http://downloads.qi-hardware.com/people/werner/wpan/fab/atben-smt-110330.tar.gz">SMT</A> |
143 | <TR><TH align="left">Firmware<TD bgcolor="#ffff00" align="center"> | |
144 | Finishing | |
143 | <TR><TH align="left">Firmware<TD bgcolor="#80ff80" align="center"> | |
144 | Done | |
145 | 145 | <TD><A href="http://projects.qi-hardware.com/index.php/p/ben-wpan/source/tree/master/atusb/fw">source</A>, |
146 | 146 | <A href="atusb-0.2.dfu">0.2 release</A> |
147 | <TR><TH align="left">Device driver<TD bgcolor="#ffff00" align="center"> | |
148 | Finishing | |
149 | <TD><A href="https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-next.git/">mainlining through linux-wpan (bluetooh-next tree)</A> | |
147 | <TR><TH align="left">Device driver<TD bgcolor="#80ff80" align="center"> | |
148 | Done | |
149 | <TD><A | |
150 | href="https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/net/ieee802154/atusb.c">In Linux mainline since 4.2 </A> | |
150 | 151 | <TR><TH align="left">MAC layer<TD bgcolor="#ffff00" align="center"> |
151 | In progress | |
152 | Finishing | |
152 | 153 | <TD><A href="http://wpan.cakelab.org/">linux-wpan project |
153 | 154 | <TR><TH align="left">IPv4 hack<TD bgcolor="#80ff80" align="center">Done |
154 | 155 | <TD><A href="http://projects.qi-hardware.com/index.php/p/ben-wpan/source/tree/master/tools/dirtpan">dirtpan</A> |
155 | <TR><TH align="left">6LoWPAN stack<TD bgcolor="#ffff00" align="center">In progress | |
156 | <TR><TH align="left">6LoWPAN stack<TD bgcolor="#ffff00" align="center">Finishing | |
156 | 157 | </TABLE> |
157 | 158 | <P> |
158 | 159 |