Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartekpacia/comms
Simple command-line utilities to communicate with tiny things.
https://github.com/bartekpacia/comms
Last synced: 22 days ago
JSON representation
Simple command-line utilities to communicate with tiny things.
- Host: GitHub
- URL: https://github.com/bartekpacia/comms
- Owner: bartekpacia
- Created: 2020-12-03T20:43:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T15:16:51.000Z (over 3 years ago)
- Last Synced: 2024-10-26T08:37:27.091Z (2 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# comms
A bunch of command-line utilities to communicate with embedded devices.
> currently it's just 3 files lol
### Usage
Each directory under `cmd/` represents a single binary.
To build a binary, use `go build ./cmd//*.go`.
To get help, execute the generated binary with the `--help` switch, e.g:
- `./uart_leds --help`