logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

axwrapper - Run non-ax.25-aware programs from ax25d

Author

       Tomi Manninen OH2BNS <oh2bns@sral.fi>

Linux                                             26 July 2017                                      AXWRAPPER(8)

Description

Axwrapper first creates a pipe and then forks and execs the program <server-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.

Name

       axwrapper - Run non-ax.25-aware programs from ax25d

Options

-cpaclen

              Specify a the size of the output buffer.  The default length is 256 bytes.

See Also

ax25(8) ax25.conf(5)

Synopsis

axwrapper[-ppaclen]server-programargv[0]...

See Also