aboutsummaryrefslogtreecommitdiff
path: root/get-help.pd
blob: a3965b4e23f7408c7ecc9928fd18e264057653ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;