Comment # 5
on bug 10451
from Tyson Key
Kinda-old, so it'll probably need fixing to compile with the latest trunk
versions, but I've just found an NDNx dissector at
https://github.com/named-data/ndnx/tree/master/apps/wireshark - which might be
a useful starting point, at least for reference purposes; and I've just
installed the NDN C++ library from https://github.com/named-data/ndn-cpp
(although the examples don't seem to fully build "out-of-the-box", without
tweaking the ./configure files).
Thankfully, NDN-C++ itself pretty much "just builds" on a fairly recent version
of Ubuntu, after installing a bunch of other dependencies (everything, and the
kitchen sink for Boost; and libsqlite3-dev, and libcrypto++-dev, it seems, at
the minimum).
>From what I can tell, there's a bunch of different serialisations to contend
with ("Binary XML", and "NDN-TLV" (both of which are disabled as defaults, and
I don't know if they're mutually-exclusive, yet); and some unknown, wildcard
format that gets enabled by default).
Now to see if I can get the NDNx reference implementation (from
https://github.com/named-data/ndnx) working, as easily...
You are receiving this mail because:
- You are watching all bug changes.