All Projects → GramThanos → WakeOnLAN

GramThanos / WakeOnLAN

Licence: MIT license
A simple C program that sends a magic packet

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to WakeOnLAN

433MHz Tx Rx
Arduino based 433MHz Tx and Rx combo using Manchester protocol
Stars: ✭ 27 (-44.9%)
Mutual labels:  packets
website-fingerprinting
Deanonymizing Tor or VPN users with website fingerprinting and machine learning.
Stars: ✭ 59 (+20.41%)
Mutual labels:  packets
wake-pc
Wake PC is a tiny self-hosted Wake-On-Lan (WOL) app written in PHP for linux machines that you can use to wake up machines on your local network.
Stars: ✭ 44 (-10.2%)
Mutual labels:  wakeonlan
sharppcap
Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
Stars: ✭ 1,054 (+2051.02%)
Mutual labels:  packets
PacketGate
Sponge library to manipulate incoming and outgoing Packets.
Stars: ✭ 22 (-55.1%)
Mutual labels:  packets
tvoip
Terminal-based P2P VoIP application (TeamSpeak-/Skype-like voice chatting over LAN or Internet)
Stars: ✭ 34 (-30.61%)
Mutual labels:  lan
QuickTraceiOSLogger
A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。
Stars: ✭ 16 (-67.35%)
Mutual labels:  lan
ProtocolLib
Provides read and write access to the Minecraft protocol with Bukkit.
Stars: ✭ 625 (+1175.51%)
Mutual labels:  packets
rshark
Simple Packet Monitoring Tool
Stars: ✭ 37 (-24.49%)
Mutual labels:  packets
UpSnap
A simple wake on lan app written with Django, Django-Channels (websockets), Celery, Redis and nmap.
Stars: ✭ 65 (+32.65%)
Mutual labels:  wakeonlan
sx
🖖 Fast, modern, easy-to-use network scanner
Stars: ✭ 1,267 (+2485.71%)
Mutual labels:  lan
marcellelee.github.io
No description or website provided.
Stars: ✭ 27 (-44.9%)
Mutual labels:  packets
lapdog
Take actions when specific devices appear/disappear from your LAN
Stars: ✭ 17 (-65.31%)
Mutual labels:  lan
ScreenSharing-FileTransfer-in-LAN
a screen-sharing&FileTransfer software in LAN
Stars: ✭ 89 (+81.63%)
Mutual labels:  lan
DivertPInvoke
PInvoke wrapper for WinDivert
Stars: ✭ 22 (-55.1%)
Mutual labels:  packets
private-ip
Check if IP address is private.
Stars: ✭ 26 (-46.94%)
Mutual labels:  lan
LAN-Messenger
Official open-source repository for LAN Messenger
Stars: ✭ 17 (-65.31%)
Mutual labels:  lan
php-wol
PHP WakeOnLan Interface
Stars: ✭ 30 (-38.78%)
Mutual labels:  wakeonlan
localchat
Instant loginless chats with people that share an IP with you.
Stars: ✭ 35 (-28.57%)
Mutual labels:  lan
littlebox
Android app for simple seamless sharing of your files within Intranet/LAN
Stars: ✭ 12 (-75.51%)
Mutual labels:  lan

latest version Windows build Linux build Mac build

WakeOnLAN

A simple C program that sends a magic packet

You can use this program to wake up a PC over the network. It sends the so called magic packet to the network card of the target PC, instructing it to open the PC. [Download]


Usage

./WakeOnLAN <mac address>[ <broadcast address>]

The first parameter is the mac address of the target (usually your's network card's mac address). The second parameter is optional and defines the broadcast address to send the packet.

Example

./WakeOnLAN 00:11:22:33:44:55 192.168.1.255

Pre-compiled Binaries

Platform Links
Windows x86
Linux x64
Raspberry Pi arm

Compile from source

For Linux you can compile the source using GCC

gcc WakeOnLAN.c -o WakeOnLAN

For Windows you can compile the source using MinGW

gcc WakeOnLAN.c -o WakeOnLAN.exe -lwsock32

Makefile

GNU make can be used in order to compile the sources on Linux/Mac:

make

to clean everything:

make clean

Feedback

For any problem you may open an issue

Also, you can send me a mail


License

This project is under The MIT license. I do although appreciate attribute.

Copyright (c) 2019 Grammatopoulos Athanasios-Vasileios


GramThanos DinoDevs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].