Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerluc/gobee
A simple Go library for working with ZigBee/XBee modules over a serial interface.
https://github.com/jerluc/gobee
Last synced: 24 days ago
JSON representation
A simple Go library for working with ZigBee/XBee modules over a serial interface.
- Host: GitHub
- URL: https://github.com/jerluc/gobee
- Owner: jerluc
- License: apache-2.0
- Created: 2016-05-06T00:00:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T22:08:39.000Z (over 8 years ago)
- Last Synced: 2024-11-05T20:41:16.747Z (2 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gobee
=====
[![GoDoc](https://godoc.org/github.com/jerluc/gobee?status.svg)](https://godoc.org/github.com/jerluc/gobee) [![Build Status](https://travis-ci.org/jerluc/gobee.svg)](https://travis-ci.org/jerluc/gobee)A simple Go library for working with ZigBee/XBee modules over a serial interface.
### Installation
```
go get github.com/jerluc/gobee
```### Usage
TBW
### Contributing
TBW
### License
[Apache License Version 2.0](LICENSE)