Skip to content

Releases: MossbauerLab/TinyTcpServer

Release 1.2.2

22 Jun 08:26
Compare
Choose a tag to compare

-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

11 Nov 13:42
770f374
Compare
Choose a tag to compare

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

05 Nov 19:26
Compare
Choose a tag to compare

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

20 Jul 06:22
Compare
Choose a tag to compare

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

05 Apr 07:30
Compare
Choose a tag to compare

Fixed some API mistake (forgot to add parameterless Start to interface).

Release 1.0.1

27 Mar 19:38
Compare
Choose a tag to compare

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

09 Jan 19:53
Compare
Choose a tag to compare

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

09 Jan 16:51
Compare
Choose a tag to compare
Pre-release

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).