Friday, February 12, 2021

Aruba Python module

I've released a Python module to interface with the Aruba API. For now it works with the MobilityMasters and controllers, but will add support for other products. 


It was designed to be user-friendly and extensive, with the hope that an average network engineer will find it easy to use. I would invite you to help with the development of it and make it even better.

You shouldered the documentation in the repository, but basically you can start with issuing

pip install arubafi

or

pip3 install arubafi 

in the terminal of choice and give it a shot.

Please visit the project on GitHub and contribute.