Architecture & Function Flow
AOS-8 → AOS-10 Campus AP Migration Toolkit
A Python-driven Windows 11 desktop application (CustomTkinter GUI + Netmiko / Aruba Central REST core) that curates a convert list of AOS-8 MM/MD–managed campus APs and migrates them to Aruba Central on AOS-10 — using either batch-by-model or dynamic per-AP loop processing.
Explore the diagrams
What makes it safe
Two processing strategies
Batch-by-model for large identical fleets, or a dynamic per-AP loop for mixed-model sites — both converge on one state machine.
Safety gates everywhere
Non-AOS-10-capable and down APs are skipped, never sent a convert command. An AP is only DONE once Central confirms a 10.x build.
GUI-agnostic core
A thin CustomTkinter GUI over a reusable, testable engine that can also be driven from a CLI or test suite.
Image filenames and AOS-10 version targets shown in the toolkit are placeholders — always confirm the recommended build for your Central instance on the HPE Support Center before a production run.