Closed benwallace2 closed 1 year ago
One solution I've tried is installing plugins.py as mentioned in the FABRIC IPv4 Internet Access README.
Yes, this is the plugins.py
file you need.
File "/home/fabric/work/ndn/fabric/ndndpdk/plugins.py", line 1, in NameError: name 'false' is not defined. Did you mean: 'False'?
plugins.py does not contain the token false
.
Are you sure you downloaded the file correctly?
plugins.py
functionality has been merged into fablib.
I updated v4pub.py
to not depend on plugins.py
anymore.
Hello,
I am encountering an error while trying to run the fileserver.py script.
I've read the FABRIC NDN-DPDK Experiments README, but there doesn't seem to be any explicit mention of the plugins module or how to install it.
One solution I've tried is installing plugins.py as mentioned in the FABRIC IPv4 Internet Access README. However, this did not work and resulted in another error:
Any help would be greatly appreciated. Thank you!