which method to add data in content store in forwarding strategy ndnSIM ?
i have tried to use cs::Cs::insert(data);
after beforeSatisfiedInterest
unfortunately I have no result
Asked
Active
Viewed 66 times
0
1 Answers
0
You can't actually manually add data on the default NDNsim. The content store is setup to only accept data that satisfies an interest in the "Pending Interest Table".
For manually entering data to a CS, you'd need to make changes to NDNsim with something like this discussed on the mailing list.

Karan
- 141
- 8