[GreenKeys] more interface software

John Nagle nagle at animats.com
Sat Sep 24 17:30:28 EDT 2016


     You copied my old "nwsweatherreport.py", which is Python 2.x only.
Here's the new one, for Python 2 and 3.

https://github.com/John-Nagle/baudotrss/blob/master/messager/nwsweatherreport.py

			John Nagle

On 09/24/2016 12:56 PM, greenkeys-request at mailman.qth.net wrote:
> Message: 27
> Date: Sat, 24 Sep 2016 11:45:42 -0700
> From: epvgk at limpoc.com
> To: greenkeys at mailman.qth.net
> Subject: [GreenKeys] more interface software
> Message-ID: <20160924184542.GA8387 at limpoc.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi!
>
> Since everyone else seems to be doing interface software/firmware lately
> I thought I'd post my current efforts in the event it saves someone else
> some effort.
>
> My goal was a stripped down alternative to HeavyMetal in Python without
> the UI or all the builtin commands.   Instead, I focused primarily on
> 1) talking to other programs/computers via TCP, and
> 2) commands as plugins to be executed on the host computer and their
> output sent to the tty.
>
> Mostly I wanted something to handle the half duplex / echo cancelling
> stuff without the commands or other computers to have to deal with it.
> It will politely stop talking if it detects someone else talking on the
> loop and the "Break" key can be used to interrupt commands or output.
> So far it's the only related project that I feel does this part well.
>
> Work in progress on github here:
> https://github.com/epvuc/loop-gateway
>
> I'm running it on a raspberry pi zero with one of the usb-tty adapters
> I was selling this past year. (should work with other interfaces too)
>
> If it's of use to anyone else please feel free to take what you want, but
> also feel free to contribute.
>
> eric


More information about the GreenKeys mailing list