mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1185] Feature Request: support bluetooth connection? #955
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#955
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 @yhcharles on GitHub (Jun 4, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1185
Is it possible to connect two computers via bluetooth connection?
For example, I have two computers connected to same WIFI, but one of them is connected to a VPN network. In this case, barrier won't work. But if barrier can also connect the two computers via bluetooth, it won't be a problem.
This idea seems possible as in a similar software: http://www.acrosscenter.com/
@eldorel commented on GitHub (Jun 16, 2021):
You can setup networking via bluetooth on a lot of devices.
The bluetooth 'PAN' connection shows up as ethernet devices in the windows network devices.
Set them with ip addresses from a different subnet to the main nic and configure barrier to use those addresses.
@p12tic commented on GitHub (Jun 25, 2021):
It seems that the last comment has answered why this behavior is seen and that it's not a bug. Therefore I'm closing this issue. If I misunderstood, please reopen.