Update README.md

This commit is contained in:
n6cta 2025-03-01 09:35:15 +00:00
parent 309fd239f9
commit fe425d839a

View File

@ -1,6 +1,6 @@
# baecun
baecun is a Rust-based command-line tool that constructs and sends specially formatted frames to an AGWPE server over TCP. It supports unproto frames with and without digipeaters and provides some validation for IP addresses, ports, callsigns, and channel numbers. This tool was written as an exercise to myself both learn and be able to teach the building blocks of both Rust idomatic programming and writing a simple unproto AGWPE TX client.
baecun is a Rust-based command-line tool that constructs and sends specially formatted frames to an AGWPE server over TCP. It supports unproto frames with and without digipeaters and provides some validation for IP addresses, ports, callsigns, and channel numbers. This tool was written as an exercise to both learn and be able to teach the building blocks of both Rust idomatic programming and writing a simple unproto AGWPE TX client.
## Features