This is PSDCNv3 Software package.
requires Python >= 3.8
git clone https://github.com/named-data/ndn-cxx
cd ndn-cxx
git checkout ndn-cxx-0.7.1
git clone --recursive https://github.com/named-data/NFD
cd NFD
git checkout ndn-cxx-0.7.1
git clone https://github.com/zjkmxy/python-ndn.git
git clone https://github.com/mpalmer/redis.git
sudo apt install python3.8-dev
pip3 install pyyaml
pip3 install redis
pip3 install siphash
pip3 install aiofiles
pip3 install ratelimit
pip3 install psutil
pip3 install pytest (for running testcases)
cd scripts
./nfd-restart
./start-broker [broker name]
cd scripts
./nfd-restart
./interact
> h [enter]
Some demo scripts are under demo/scripts
Functional and performance tests are under tests