From 0e5ef84203338ec7800e762d560b248ecafc2adc Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 1 Mar 2025 00:58:41 -0800 Subject: [PATCH] Fixed readme formatting errors --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1581581..9e81ba0 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 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 myself both learn and be able to teach the building blocks of both Rust idomatic programming and writing a simple unproto AGWPE TX client. ## Features @@ -24,7 +24,7 @@ Sends the constructed frame to the AGWPE server over a TCP connection. ## Prerequisites -- Rusthttps://www.rust-lang.org/tools/install (version 1.XX or later) +- Rust https://www.rust-lang.org/tools/install (version 1.XX or later) - Cargo package manager (included with Rust) ## Installation @@ -49,14 +49,14 @@ The compiled executable will be located in the `target/release` directory. Run the executable with the required arguments: ```bash -baecun -i -p -f -t -m \"\" [OPTIONS] +baecun -i -p -f -t -m "" [OPTIONS] ``` ### Command-Line Arguments - `-i, –ip ` The IP address of the AGWPE server. -Example: `192.168.1.100` +Example: `127.0.0.1` - `-p, –port ` The port number of the AGWPE server (must be greater than 0).