Files

30 lines
998 B
Markdown

# MeshExec - Remote command execution over Meshtastic mesh networks
```
__ __ _ _____
| \/ | ___ ___| |__ | ____|_ _____ ___
| |\/| |/ _ \/ __| '_ \| _| \ \/ / _ \/ __|
| | | | __/\__ \ | | | |___ > < __/ (__
|_| |_|\___||___/_| |_|_____/_/\_\___|\___|
```
MeshExec lets you execute commands on remote serially-connected [Meshtastic](https://meshtastic.org/) nodes by listening for messages in a
private channel. Define command aliases with arguments and flags in a YAML config, send a message like `!myip` over the
mesh, and get the output back — no internet required!
**This repo holds Homebrew Tap and Formula for [MeshExec](https://github.com/Dark-Alex-17/meshexec)**
# Install with
```
brew tap Dark-Alex-17/meshexec
brew install meshexec
# If you need to be more specific, use:
brew install Dark-Alex-17/meshexec/meshexec
```
Visit [https://github.com/Dark-Alex-17/meshexec](https://github.com/Dark-Alex-17/meshexec) for more details.