UCLA-IRL / NAC-ABE

Attribute-based Access Control over Named Data Networking
GNU General Public License v3.0
14 stars 11 forks source link

how to run NAC-ABE in ndnSIM #19

Closed kangkang333 closed 1 year ago

tylerliu commented 1 year ago

We do not have support to run NAC-ABE in ndnSIM. You might be able to re-write it to an ndnSIM app since it also uses ndn-cxx for Data encoding, but there is no existing solution.

kangkang333 commented 1 year ago

Thank you for your reply. I want to put NAC-ABE in a simulated NDN network, can I try mini-ndn?

tylerliu commented 1 year ago

Yes.

kangkang333 commented 1 year ago

If I test NAC-ABE in mini-ndn and have installed mini-ndn, I want to know if I need to modify the code of NAC-ABE.

tylerliu commented 1 year ago

Ideally it shouldn't need modifications. Let me know if there is any error.

kangkang333 commented 1 year ago

Thank you for your kind guidance, I will try it