Re: [pysnmp-users] CLI interaction?
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2015-11-18 20:11:37
|
Hi Michael, From the code snippet you sent, it’s hard to figure out what exactly is the problem. Also ‘thread’ module is somewhat low-level… I’ve run a quick test with pysnmp 4.3.1 and the 'threading’ module having three independent SNMP engines (managers) running in three threads plus one raw_input() loop in the other. So it seems to work alright (see attached). -ilya |