Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

RobertoCamara/ObserverSignalR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ObserverSignalR

Exemplo de Projeto utilizando o SignalR para simular um observer

Composição do Projeto

  • GatewayCommunication
    • Serviço Windows responsável por disponibilizar Hub SignalR para comunicação com os clientes
  • ListenUDP
    • Serviço Windows responsável por ouvir uma comunicação UDP. Este serviço repassa a mensagem recebida via UDP para o GatewayCommunication.
  • Send/SendUDP
    • Serviço Windows responsável por enviar mensagens via UDP
  • ObserverHubClients/ObserverHubClientA
    • Serviço Windows responsável por simular um cliente que ouça métodos do hub GatewayCommunication, no grupo "udp"
  • ObserverHubClients/ObserverHubClientB
    • Serviço Windows responsável por simular um cliente que ouça métodos do hub GatewayCommunication, no grupo "other"