Skip to content

ca110us/baridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baridge

English | 简体中文

Baridge is a lightweight WOL (Wake-on-LAN) relay server written in Rust. It allows you to wake up devices on your local network remotely.

Feature

Baridge receives WOL magic packets and forwards them to the target device's MAC address using a broadcast.

Deployed using docker

docker run -d --name baridge --network=host verycallous/baridge:latest

Running Baridge from code

git clone https://github.com/ca110us/baridge.git
cd baridge
cargo build --release
./target/release/baridge

About

WOL (Wake-on-LAN) relay server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published