File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,18 @@ compare the commit hash on this branch, to the current hash of the commit(s) in
26
26
- Nevexo - [ Only start WebSocket client when necessary] ( https://github.com/jetkvm/kvm/pull/27 )
27
27
- Nevexo - [ Restore EDID on Reboot] ( https://github.com/jetkvm/kvm/pull/34 )
28
28
29
+ ## next-multisession
30
+ As requested by a few in the [ JetKVM Discord] ( https://jetkvm.com/discord ) , this tree also includes a branch that enables
31
+ support for multiple sessions connecting to the JetKVM.
32
+
33
+ It's a bit of a bodge implementation, but shows the multiple sessions can be handled by the JetKVM.
34
+
35
+ Every release of jetkvm-next includes jetkvm-next-multisession in a pre-release, the jetkvm-next-multisession branch is based
36
+ off the main jetkvm-next branch, and applies changes to the session handling code.
37
+
38
+ next-muiltisession does not include any concept of control authority/mutex, so all users connected will have full control
39
+ over the target machine, and you'll be fighting for the cursor with the other user.
40
+
29
41
## Additional Info
30
42
There's a GitHub Action setup to build the JetKVM software whenever this repo has a new release added, it'll take
31
43
a few minutes for the binary to appear on the release once this repo is tagged.
You can’t perform that action at this time.
0 commit comments