Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aeromiko

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aeromiko

Aeromiko is a middle-man script to simplify extracting data from Aerohive APs using Netmiko

  • 1.2.0
  • PyPI
  • Socket score

Maintainers
1

======== Aeromiko

Aeromiko is a middle-man script to simplify extracting data from Aerohive APs using Netmiko

Installation

To install Aeromiko, simply use pip:

.. code-block::

$ pip install Aeromiko

Aeromiko has the following requirements (which pip will install for you)

  • netmiko >= 2.4.0

Documentation

https://andytruett.github.io/aeromiko/

Usage

.. code-block::

import aeromiko

ip = 127.0.0.1 username = "admin" password = "password"

access_point = aeromiko.AP(ip, username, password)

access_point.connect()

hostname = access_point.get_hostname() print(hostname)

-or-

see example script <https://github.com/andytruett/Aeromiko/tree/master/example>_

.. image:: https://raw.githubusercontent.com/andytruett/Aeromiko/master/example/example.png

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc