2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Codebase Ideas -->
<!--X-From-R13: "Oneba [vgpuryy" <nnebaNsngr.arg> -->
<!--X-Date: Fri, 18 Feb 2000 10:05:18 &#45;0800 -->
<!--X-Message-Id: 003601bf7a3a$446932a0$f7a8a8c0#driftwood,com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 000217204454CE.19573#webd4,iname.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Codebase Ideas</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:aaron#fate,net">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00421.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00424.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00409.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00370.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00423">Author</A>
&nbsp;|&nbsp;<A HREF="#00423">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00423">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Codebase Ideas</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Codebase Ideas</LI>
<LI><em>From</em>: "Aaron Mitchell" &lt;<A HREF="mailto:aaron#fate,net">aaron#fate,net</A>&gt;</LI>
<LI><em>Date</em>: Fri, 18 Feb 2000 10:02:04 -0800</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Thu, 17 Feb 2000 punitac#prodigy,net wrote:
&gt; First off, does anyone have advice on how I should do
&gt; the central server?  What I wanted it to do was have it
&gt; so every mud when up would be logged into the central
&gt; server, and always be connected to it.  Any advice on
&gt; how you guys and girls think I should do this would be
&gt; great.

One thing to keep in mind is that if you are strictly adhering to the telnet
protocol, you can't transparently transfer a client from one server to
another.  If you had a proprietery socket connection between each mud "node"
and the central server, you could just have the server relay all information
from the current node the client is on to the client.  This would make
programming the nodes much easier, but increase the amount of bandwidth used
(node -&gt; server, server -&gt; client, and back again).

&gt; Also, can you take someone's connection, and transfer it
&gt; to another mud?  without doing something like making a
&gt; telnet client just for our mud?  I'd like it to be
&gt; possibly to have any telnet client let you log into the
&gt; mud, and while we do have plans for making a client just
&gt; for our mud, that won't be for a long time.  The thing
&gt; is, I only want muds conncected to the main server, and
&gt; players connect through their muds, when they switch
&gt; muds, their connection would get sent to another mud.
&gt; This is pretty important to me.

Unless you wrote you own client protocol, you wouldn't be able to do this
unless you tried something like the method I mentioned above, by piping all
data from each node server through the central server to the client.
Another benefit with this method is how easy it would be to synchronize data
between the node servers and the central server, since they wouldn't need to
use telnet or ascii as the protocol.

Overall it sounds like a good idea, I've heard people talk about a multi-mud
gateways but haven't seen a good implementation yet (not that I've looked
for one).  Another really important feature I think would be  good
player-data synchronization, or a model that allowed the player data to be
isolated to each mud node (requiring no or very little player data
synchronization).

Aaron M.
aaron#fate,net





_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00401" HREF="msg00401.html">[MUD-Dev] Codebase Ideas</A></STRONG>
<UL><LI><EM>From:</EM> punitac#prodigy,net</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00421.html">Re: [MUD-Dev] code base inquiry</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00424.html">Re: [MUD-Dev] code base inquiry</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00409.html">Re: [MUD-Dev] Codebase Ideas</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00370.html">[MUD-Dev] The Endeavour Map and MUD Applications</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00423"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00423"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><strong><A NAME="00419" HREF="msg00419.html">[MUD-Dev] Guide Applicant : Player Ratio</A></strong>, 
Geoffrey A. MacDougall <a href="mailto:geoffrey#poptronik,com">geoffrey#poptronik,com</a>, Fri 18 Feb 2000, 17:43 GMT
<UL>
<LI><strong><A NAME="00425" HREF="msg00425.html">Re: [MUD-Dev] Guide Applicant : Player Ratio</A></strong>, 
Matthew Mihaly <a href="mailto:diablo#best,com">diablo#best,com</a>, Fri 18 Feb 2000, 20:15 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00401" HREF="msg00401.html">[MUD-Dev] Codebase Ideas</A></strong>, 
punitac <a href="mailto:punitac#prodigy,net">punitac#prodigy,net</a>, Fri 18 Feb 2000, 03:25 GMT
<UL>
<LI><strong><A NAME="00409" HREF="msg00409.html">Re: [MUD-Dev] Codebase Ideas</A></strong>, 
Bryce Harrington <a href="mailto:bryce#neptune,net">bryce#neptune,net</a>, Fri 18 Feb 2000, 05:38 GMT
</LI>
<LI><strong><A NAME="00423" HREF="msg00423.html">Re: [MUD-Dev] Codebase Ideas</A></strong>, 
Aaron Mitchell <a href="mailto:aaron#fate,net">aaron#fate,net</a>, Fri 18 Feb 2000, 18:05 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00370" HREF="msg00370.html">[MUD-Dev] The Endeavour Map and MUD Applications</A></strong>, 
Michael Hohensee <a href="mailto:michael#sparta,mainstream.net">michael#sparta,mainstream.net</a>, Wed 16 Feb 2000, 18:04 GMT
<UL>
<LI><strong><A NAME="00373" HREF="msg00373.html">Re: [MUD-Dev] The Endeavour Map and MUD Applications</A></strong>, 
Ted Milker <a href="mailto:tmilker#radiks,net">tmilker#radiks,net</a>, Wed 16 Feb 2000, 20:13 GMT
<UL>
<LI><strong><A NAME="00374" HREF="msg00374.html">Re: [MUD-Dev] The Endeavour Map and MUD Applications</A></strong>, 
David Bennett <a href="mailto:ddt#discworld,imaginary.com">ddt#discworld,imaginary.com</a>, Wed 16 Feb 2000, 22:01 GMT
<UL>
<LI><strong><A NAME="00375" HREF="msg00375.html">Re: [MUD-Dev] The Endeavour Map and MUD Applications</A></strong>, 
Ted Milker <a href="mailto:tmilker#radiks,net">tmilker#radiks,net</a>, Thu 17 Feb 2000, 05:42 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>