Releases: sidit77/InputShareUSB
Releases · sidit77/InputShareUSB
Version 3.0.1
Version 3.0.0
Version 3.0.0
This a pretty big rewrite for three reasons:
- I ported the client to
druid
gui framework, which allowed me to create a more complex ui - I now use QUIC via the
quinn
crate for connection handling. This should improve stability and also means that the packets are now encrypted. - Both the server and client now support service discovery over nDNS
2.3.0
Changelog:
- switched to a logger framework instead of simple
println
s. This means that it is now possible to configure log levels using env variables. See env_logger for more information. - Updated the client gui
- Added a gui toggle for the network info
- Starting the keytester no longer requires starting the client with a command line argument
- Added a new shutdown server option with can remotely shutdown the raspberry running the server
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
Pretty much a complete rewrite of version 1.
Noticeable changes:
- UDP instead of TCP, which result in much lower latency especially when the network conditions are not perfect.
- Much cleaner code
- The client now features a gui
- The server can now periodically move the mouse to prevent a forced log out.
- The server configures configfs on it's own so it's no longer necessary to use an additional script for this.
- Precompiled binaries using github actions