From 6911c1b1acd455e514de2fc88b3eaf0a23cabdd6 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 25 May 2015 20:57:47 +0200 Subject: Add Tomi Manninen OH2BNS's axwrapper program. Axwrapper first creates a pipe and then forks and execs the program with arguments given at the axwrapper command line. The argv[0] argument is mandatory; further arguments are optional. The parent process then sits and waits for any I/O to and from the user and converts any carriage return characters from the user to line feeds and any line feeds from the program to carriage returns. This is useful when starting non-AX.25-aware programs from ax25d. Signed-off-by: Ralf Baechle --- ax25/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'ax25/.gitignore') diff --git a/ax25/.gitignore b/ax25/.gitignore index 00323ec..a925695 100644 --- a/ax25/.gitignore +++ b/ax25/.gitignore @@ -6,6 +6,7 @@ ax25d axctl axparms axspawn +axwrapper beacon bpqparms mheard -- cgit v1.2.3