mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-02 19:31:26 +03:00
Encryption and One-Way-Control (#200)
This is a major rewrite of the core networking logic enabling one-way control and encryption through the webrtc-dtls crate. closes #164 closes #104
This commit is contained in:
committed by
GitHub
parent
0d074e19f1
commit
7677fae14b
12
src/lib.rs
12
src/lib.rs
@@ -1,7 +1,11 @@
|
||||
mod capture;
|
||||
pub mod capture_test;
|
||||
pub mod client;
|
||||
pub mod config;
|
||||
pub mod dns;
|
||||
pub mod server;
|
||||
|
||||
pub mod capture_test;
|
||||
mod connect;
|
||||
mod crypto;
|
||||
mod dns;
|
||||
mod emulation;
|
||||
pub mod emulation_test;
|
||||
mod listen;
|
||||
pub mod service;
|
||||
|
||||
Reference in New Issue
Block a user