Skip to content

Mokaccino is a P2P GUI application that supports VoIP and text messages over an end-to-end encrypted channel

License

Notifications You must be signed in to change notification settings

Etto48/MokaccinoRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mokaccino

Rust-Linux Rust-MacOS Rust-Windwos

Mokaccino is P2P chat and VoIP application with ecdsa authentication, ecdhe key exchange and aes-256-gcm encryption.

Build

cargo build --release

Dependencies

You will probably need to install only perl if you already have cargo set up, and if you are on linux you will also need alsa (libasound2-dev) installed.

  • Rust compiler
  • All the depndencies to build cpal
    • libasound2-dev (on linux)
  • All the dependencies to build openssl-rust
    • C compiler (gcc, clang, msvc, ...)
    • perl
    • make (gmake, nmake, ...)

About

Mokaccino is a P2P GUI application that supports VoIP and text messages over an end-to-end encrypted channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages