Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jerluc/ratatat
- Owner: jerluc
- License: mit
- Created: 2017-01-28T23:33:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T23:37:10.000Z (almost 8 years ago)
- Last Synced: 2024-11-05T20:41:18.108Z (2 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```