[Ndn-interest] jndn Library

Avakash Bhat bhatavakash at gmail.com
Thu Jul 4 02:35:45 PDT 2019


I was working on a MailSync one of the open source projects that uses jndn
and had some difficulty with upgrading the jndn library. The original jndn
version was 0.16 and it was upgraded to 0.22 which is the most recent one.
This resulted in the laptop side application giving a protobuf error which
I can't seem to solve or understand. It is giving a "Unrecognized critical
type code 129" exception. The exception is occurring at the
ProtobufTlv.decode line given in the below code snippet. The protobuf-java
version is 2.6.1.Are there any breaking changes that need to be considered
with regards to ProtobufTlv when upgraded? Any help would be appreciated in
this matter.
ControlParametersResponseMessage.Builder decodedControlResponse =
ControlParametersResponseMessage.newBuilder();
ProtobufTlv.decode(decodedControlResponse, encodedControlResponse);
ControlParametersResponse controlResponse =
decodedControlResponse.getControlResponse();



Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20190704/010cfbce/attachment.html>


More information about the Ndn-interest mailing list