You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TCP protokolü kullanarak IP üzerinden dosya transferi yapar. Programın yapabildiklerini ve ileride yapabileceklerini readme.md dosyasında belirttim. Program Visual Studio ortamı üzerinde C# programlama dili kullanarak geliştirilmiştir.
A small tcp server working under Mono or .NET (4.0) and provides hooks for handling data exchange with clients (works under mono and .net). Behaviour/protocol/reaction could be specified via custom C# script.
MessageCommunicator is a library + testing Gui for message-based communication. The library can be integrated in .NET apps (current .NET releases and .NET Standard 2.0). The Gui is build using C# and Avalonia, therefore it supports the desktop environments on Windows, Linux and Mac.