Crate silence

Crate silence 

Source
Expand description

§Silence

Silence. Break the silence.

A crate for creating voip services the easiest and the most reliable way.

The crate provides a few important things:

  • Client abstractions: For receiving and sending packets of data (Voice, and Video data).
  • Server abstractions: For relaying the incoming information to all of the clients.

Promises reliability and efficiency by using tokio and parking_lot.

The crate uses UDP for it’s real time communication, which does not mitigate against packet loss.

Modules§

packet
A feature provides functions and abstractions for creating for sending packets.
udp
This feature provides functions and abstractions for sending both Voice and Video packets.