Telnet Client

BlitzPlus Forums/BlitzPlus Programming/Telnet Client

RifRaf(Posted 2008) [#1]
Curious, has anyone created a functioning telnet client yet ? If so, is it still around or available ?


Andres(Posted 2008) [#2]
With native b+ functions it's not possible to create a (good) telnet client, because the input function will freeze the process until user has pressed enter (in command prompt window). And windows's telnet client sends the data byte-per-byte (As soon as you press a key it will send it to server). I've created a MUD server for telnet clients (color codes and stuff), but failed because of the lack of multithreading.


Pineapple(Posted 2008) [#3]
Acually, someone made a program with Telnet and B+.

see topic here:
http://www.blitzbasic.com/Community/posts.php?topic=61445#687469


Wings(Posted 2008) [#4]
I have written a minirpg.


open this in internet explorer.
http://www.tiberion.eu/2007/minirpg/

select start/run

enter telnet www.voidrpg.com 22
press ok.

use WASD + enter to controll player..

Last edited 2013