Skip to content

multiopenwrt is a tool which provides a web view across multiple openwrt routers.

License

Notifications You must be signed in to change notification settings

d1rewolf/multiopenwrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multiopenwrt is a utility used to provide visibility across multiple openwrt routers. 
In my situation, I have three different openwrt routers each sharing the same
SSID. It became cumbersome to track clients as they moved between routers,
so I wanted an easy way to quickly see associated stations across all routers.

In this initial implementation, I assume you've copied an ssh key to the 
.ssh/authorized_keys for root on the openwrt routers. Then, after adding the 
key/passphrase to the local shell's ssh-agent (after ensuring it's running),
cd into the src/ directory and run python ./server.py. This launches a flask server 
which should be accessible on http://<yourip>:5000.

I will likely add more information in the future. Hope you find it useful.

Configuration is done by editing src/configuration.py. You should also change app.config["SECRET_KEY"]
in server.py. I'll move this to the configuration file soon.

About

multiopenwrt is a tool which provides a web view across multiple openwrt routers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published