<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I am new to ndnSIM and the answer to my question might be simple but
    I have been trying for the last couple of hours with no success. I
    am using this code to connect the TransmittedContentObjects to
    function ContentTransmitted. This function only prints "sent".<br>
    <br>
    Config::Connect
    ("/NodeList/*/$ns3::ndn::Producer/TransmittedContentObjects",
    MakeCallback (ContentTransmitted));<br>
    <br>
    However, this does not seem to work since "sent" is not printed. My
    ndnSIM setup is as the instructions on this page
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="https://github.com/cawka/ndnSIM-scenario-template/blob/master/README.md">https://github.com/cawka/ndnSIM-scenario-template/blob/master/README.md</a><br>
    <br>
    Thanks for your help,<br>
    Cesar<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </body>
</html>