Initial Hotplug support (#8)

This allows to dynamically add clients when an event is received from an unknown IP address.

The user is asked to confirm any unknown connection from new clients.

Currently the back-ends for event producing and consuming are not yet notified, so events will not be received and sent to the newly created clients.
This commit is contained in:
Ferdinand Schober
2023-06-10 15:26:48 +02:00
committed by GitHub
parent 0feb1350a9
commit 225ef818a2
8 changed files with 134 additions and 37 deletions

View File

@@ -69,7 +69,7 @@ impl App {
(_, _, Ok(fake_input)) => {
fake_input.authenticate(
"lan-mouse".into(),
"Allow remote clients to control this devices".into(),
"Allow remote clients to control this device".into(),
);
VirtualInputManager::Kde { fake_input }
}