wake-on-lan Questions
2
Solved
I want to send a WOL magic packet using PowerShell, without falling back on any third party tools.
Cheder asked 4/7, 2022 at 8:4
4
Solved
My Android app sends/retrieves data to/from the user's own PC using HTTP and it's working fine with a handful of beta testers. I now need to consider a situation where the PC is hibernating.
I've ...
Unbeatable asked 15/4, 2011 at 20:58
3
I have a docker container running a python uwsgi app. The app sends a wake on lan broadcast packet to wake a pc in the local network.
It works fine without the use of docker (normal uwsgi app dire...
Roane asked 13/10, 2015 at 11:33
5
is there a wake on lan script using a web language preferably php that works? Also one that has some documentation on how to get it to work like what needs to be enabled on your server etc
Ivett asked 19/5, 2011 at 7:34
3
Solved
What's the best way going forward to implement Wake on LAN using C#?
The functionality is needed for machines in a LAN environment (and not over the internet). The method needs to be robust enough...
Lingerfelt asked 14/5, 2009 at 6:42
0
I have an AOSP tree compiled on my board. I bought a wireless keyboard and connected it to my board via usb port. I expect when the board is in the suspend state, it will wakeup by pressing a key o...
Jourdain asked 6/7, 2019 at 13:57
2
Solved
Is it possible to forge a wake on LAN magic packet and send it in just a one-line bash command?
Of course, I know there are specific tools for doing this that solve the problem in one line, but i...
Hegelianism asked 23/7, 2015 at 12:55
0
I am trying to figure out why my iMac 2011 wakes up so frequently (every ~2 min)
If anyone can help, I would be really greatful.
Here is my pmset log:
2017-05-03 22:14:31 +0300 Wake Requests [*pr...
Trillbee asked 3/5, 2017 at 19:37
1
Solved
I wonder if its possible to check if a WOL-request has been
received during the computer is already turned on. (pInvoke, c#?)
If the computer receives a magic paket and boots, Windows writes an c...
Mettle asked 18/6, 2015 at 20:50
2
I need to remotely shutdown and reboot Linux (Ubuntu) machines without logging into them (otherwise simple commands can do the job). The machines are just cheap PCs so there are no special po...
Damnation asked 16/12, 2011 at 0:21
2
Solved
i'm trying to make a Wake On Lan application in Java (for Android), so I searched, and found this code:
import java.io.*;
import java.net.*;
public class WakeOnLan {
public static final int PORT...
Kistler asked 24/6, 2013 at 11:5
1
Solved
I'm programming a wake on LAN program for our company. There are ca. 40-50 machines in our company and it should wake up every client. To wake up the clients I use this code:
private static void W...
Pop asked 12/6, 2014 at 14:41
2
Solved
I'm working on a solution where machines are activated through Wake On Lan after which System Center pushes updates to the client pc's (running Windows 7).
Now I'm working at a script (PowerShell/...
Outvote asked 4/6, 2014 at 7:44
4
How to find out the mac address of a system which is:
Shutdown
Power plugged in
Connected to Lan
Nic card ON.
Update
I am asking how to find out the mac address of some other system which is...
Trimetric asked 29/3, 2010 at 7:23
4
Solved
Is there a way to programmatically reach into the BIOS and turn on the Wake on LAN capability for those machines that support it?
Ideally, the solution would be cross-BIOS, but hitting each of the...
Chartreuse asked 21/4, 2009 at 22:54
1
© 2022 - 2024 — McMap. All rights reserved.