Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jerluc/ratatat

Simple AT command library for Go
https://github.com/jerluc/ratatat

Last synced: 24 days ago
JSON representation

Simple AT command library for Go

Awesome Lists containing this project

README

        

# ratatat

Simple AT command library for Go.

## Example usage

See the source code of [`at-serial`](tool/serial.go) for an example of how to use this library for
sending AT commands to a serial device.

## Building

```
make
```