Archives Oct. 6, 2005
First steps to using PySNMP 4.x from Twisted (Transport layer implemented)
Written by
on
in
Snaking.
As well as rather a lot of reading code and RFCs I started into coding today. First task was to replace the asyncore communications loop with a Twisted Protocol object. Once I got straight which pieces actually relate to the system, and which are part of the asyncore loop it worked fairly well. Gave up ...