TRLog
[Top] [All Lists]

Re: [Trlog] TRlog under Linux!

To: trlog@contesting.com
Subject: Re: [Trlog] TRlog under Linux!
From: Kevin Schmidt <w9cf@ptolemy.la.asu.edu>
Date: Sat, 8 Nov 2003 16:28:52 -0700 (MST)
List-post: <mailto:trlog@contesting.com>
> 
> tclay@netdoor.com wrote:
> > It's been a few years since I tried TR using DOSemu under linux. I tried 
> > it again tonight, and it appears to run flawlessly! Including cw paddle 
> > and radio interface! This is on a 100% no-Microsoft-product computer.
> 
> This is great news, Tor.  I've tried the all Linux TLF code, but 
> concluded that it wasn't quite "there" yet.
> 
> Can you run telnet in another x-window and feed spots to TR?  Now THAT 
> would be cool!
> 
> 73,
> Charlie  N9CO

You can do this with pseudo terminals. I tried this when I was playing with
trlog under linux, but since I never use packet I haven't done this for
a while.  Here is what I wrote in my notebook.

In the dosemu.conf you need to point one of the com ports to an unused
pseudo terminal with for example the line:

$_com1 = "/dev/ptyq1"

In that case /dev/ptyq1 will be the master, and the slave will be /dev/ttyq1.
You then fire up anything you want using /dev/ttyq1 for io. I don't have
a telnet daemon running so I tested it with secure shell.
For it I just typed, in another window:
ssh < /dev/ttyq1 > /dev/ttyq1 localhost
to log in to localhost. The input and output will be sent to /dev/ptyq1 
which is com1 under trlog. You can then connect to anything you want 
from trlog. Normally pseudo ttys will work run under root, so I think dosemu
must be given root privileges for this to work, but as I said I haven't
tried this for a while.

73 Kevin w9cf
=-------------------------------------------------------------
Kevin Schmidt, w9cf@ptolemy.la.asu.edu, http://fermi.la.asu.edu/w9cf
Department of Physics and Astronomy
Arizona State University, Tempe, AZ 85287-1504
(480) 965-8240 Fax: (480) 965-7954
_______________________________________________
Trlog mailing list
Trlog@contesting.com
http://lists.contesting.com/mailman/listinfo/trlog

<Prev in Thread] Current Thread [Next in Thread>