aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-AnyEvent-SNMP
Commit message (Collapse)AuthorAgeFilesLines
* Set PKGNAMEPREFIX to p5-Steven Kreuzer2011-06-241-0/+2
| | | | Notes: svn path=/head/; revision=276206
* This module implements an alternative "event dispatcher" for Net::SNMP, usingSteven Kreuzer2011-06-244-0/+39
AnyEvent as a backend. It integrates Net::SNMP into AnyEvent: You can make non-blocking Net::SNMP calls and as long as other parts of your program also use AnyEvent (or some event loop supported by AnyEvent) and they will run in parallel. WWW: http://search.cpan.org/dist/AnyEvent-SNMP/ Notes: svn path=/head/; revision=276196