Version 2, last updated by Alex at Aug 19 20:09 2008 UTC

Space tags: open source  .NET  c#  Networking 

This libary was created to allow a simple way to streamline creating network applications. It is in constant development and requires quite a few additions before its ready. My goal is to create an automated system which allows you to create your application with as little setup as possible. 

 Current Files:

  • BaseServer
  • BaseClient
  • Packet - Simple way to hold information, usually in a string. Also is the focus point of encryption and decryption.
  • PacketDefinition - Used to define a packet and its expected length
  • PacketManager - Used to automate the packet system

Wiki Pages