Question

I need to be able to decode and encode PER-encoded octet strings using Python. I found PyASN1, but it doesn't include a PER codec. Is there another solution out there? How difficult would it be to write a PER codec?

Was it helpful?

Solution

If, I remember well, there is an incomplete implementation / support of PER encoding format in SNMPy .

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top