bastibl / gr-ieee802-15-4

IEEE 802.15.4 ZigBee Transceiver
https://www.wime-project.net
GNU General Public License v3.0
270 stars 87 forks source link

How can I play with it #39

Closed tomato990 closed 5 years ago

tomato990 commented 5 years ago

Now I have successfully installed the project, but I have no idea how to play with it. Are there any more guides or examples about the usages? I really appreciate any help.

bastibl commented 5 years ago

Depends on what you are interested in. This is a PHY for IEEE 802.15.4, so you can send and receive ZigBee frames. You can, for example, overhear communication from a device and inspect it in Wireshark. Or you can use a two instances of the PHY to send frames back and forth.