Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Anet (aka Activenet, Activlink) was created at Activision in 1995, and was used by various companies to create twenty-odd multiplayer games for MS-DOS, Macintosh, Windows 95, and Linux between 1995 and 2001. Activision has graciously agreed to release the source code for Anet under the GNU Lesser Public License.

License

HybridEidolon/anet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

           anet: a networking library for peer-to-peer games
                         September 4, 2001
                             Dan Kegel
                         dank-anet@kegel.com
                      http://www.kegel.com/anet

This is the source code to the library used by some multiplayer games 
released by Activision and others between 1995 and 2000.  
It is copyright 1995-2001 by Activision, and is now released under the LGPL.
It is hoped that this will enable people still playing those games to set 
up and run their own game servers if desired.  
Also, the library may still be of some interest to game programmers looking for
a peer-to-peer game networking library to use or study.
Finally, some of the techniques used in the library (e.g. the NAT compatibility 
scheme, the crash logger, the reliable transport built on top of UDP, 
the strlkup internationalization code, etc.)
may also be of some interest to other programmers.  Portions of the library
(e.g. the score reporting system) were never really completed.  Other
portions (e.g. the automatic patch downloader) are not appropriate for use
with untrusted servers, so are no longer fully documented or supported.

The library currently builds on Linux and Windows 95 and higher.  It has been
compiled under MS-DOS and MacOS, but that has not been tested recently.  A
partial Java binding is also provided.  The library is byte-order-safe,
and interoperates properly between big- and little-endian machines.

For a packing list and links to documentation, see index.html.

About

Anet (aka Activenet, Activlink) was created at Activision in 1995, and was used by various companies to create twenty-odd multiplayer games for MS-DOS, Macintosh, Windows 95, and Linux between 1995 and 2001. Activision has graciously agreed to release the source code for Anet under the GNU Lesser Public License.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published