<div dir="ltr">I think lack of documentation is a problem...<div><br></div><div>I wanted to write some bytes in the interest message in ndnSIM. In ns3, thanks to their documentation, one can easily understand that in order to write some bytes, he should serialize a header. </div><div><br></div><div>For doing the same thing in ndnSIM, I have had the impression that I should use "block". Moreover, It looks as though an interest message is a set of TLVs (based on the explanation in the NDN project website). So probably if I like to write eight bytes as four pieces of two-byte data, I should write four TLVs. But indeed, there are many constructors in block.hpp, and it's just about looking at one code after another to understand each of them due to lack of documentation...<br><br>Can someone please give some guidance ???. </div><div><br></div><div>thanks and rgds.<br>C</div></div>