aboutsummaryrefslogtreecommitdiff
path: root/get-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'get-help.pd')
-rw-r--r--get-help.pd22
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;