GenericProtocol icon indicating copy to clipboard operation
GenericProtocol copied to clipboard

Implement Binary Up-/Downlink

Open mrousavy opened this issue 7 years ago • 0 comments

Implement BinaryUplink and BinaryDownlink once ProtoClient<T> and ProtoServer<T> are tested thoroughly.

Model:

Same concept as ProtoClient<T> and ProtoServer<T>, but without (De-) Serialization for faster binary transfer.

Implements:

IClient/IServer OR ProtoClient/ProtoServer with overridden functions (?) AND Stream (?)

Open:

Via ProtoClient.OpenBinaryDownlink()/ProtoServer.OpenBinaryUplink() or Factory (?)

mrousavy avatar Sep 22 '17 15:09 mrousavy