An open API service indexing awesome lists of open source software.

https://github.com/ebusto/xbee

XBee library for Go.
https://github.com/ebusto/xbee

go golang xbee

Last synced: 5 months ago
JSON representation

XBee library for Go.

Awesome Lists containing this project

README

          

The xbee package is for using Series 1 XBee devices in API mode to send and receive frames.

Make sure that all of your radios have the same PAN ID.

* [Example Reader](https://github.com/ebusto/xbee/blob/master/examples/stream_recv.go)
* [Example Writer](https://github.com/ebusto/xbee/blob/master/examples/stream_send.go)