What does avocado do
- video / audio calls
- remote desktop control
- remote file transfer
How does it work
- [prepare]
Agent
checks if the minimum requirement is met. If then, - [setup]
Agent
registers to localServer
. - [dial]
Server
receives connection requests fromClient
, check theClient
authority and performs negotiation betweenClient
andAgent
. - [connect]
Client
establish a PeerConnection to theAgent
. - [transmit] Any data and ops are transmitted through the PeerConnection.
See Documentation for further information