Telnet Client
BlitzPlus Forums/BlitzPlus Programming/Telnet Client| 
 | ||
| Curious, has anyone created a functioning telnet client yet ?   If so, is it still around or available ? | 
| 
 | ||
| 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. | 
| 
 | ||
| Acually, someone made a program with Telnet and B+. see topic here: http://www.blitzbasic.com/Community/posts.php?topic=61445#687469 | 
| 
 | ||
| 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 |