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.
- Host: GitHub
- URL: https://github.com/ebusto/xbee
- Owner: ebusto
- Created: 2017-07-21T07:17:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T08:11:29.000Z (over 4 years ago)
- Last Synced: 2024-06-20T10:17:49.329Z (almost 2 years ago)
- Topics: go, golang, xbee
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)