Ancestors

Written by Chaos Post on 2024-12-24 at 22:19

You may now point your terminal (emulator) of choice towards office.c3post.de:4711 and try the first version of the #38c3 Terminal Office (make sure to disable local echo/linefeed conversion stuff).

If you have socat available you can use basically any common terminal emulator with this command: socat stdio,raw,echo=0,echoctl=0 tcp-connect:office.c3post.de:4711

See next posts for telnet/netcat instructions.

[#]38c3 #retrocomputing #retronetworking

@eventphone @c3isdn

=> View attached media

=> More informations about this toot | More toots from ChaosPost@chaos.social

Written by Chaos Post on 2024-12-25 at 09:31

For telnet you can try the following:

Start "telnet" without connecting to any host yet.

Type "unset echo", press return.

Type "open office.c3post.de 4711", press return

Goto the telnet prompt (I need to press ^] for that)

Enter "mode character", press return.

You should now be able to use the service normally. Output might look garbled. Press Ctrl+L to force a redraw.

=> More informations about this toot | More toots from ChaosPost@chaos.social

Written by Chaos Post on 2024-12-25 at 09:45

For netcat this commandline works:

stty raw -echo; nc office.c3post.de 4711; stty -raw echo

Note: This assumes you are on a system with stty avaiable (not Windows, idk about macOS).

It configures your terminal, connects and then restores it after you've disconnected.

=> More informations about this toot | More toots from ChaosPost@chaos.social

Written by opal on 2024-12-26 at 12:03

@ChaosPost hadn't figured out how to do it from the server end?

=> More informations about this toot | More toots from wowaname@freesoftwareextremist.com

Toot

Written by Chaos Post on 2024-12-26 at 12:06

@wowaname If you're talking about the telnet part: It's not a telnet server we're using so we'd have to implement/integrate one.

The netcat part we can't do server side for technical reasons.

Also accessing this via socat/netcat/telnet isn't the intended way to access it in the first place (this was made for the on-site retro networking dial-in system).

If we want to offer this over the regular internet in the future we'll most likely hook it up to an ssh server.

^tr

=> More informations about this toot | More toots from ChaosPost@chaos.social

Descendants

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113719038392578814
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
258.246506 milliseconds
Gemini-to-HTML Time
1.079645 milliseconds

This content has been proxied by September (3851b).