Skip to main content

Package to detect contaminated fiber connectors

Project description

FiberPI

Package that automates detecting contaminated fiber connectors between switches using the switch CLIs. Github Link

Installation

pip install FiberPI

Usage

import FiberPI as FPI

#Create the two switches
ubnt = FPI.node('Ubiquiti', '192.168.1.1', 'ubiquiti_edgeswitch', 'user', 'pass')
dlink = FPI.node('D-Link', '192.168.1.2', 'dlink_dgs', 'user', 'pass')

#Create the connection using a context manager to open and close connections
with FPI.connection('conn', ubnt, dlink, 1, 27, 0, 1, 1) as conn:
    #Detect Contamination
    result = conn.DetectContamination()

Contributing

Anyone is welcome to contribute, if you'd like send a pull request for major changes with the changes you'd like to make.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FiberPI-0.0.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

FiberPI-0.0.3-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page