Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top