From fe425d839abed3d883c0aa06acfcae7ddc988020 Mon Sep 17 00:00:00 2001 From: n6cta Date: Sat, 1 Mar 2025 09:35:15 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17b9a34..723dc0d 100644 --- a/README.md +++ b/README.md @@ -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