#voip #service #easiest #reliable #udp #voice #client

silence

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

2 releases

new 0.1.1 Nov 24, 2024
0.1.0 Nov 13, 2024

#2 in #voip

Download history 98/week @ 2024-11-10 18/week @ 2024-11-17

116 downloads per month

Apache-2.0

10KB
85 lines

Silence

Silence. Break the silence.

icon

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.


lib.rs:

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.

Dependencies

~6–15MB
~190K SLoC