-
Notifications
You must be signed in to change notification settings - Fork 15
Hexabususbstick
gonium edited this page Jul 27, 2011
·
6 revisions
The usb stick is the gateway between the 6LoWPAN network and your usual WLAN/Ethernet network. From the IP network side, the 6LoWPAN devices appear as IPv6 devices. The conversion between IPv6 and 6LoWPAN happens in the USB stick. Then, the packets are sent into the mesh network on 868 MHz.
The USB stick provides two USB endpoints:
- The USB-CDC endpoint. This is a standard USB profile that presents a modem device to the host computer. Under Linux, this will result in an "usb0" interface, MacOSX likewise. For Windows, you need to use the provided driver (not currently available).
- A serial interface provides you with access to the JackDaw mode, a network sniffer. This is very useful for debugging the 6LoWPAN communication on the air interface. HINT: Wireshark also parses 6LoWPAN packets. More information about this is available on the Wiresharksniffing page.