ID:396208
 
(See the best response by Stephen001.)
OK I was gonna see a few things...

First off how do you connect to BYOND using telnet...I mean windows command prompt has telnet & so does linux & other things...but which ones are supported or how do you connect in this manor...?

Also are there any telnet games to connect to on BYOND, supported for telnet or just otherwise telnet only...

Also is there any support for any form of authentication or if you have a telnet enabled game do you really just need to handle logins with a username/password or something to differentiate users on telnet...I mean besides the guest account if thats used on telnet...that is...

I also meant to ask how many people if any actually use telnet...?
Best response
First off how do you connect to BYOND using telnet

You use the IP address of the BYOND world, and the port it is hosted on. To my understanding, most telnet clients have no problem connecting to BYOND. You will sometimes be stopped after connection by a prompt asking you to press enter to continue. Once done, you will be connected.

Also are there any telnet games to connect to on BYOND

Commonly telnet support is implemented into chat 'games'. The Saloon is one notable example.

Also is there any support for any form of authentication

Not natively in BYOND, no. You will have to perform your own authentication in DM once the telnet user is connected, to confirm their identity. Telnet clients will have an IP address as their identifier.

I also meant to ask how many people if any actually use telnet...?

That's kind of a question beyond our capabilities to answer, we don't collect statistics on games especially. However from my own anecdotal experience, it is used by a few people to connect to chat 'games', hence most decent ones will include proper support for telnet.

The general caveat with telnet is it's an unauthenticated, unencrypted protocol. As such it's generally not used across the internet or in networks. It's more common modern use is to act as a protocol over serial link to system-on-chip devices like routers, TV set-top-boxes, industrial equipment etc.
In response to Stephen001
That's useful information but apparentally it doesn't work well with telnet in windows vista here...it wont let me send messages...pressing buttons has no effect...

The press enter to continue message though passes on it's own about a second after it displays....so thats not a problem...