A Python interface for interacting with the KPN Box v10 router. This framework provides access to device info, WAN status, port forwarding, and more — all through a clean, programmable API.
- Query device info, WAN status, and connected devices
- Add or manage port forwarding rules
- Discover SSW devices
- Built-in HTTP service and MSS configuration access
git clone https://github.com/userlandkernel/kpnbox-python.git
cd kpnbox-python
pip install -r requirements.txt