Skip to content

Commit

Permalink
Removed 3.7 and revised simulator article.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Feb 9, 2024
1 parent 3d3a179 commit 7755fba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Features
* [PySMI](https://www.pysnmp.com/pysmi/) integration for dynamic MIB compilation
* Built-in instrumentation exposing protocol engine operations
* Python eggs and py2exe friendly
* 100% Python, works with Python 3.7+
* 100% Python, works with Python 3.8+
* MT-safe (if SnmpEngine is thread-local)

Features, specific to SNMPv3 model include:
Expand All @@ -42,7 +42,6 @@ Features, specific to SNMPv3 model include:
* Optional SNMP engine discovery
* Shipped with standard SNMP applications (RC3413)


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

Expand Down Expand Up @@ -145,7 +144,7 @@ asyncio.run(run())
```

> We maintain publicly available SNMP Agent and TRAP sink at
> [demo.pysnmp.com](https://www.pysnmp.com/snmpsim/public-snmp-agent-simulator.html). You are
> [demo.pysnmp.com](https://www.pysnmp.com/snmp-simulation-service). You are
> welcome to use it while experimenting with whatever SNMP software you deal with.
```bash
Expand Down

0 comments on commit 7755fba

Please sign in to comment.