Skip to content

Commit ed81548

Browse files
committed
NEXT-ONLY: add multisession to README
1 parent 25c8160 commit ed81548

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ compare the commit hash on this branch, to the current hash of the commit(s) in
2626
- Nevexo - [Only start WebSocket client when necessary](https://github.com/jetkvm/kvm/pull/27)
2727
- Nevexo - [Restore EDID on Reboot](https://github.com/jetkvm/kvm/pull/34)
2828

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+
2941
## Additional Info
3042
There's a GitHub Action setup to build the JetKVM software whenever this repo has a new release added, it'll take
3143
a few minutes for the binary to appear on the release once this repo is tagged.

0 commit comments

Comments
 (0)