Skip to content

1.0_alpha3

Compare
Choose a tag to compare
@EvilLord666 EvilLord666 released this 09 Jan 19:53
· 166 commits to master since this release

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