<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD-Dev] Re: Help Request On Creating MUD -->
<!--X-From-R13: X Q Znjerapr <pynjNhaqre.rate.ftv.pbz> -->
<!--X-Date: Thu, 9 Jul 1998 16:24:04 -0700 -->
<!--X-Message-Id: 199807092323.QAA07447#under,engr.sgi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 19980701171317.29210#divcom,slimy.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Help Request On Creating MUD</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#under,engr.sgi.com">
</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>
[ <a href="../">Other Periods</a>
| <a href="../../">Other mailing lists</a>
| <a href="/search.php3">Search</a>
]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->
Date:
[ <a href="msg00131.html">Previous</a>
| <a href="msg00133.html">Next</a>
]
Thread:
[ <a href="msg00024.html">Previous</a>
| <a href="msg00029.html">Next</a>
]
Index:
[ <A HREF="author.html#00132">Author</A>
| <A HREF="#00132">Date</A>
| <A HREF="thread.html#00132">Thread</A>
]
<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Help Request On Creating MUD</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Help Request On Creating MUD </LI>
<LI><em>From</em>: J C Lawrence <<A HREF="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</A>></LI>
<LI><em>Date</em>: Thu, 09 Jul 1998 16:23:46 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#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 Wed, 1 Jul 1998 17:13:17 -0700
Jon Leonard<jleonard#divcom,slimy.com> wrote:
> For TCP/IP stuff, I wrote up some commented example code. It's
> basicly what I wished I could have found when I was starting work on
> my MUD. It's at: <A HREF="http://www.slimy.com/~jleonard/src/ipc.html">http://www.slimy.com/~jleonard/src/ipc.html</A> and
> I've released it into the public domain.
Some other good references, some TCP/IP related:
URL:<A HREF="http://www.whitefang.com/unix/">http://www.whitefang.com/unix/</A>
URL:<A HREF="http://kipper.york.ac.uk/~vic/sock-faq/tutor.txt">http://kipper.york.ac.uk/~vic/sock-faq/tutor.txt</A>
URL:<A HREF="http://www.uwo.ca/its/doc/courses/notes/socket/index.html">http://www.uwo.ca/its/doc/courses/notes/socket/index.html</A>
URL:<A HREF="http://www.visi.com/~khayes/mpti/tcpipfaq.html">http://www.visi.com/~khayes/mpti/tcpipfaq.html</A>
URL:<A HREF="http://kipper.york.ac.uk/~vic/sock-faq/">http://kipper.york.ac.uk/~vic/sock-faq/</A>
URL:<A HREF="http://www.ecst.csuchico.edu/~beej/guide/">http://www.ecst.csuchico.edu/~beej/guide/</A>
URL:<A HREF="http://www.ecst.csuchico.edu/~beej/guide/net/">http://www.ecst.csuchico.edu/~beej/guide/net/</A>
URL:<A HREF="http://www-users.cs.umn.edu/~bentlema/unix/sockets.html">http://www-users.cs.umn.edu/~bentlema/unix/sockets.html</A>
URL:<A HREF="http://www.softlab.ntua.gr/unix/index.html">http://www.softlab.ntua.gr/unix/index.html</A>
URL:<A HREF="http://www.softlab.ntua.gr/unix/unix-socket-faq/unix-socket-faq.html">http://www.softlab.ntua.gr/unix/unix-socket-faq/unix-socket-faq.html</A>
URL:<A HREF="http://www.softlab.ntua.gr/unix/sockets.html">http://www.softlab.ntua.gr/unix/sockets.html</A>
URL:<A HREF="http://www.ugu.com/">http://www.ugu.com/</A>
URL:<A HREF="http://www.geek-girl.com/unix.html">http://www.geek-girl.com/unix.html</A>
URL:<A HREF="http://www.ee.mu.oz.au/linux/programming/">http://www.ee.mu.oz.au/linux/programming/</A>
URL:<A HREF="http://www.cs.wustl.edu/~schmidt/ACE.html">http://www.cs.wustl.edu/~schmidt/ACE.html</A>
And of course, W R Steven's page:
URL:<A HREF="http://www.kohala.com/~rstevens/">http://www.kohala.com/~rstevens/</A>
Note: If your mailer does not support opening browser windows on URLs
in messages, I'd suggest waiting until tomorrow when this message will
be in the list's web archvies at
URL:<A HREF="http://www.kanga.nu/~petidomo/lists/mud-dev/1998Q3/">http://www.kanga.nu/~petidomo/lists/mud-dev/1998Q3/</A>, and finding
the message there. All the URLs abive will then be active links.
> For networking stuff, I recommend looking at Comer's
> "Internetworking with TCP/IP", or Steven's "TCP/IP Illustrated".
> Both are quite good.
Agreed soundly on Steven's books. I can't comment on Comer's tho they
seem popular here at SGI.
--
J C Lawrence Internet: claw#null,net
(Contractor) Internet: coder#ibm,net
---------(*) Internet: claw#under,engr.sgi.com
...Honourary Member of Clan McFud -- Teamer's Avenging Monolith...
</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="00024" HREF="msg00024.html">[MUD-Dev] Re: Help Request On Creating MUD</A></STRONG>
<UL><LI><EM>From:</EM> Jon Leonard <jleonard#divcom,slimy.com></LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00131.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00133.html">[MUD-Dev] MapMaker</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00024.html">[MUD-Dev] Re: Help Request On Creating MUD</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00029.html">[MUD-Dev] Re: Help Request On Creating MUD</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00132"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00132"><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>[MUD-Dev] Re: Multi-Server games</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00028" HREF="msg00028.html">[MUD-Dev] Re: Multi-Server games</A></strong>,
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Thu 02 Jul 1998, 00:40 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00025" HREF="msg00025.html">[MUD-Dev] RE: Back to the Future (was Re: WIRED: Kilers havemore fun)</A></strong>,
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Thu 02 Jul 1998, 00:18 GMT
<LI><strong><A NAME="00023" HREF="msg00023.html">[MUD-Dev] Help Request On Creating MUD</A></strong>,
Strahd Von ZAROVICH <a href="mailto:strahd#bimel,com.tr">strahd#bimel,com.tr</a>, Wed 01 Jul 1998, 23:46 GMT
<UL>
<LI><strong><A NAME="00024" HREF="msg00024.html">[MUD-Dev] Re: Help Request On Creating MUD</A></strong>,
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Thu 02 Jul 1998, 00:16 GMT
<UL>
<LI><strong><A NAME="00132" HREF="msg00132.html">[MUD-Dev] Re: Help Request On Creating MUD</A></strong>,
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 09 Jul 1998, 23:24 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00029" HREF="msg00029.html">[MUD-Dev] Re: Help Request On Creating MUD</A></strong>,
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 02 Jul 1998, 00:44 GMT
<UL>
<LI><strong><A NAME="00031" HREF="msg00031.html">[MUD-Dev] Re: Help Request On Creating MUD</A></strong>,
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 02 Jul 1998, 01:30 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00019" HREF="msg00019.html">[MUD-Dev] Re: You think users won't number crunch and statistise your MUD?</A></strong>,
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 01 Jul 1998, 21:54 GMT
<UL>
<LI><strong><A NAME="00038" HREF="msg00038.html">[MUD-Dev] Re: You think users won't number crunch and statistise your MUD?</A></strong>,
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Thu 02 Jul 1998, 20:41 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>
</ul>
<hr>
<center>
[ <a href="../">Other Periods</a>
| <a href="../../">Other mailing lists</a>
| <a href="/search.php3">Search</a>
]
</center>
<hr>
</body>
</html>