-
I would use Java WebStart install too if it was available.
2007-03-20 16:33:40 UTC in JBidwatcher
-
Using solaris cc, zipios++ does not compile.
This patch is all the changes I had to do to get it to work under solaris 8.
2007-02-02 21:55:29 UTC in Zipios++
-
After scanning the network a few times, my machine runs out of memory and the program dies. The objects survive the AsynCommandGenerator object. There must be a reference from a global variable to them somewhere.
2007-01-16 17:49:32 UTC in Python SNMP framework
-
the name used keeps changing constantly, and each one of them is being stored somehow in self._vars.
2007-01-14 17:45:27 UTC in Python SNMP framework
-
btw, if there is a more efficient (faster) way to do network scanning, please let me know.
2007-01-14 17:40:45 UTC in Python SNMP framework
-
File Added: IPRange.py.
2007-01-14 17:40:01 UTC in Python SNMP framework
-
I wrote a network scanner that gets the system description of all objects found in a network. I am finding some memory leaks in pysnmp
I tracked it down to the objects being created are created in line 551 of SNMPv2-SMI.py, which reads:
self.__createdInstances[name] = self.protoInstance(
self.name, name[len(self.name):], self.syntax.clone()
)
overtime, somehow...
2007-01-14 17:39:29 UTC in Python SNMP framework
-
This patch allows me to have different snmp requests on
different threads.
Before, all the command generators shared the same udp
transport. This caused conflicts when there are more
that one command generator in different threads.
This patch makes it so that there is one udptransport
per command generator.
For me, fixes this exception:
It is against 4.1.6a
File...
2006-10-28 21:45:18 UTC in Python SNMP framework
-
paulpach registered the bootbuffer project.
2004-12-08 18:01:56 UTC in bootbuffer