Metadata-Version: 2.1
Name: snmpsim-control-plane
Version: 0.0.4
Summary: REST API driven management and monitoring supervisor to remotely operate SNMP simulator.
Home-page: https://github.com/lextudio/snmpsim-control-plane
License: BSD-2-Clause
Author: Ilya Etingof
Author-email: etingof@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking :: Monitoring
Requires-Dist: Flask (<=1.1.1)
Requires-Dist: Flask-SQLAlchemy (<=2.4.1)
Requires-Dist: flask-marshmallow (<=0.9.0)
Requires-Dist: marshmallow (<=2.20.5)
Requires-Dist: marshmallow-sqlalchemy (<=0.18.0)
Requires-Dist: psutil
Project-URL: Repository, https://github.com/lextudio/snmpsim-control-plane
Description-Content-Type: text/markdown

SNMP Simulator Control Plane
============================

[![PyPI](https://img.shields.io/pypi/v/snmpsim-control-plane.svg?maxAge=2592000)](https://pypi.org/project/snmpsim-control-plane/)
[![PyPI Downloads](https://img.shields.io/pypi/dd/snmpsim-control-plane)](https://pypi.python.org/pypi/snmpsim-control-plane/)
[![Python Versions](https://img.shields.io/pypi/pyversions/snmpsim-control-plane.svg)](https://pypi.org/project/snmpsim-control-plane/)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/lextudio/snmpsim-control-plane/master/LICENSE.txt)

SNMP Simulator Control Plane is a set of tools facilitating
automated, distributed and remotely controlled
[SNMP Simulator](https://www.pysnmp.com/snmpsim) deployment.

Features
--------

* Facilitates distributed SNMP Simulator deployment
* Groups simulated SNMP agents into virtual labs
* Makes SNMP simulator remotely controllable
* Collects and serves performance and operational metrics
* REST API is compliant to OpenAPI 3.0.0

Docs & Downloads
----------------

SNMP Simulator Control Plane tool is freely available for download from
[PyPI](https://pypi.org/project/snmpsim-control-plane/) or
[GitHub](https://github.com/lextudio/snmpsim-control-plane/archive/master.zip).

User documentation is maintained at [pysnmp.com](https://www.pysnmp.com/snmpsim-control-plane).

Getting help
------------

If something does not work as expected,
[open an issue](https://github.com/lextudio/pysnmp/issues) at GitHub or
post your question [on Stack Overflow](https://stackoverflow.com/questions/ask).

Everyone is welcome to fork the repo and propose a feature or a fix!


Copyright (c) 2019-2020, [Ilya Etingof](mailto:etingof@gmail.com).
Copyright (c) 2022-2024, [LeXtudio Inc.](mailto:support@lextudio.com).
All rights reserved.

