Closed fwcd closed 3 years ago
Implement the DistributedChat module with the following architecture:
DistributedChat
UI-Frontend ^ | ChatMessage, etc. v +----------------------+ \ | ChatController | | +----------------------+ | ^ | | ChatProtocol.Message | v | Implemented by +----------------------+ | DistributedChat | ChatTransportWrapper | | +----------------------+ | ^ | | String | v / +----------------------+ | ChatTransport | +----------------------+ ^ | Bluetooth LE, etc. v
Implement the
DistributedChat
module with the following architecture: