File: contents.rst

package info (click to toggle)
pysmi 0.3.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,080 kB
  • sloc: python: 6,613; makefile: 165
file content (75 lines) | stat: -rw-r--r-- 1,768 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75

SNMP SMI compiler
=================

.. toctree::
   :maxdepth: 2

The PySMI library and tools are designed to parse, verify and transform
`SNMP SMI <https://en.wikipedia.org/wiki/Management_information_base>`_ MIB
modules from their original ASN.1 form into JSON or `pysnmp <http://snmplabs.com/pysnmp/>`_
representation.

Documentation
-------------

.. toctree::
   :maxdepth: 2

   /documentation

Source code & Changelog
-----------------------

Project source code is hosted at `GitHub <https://github.com/etingof/pysmi>`_.
Everyone is welcome to fork and contribute back!

We maintain the detailed :doc:`log of changes </changelog>` to our software.

Download & Install
------------------

.. toctree::
   :maxdepth: 2

   /download

Changes
-------

.. toctree::
   :maxdepth: 1

   /changelog

License
-------

The SNMP SMI library software is distributed under 2-clause BSD License.

.. toctree::
   :maxdepth: 2

   /license

MIB files archive
-----------------

The PySMI project maintains a `collection <http://mibs.snmplabs.com/asn1/>`_
of publicly available ASN.1 MIB files collected on the Internet. You are
welcome to use this MIBs archive however we can't guarantee any degree
of consistency or reliability when it comes to these MIB modules.

The *mibdump.py* tool as well as many other utilities based on PySMI
are programmed to use this MIB repository for automatic download and
dependency resolution.

You can always reconfigure PySMI to use some other remote MIB repository
instead or in addition to this one.

Contact
-------

In case of questions or troubles using SNMP SMI library, please open up an
`issue <https://github.com/etingof/pysmi/issues>`_ at GitHub or ask at
`Stack Overflow <http://stackoverflow.com/questions/tagged/pysmi>`_ .