Skip to content

crossdistro/network-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof of concept network configuration playground

Show commands that would enable profile0:

./config profile0 up

Show commands that would disable profile0:

./config profile0 down

Wireless networking

There's a simple wrapper that connects the link layer using wpa_supplicant:

./wifi.py --ifname wlan0 --ssid your_ssid --passphrase your_psk_passphrase

DHCP

Another simple wrapper waits for carrier and then starts dhcpcd for the interface.

./dhcp.py --ifname wlan0

Resources

About

Proof of concept network configuration tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages