mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #630] Add Wake On LAN capability for a PC connected over LAN (optionally also remote) #2432
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2432
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 @rafi-d on GitHub (Mar 23, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/630
Originally assigned to: @VShawn on GitHub.
We find ourselves in situation where the remote is down for some reason. This can be due to sleep or shutdown.
As a solution - we can use the WOL feature to it's MAC address. I think this can be useful here , as it is implemented in TeamViewer as well.
To implement - you need the MAC address, which the app can find automatically during the connection. It can also be entered manually (less convenient, but possible) .
I suggest to add this to the context menu of a OC, as well as to it's setting - as an edit-field that will be populated automatically.
This will work on LAN connections (same subnet). On a remote connection - it will work only through an already connected PC on the same subnet (can be deduced from it's local IP) , so - is a bit more complicated, but possible.
Thanks!
@VShawn commented on GitHub (Mar 28, 2024):
The built-in WOL feature is currently not in the plan.
But you can adding WOL by following: https://github.com/1Remote/1Remote/discussions/365