Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)