#wake-on-lan #wol #devices #remotely #utility #networking #powering

bin+lib wolkit-rs

Wake-on-LAN utility and library for remotely powering on network devices

1 unstable release

new 0.0.1 Mar 4, 2025

#7 in #remotely

Download history 100/week @ 2025-03-01

100 downloads per month

MIT license

12KB
206 lines

WolKit-rs

Wake-on-LAN utility and library for remotely powering on network devices

OverviewInstallationUsageLibrary UsageLicense

Overview

WolKit-rs is a lightweight and efficient Wake-on-LAN implementation in Rust that allows you to remotely wake up network devices. It can be used both as a command-line utility and as a library in your Rust projects.


lib.rs:

Wake-on-LAN implementation for sending magic packets to wake devices on a network.

This library allows you to easily wake devices that support the Wake-on-LAN protocol by creating and sending magic packets to the target MAC address.

Dependencies

~215KB