Skip to content

marci1175/silence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A crate designed to simplify the development of VoIP services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages