BMS1 is a binary data serialization format.
Remact.Net.Bms1Serializer is a C# implementation of the BMS1 specification.
It is developed to be portable on .NET and MONO platforms.
Version 0.1: Initial development.
The repository contains a leight weight and efficient implementation of a TCP network stream.
It is packed in its own assembly. It uses SocketAsyncEventArgs and buffers for efficiency.
It is optimized for asynchronous TCP server- and client operations.
Remact.Net.Bms1Serializer and Remact.Net.TcpStream is licensed under MIT. Copyright (c) 2015, Stefan Forster.