https://github.com/jerluc/ratatat
Simple AT command library for Go
https://github.com/jerluc/ratatat
Last synced: about 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T23:37:10.000Z (over 8 years ago)
- Last Synced: 2025-02-15T13:27:00.364Z (3 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
```