Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

AlmightyLks/EasyCommunication

Repository files navigation

EasyCommunication

Description

EasyCommunication is there to offer you a modular & easy way of making apps communicate with a Host-Client structure.
This library is based on a BinaryFormatter, so either your transmited data's type has to be tagged with [Serializable], or alternatively it has to be convertable with Newtonsoft.Json.
A get-started example you can find here.


Dependencies

  • .NET Standard 2.0
  • Newtonsoft.Json 12.0.3
  • Serilog 2.10.0
  • Serilog.Sinks.Console 3.1.1

Library includes:

  • Listens for incoming EasyClient connections & send and receive data from connected EasyClients
  • Establish a connection and communicate with an EasyHost & send and receive data from a connected EasyHost

About

A small library for an easy communication between apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages