diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-03-16 12:20:42 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-03-16 12:20:42 +0000 |
commit | e015b61e539e83b18bfae650a5b30b07d3fbbe93 (patch) | |
tree | c9ae79235c8ea1e5d2029fbd3cdc685b7c9c5903 /get-help.pd | |
parent | 58c226dc7648fe411cc82a9558f456b8b98a7eec (diff) |
better help-files; fixed "install" target
svn path=/trunk/externals/iem/snmp/; revision=7495
Diffstat (limited to 'get-help.pd')
-rw-r--r-- | get-help.pd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/get-help.pd b/get-help.pd new file mode 100644 index 0000000..a3965b4 --- /dev/null +++ b/get-help.pd @@ -0,0 +1,22 @@ +#N canvas 39 0 849 551 10; +#X msg 207 274 disconnect; +#X msg 139 152 get SNMPv2-MIB::system.sysUpTime.0; +#X obj 121 379 print result; +#X msg 202 177 get SNMPv2-MIB::system.sysDescr.0; +#X msg 205 204 get system.sysDescr.0; +#X obj 121 299 snmp/get; +#X msg 121 92 connect localhost public; +#X floatatom 172 321 2 0 0 1 status - -; +#X text 304 271 disconnect an open connection; +#X text 317 89 connect to server "localhost" in community "public" +; +#X text 470 154 query a MIB; +#X text 110 22 [snmp/get] communicates with a network entity usigng +SNMP GET requests; +#X connect 0 0 5 0; +#X connect 1 0 5 0; +#X connect 3 0 5 0; +#X connect 4 0 5 0; +#X connect 5 0 2 0; +#X connect 5 1 7 0; +#X connect 6 0 5 0; |