Thanks, it works.
On Thu, 7 Mar 2019 10:06 IWAMOTO Toshihiro, wrote:
> On Wed, 06 Mar 2019 10:32:47 +0900,
> knet solutions wrote:
> > I am trying to parse the NDN header (UDP Application), inside my
> > application.
> >
> > As i understand from the lib(and existing packet parser code), payload
On Wed, 06 Mar 2019 10:32:47 +0900,
knet solutions wrote:
> I am trying to parse the NDN header (UDP Application), inside my
> application.
>
> As i understand from the lib(and existing packet parser code), payload is
> passed as bytearray.
>
>
> When i print the packet,i get the below trac
Hi,
I am trying to parse the NDN header (UDP Application), inside my
application.
As i understand from the lib(and existing packet parser code), payload is
passed as bytearray.
When i print the packet,i get the below traces.
pkt = packet.Packet(msg.data)
self.logger.info(pkt)
ethernet(d