문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top