Releases: MossbauerLab/TinyTcpServer
Release 1.2.2
-Nuget packet of version 1.2.1
-Passing CompilerOptions to FlexibleTcpServer (mainly for complicated scripts creation with complicated dependencies)
-Tuning GUI and Console usage example to work with FlexibleTcpServer
Release 1.2.1
Server behavior specify via C# script (class). Server could be adjusted to behave like SMTP, FTP or other type of server.
Also were finished works on server management console and GUI (all features could be set via these 2 tools).
And we have nuget package for our Core (see MossbauerLab.TinyTcpServer).
Updated docs in Readme.md
Release 1.2
Server behavior specify via C# script (class). Server could be adjusted to behave like SMTP, FTP or other type of server. Also were finished works on server management console and GUI (all features could be set via these 2 tools). And we have nuget package for our Core (see MossbauerLab.TinyTcpServer).
Release 1.1
Sufficiently upped performance at data exchange with clients
All tests are green now
Were added 2 RFC implementation (Echo and Time)
Created GUI for startin and stopping server, however gui manipulates now only these 2 types of servers (Echo and Time).
Release 1.0.2
Fixed some API mistake (forgot to add parameterless Start to interface).
Release 1.0.1
Release of TinyTcpServer (Release configuration) for net 4.0, was improved performance compare to 1.0 and slightly modified API. Nuget packet pf version 1.0.1 is available (https://www.nuget.org/packages/MossbauerLab.TinyTcpServer.Core/).
1.0_alpha3
Tiny TCP server is developed with C# (.NET) for testing software that is interacts with hardware over TCP
(supposedly that hardware is a server) but without a real hardware.
Basically Tiny TCP server is a transport layer that provides hooks for handling received data,
likewise sending answers back (optionally) or data could be posted directly.
Represented TCP server belongs to multi-client subkind but currently it was not estimated whether it works properly or not with multiple clients due to some troubles in ideology of the certain tests.
However, single client mode was fully tested (NUnit tests).
Pre-release v1.0 alpha 2
Tiny TCP server is developed with C# (.NET) for testing software working with hardware over TCP
(supposedly that hardware is a server) but without a real hardware.
Basically Tiny TCP server is a transport layer that provides hooks for handling received data,
likewise sending answers back (optionally) or data could be posted directly.
Represented TCP server belongs to multi-client subkind but currently it was not estimated whether it works properly or not with multiple clients due to some troubles in ideology of the certain tests.
However, single client mode was fully tested (NUnit tests).