<div dir="ltr"><div>Hello everyone,</div><div><br></div><div>I'm trying to use the ndnSIM Python bindings and I'm trying to access the forwarder. The file ndn-grid.py (within commented-out code) told me to use this command:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><span style="font-family:monospace">l3Protocol = ndn.L3Protocol.getL3Protocol(nodes.Get(0))<br>forwarder = l3Protocol.getForwarder()</span></div></blockquote><div><br></div><div>However, when I run this code I get the following error:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><span style="font-family:monospace">Traceback (most recent call last):<br>  File "simulation_for_nn_test.py", line 110, in <module><br>    l3Protocol = ndn.L3Protocol.getL3Protocol(nodes.Get(0))<br>AttributeError: type object 'ndnSIM.ndn.L3Protocol' has no attribute 'getL3Protocol'</span><br></div></blockquote><div><br></div><div>I run the code inside the waf shell using the following commands:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><span style="font-family:comic sans ms,sans-serif">./waf shell<br>python filename.py</span></div></blockquote><div><br></div><div>Does anyone know why the "getL3Protocol" attribute can't be found?</div><div><br></div><div>Thanks,<br></div><div><br></div><div>Eric<br></div></div>