#voip #reliable #service #easiest #udp #voice #clients

silence

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

4 releases

0.1.3 Nov 28, 2024
0.1.2 Nov 28, 2024
0.1.1 Nov 24, 2024
0.1.0 Nov 13, 2024

#1496 in Network programming

Download history 106/week @ 2024-11-11 67/week @ 2024-11-18 299/week @ 2024-11-25 38/week @ 2024-12-02 23/week @ 2024-12-09

435 downloads per month

Apache-2.0

19KB
246 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

~8–17MB
~222K SLoC