summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-03-07 22:58:08 +0100
committerIlya Etingof <etingof@gmail.com>2016-03-07 22:58:08 +0100
commite5ed7d3176e307b3fa5a3dfb802ae403d2f69809 (patch)
tree1442b55d85d4031292792dfd454892390208a32c /README.md
parentccb528629250e3d195155745f9ed83daa8229f9e (diff)
downloadpysnmp-git-e5ed7d3176e307b3fa5a3dfb802ae403d2f69809.tar.gz
mention public on-line services
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 82c859a5..9da49028 100644
--- a/README.md
+++ b/README.md
@@ -87,8 +87,12 @@ high-level and easy to use API is called *hlapi* and can be used like this:
print('='.join([x.prettyPrint() for x in varBind]))
-We maintain publically available SNMP Agent and TRAP sink at *demo.snmplabs.com*. You are
-welcome to play with it while experimenting with your PySNMP scripts.
+We maintain publically available SNMP Agent and TRAP sink at
+[demo.snmplabs.com](http://snmpsim.sourceforge.net/public-snmp-simulator.html). You are
+welcome to play with it while experimenting with your PySNMP scripts. Other than that, PySNMP
+is capable to automatically fetch required MIBs from HTTP, FTP or local directories.
+You could configure any publicly available directory (including [this one](http://mibs.snmplabs.com/asn1/))
+for that purpose.
For more example scripts please refer to [examples section](http://pysnmp.sourceforge.net/examples/contents.html#high-level-snmp)
at pysnmp web site.