mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1028] Protocol description? #816
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#816
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @quintilation on GitHub (Jan 18, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1028
I cannot find the wire message protocol documentation
I am interested in porting barrier to plan9.
There is an old synergy client for plan9 which I think could be
used as the basis of a new barrier port.
I believe barrier has a different greeting string from synergy but
what other changes have been made in the protocol?
Thanks for any help,
-Steve
@r-c-f commented on GitHub (Mar 16, 2021):
The change in greeting string is the only notable change, everything else is identical
@quintilation commented on GitHub (Mar 16, 2021):
thank you.
one more question if i may?
can i rely on wireshark's dissector for the protocol, or is it out of date?
when I try using it I see errors on both synergy and barrier messages
(rather than my own) reported by wireshark which makes me very suspicious.
-Steve
@r-c-f commented on GitHub (Mar 16, 2021):
I had similar issues when trying to work out the protocol. It should not be relied upon.
@quintilation commented on GitHub (Mar 17, 2021):
thank you