Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`