alathon / AwesomeMUD

An awesome MUD in Scala
1 stars 1 forks source link

Implement MSDP Support #6

Open alathon opened 11 years ago

alathon commented 11 years ago

See http://tintin.sourceforge.net/msdp/ and the msdp branch which has an MSDP.Scala file.

We may reconsider whether MSDP is in fact the correct protocol, depending on what the client ends up being.

alathon commented 11 years ago

Links of interest:

Kavir's MUSHclient plugin for 4Dimensions, his own MUD (Godwars 2) and such -> http://www.godwars2.org/download/mushclient/

His discussion of adding it, back in 2010 -> http://clanscw.brinkster.net/godwars/topic.asp?TOPIC_ID=2522

Similarly, on MudBytes forum -> http://www.mudbytes.net/index.php?a=topic&t=2899&min=15&num=15

alathon commented 11 years ago

http://www.alteraeon.com/screenshots/alter-aeon-110620-01.png Not a bad custom client. Its probably not MUSHClient, or if it is, its heavily re-skinned / re-done.

alathon commented 11 years ago

Also relevant wrt. telnet negotiation and protocols - http://cryosphere.net/mud-protocol.html