Skip to content

Software to control server through wake on lan with a tiny microcontroller (rp2040).

License

Notifications You must be signed in to change notification settings

EJammy/server-companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration setup

Simply make a copy of example_config.h and edit the file.

cp pico/example_config.h pico/config.h

Generating keys

First, generate the key

head -c 64 /dev/random > secret_key.bin

Next, get the key in hex and paste the output to pico/config.h:

hexdump -v -e '16/1 "0x%02x, " "\\\n"' secret_key.bin

About

Software to control server through wake on lan with a tiny microcontroller (rp2040).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published