aoba 0.0.1

Multi-protocol debug & simulation CLI tool (Modbus, MQTT, TTY, TCP/UDP, etc.)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Aoba


Multi-protocol debugging and simulation CLI tool, supporting Modbus RTU, MQTT, TTY, TCP/UDP, etc.

> Still developing

## Features

- Serial/network protocol debugging
- Protocol simulation (master/slave, client/server)
- TUI/GUI auto switch

## Quick Start

1. Install Rust toolchain
2. `cargo build --release`
3. `cargo run` or run the generated executable

## Contribution

Feel free to submit issues or PRs!