I actually search help to translate some text from french to english (manual, quickstart;...).
What is NetAccess?
NetAccess is a full c# networking library provides some high level methods to work with a Client/Server architecture. It is designed for many types of application such as management application, games application,...
Features available
* Full threading client/server transaction (actually TCP only)
* Client management on the server :
o Force disconnect of a client with or without a message (example of use : kick)
o Server halting can send information to all clients
o Manage the available slot on the server (not limited is possible)
o can refuse explicitely a client connexion (example of use : ban by IP)
o check compatibility between client and server
* Compress data with Gzip
* Crypt data on demand (if client and server are correctly configure) with RSA + Rijndael
* Ping client <-> serveur
* Auto split data if to long ( > buffer size)
* Manage reception of multiple data simultaneous (increase the capacity of charge)
TODO List
* UDP transaction support (planned for version 2.1)
* New packet serialization system (planned for version 3.0)
* Support of some new language as Java, C++,... (planned for version 3.1)
Quick Start
I actually only have a quickstart manual in french. And I try to translate it in english. So please be patient for the release.