On Tue, Aug 6, 2013 at 2:14 AM, wrote:
> This is still sort of incomprehensible to me. For example, you haven't
> even said whether you're trying to develop the server side of this, the
> client side, both, or what.
I'm definitely trying to write the server. I'm hoping to be able to get out
fr
On 5 Aug, 09:20 pm, _...@lvh.io wrote:
Hi,
Sorry, when editing and cutting my post I got rid of something
important :-)
When you log in, you get greeted by some terminal app, say something
written with Urwid or so. In addition to that, on the client, you can
start
accepting connections on so
Hi,
Sorry, when editing and cutting my post I got rid of something important :-)
When you log in, you get greeted by some terminal app, say something
written with Urwid or so. In addition to that, on the client, you can start
accepting connections on some TCP port, and at some point the server wi
On 08/05/2013 01:49 PM, Laurens Van Houtven wrote:
Hi,
I'd like to do something akin to port forwarding using Conch.
Specifically, I want to be able to make connections to something
listening on a particular port on the client, and I want the client to
be able to make connections to some Clie
Hi,
I'd like to do something akin to port forwarding using Conch.
Specifically, I want to be able to make connections to something listening
on a particular port on the client, and I want the client to be able to
make connections to some ClientFactory in the server.
Can I do this with regular SS