UCLA-IRL / ndn-python-repo

An NDN Repo implementation in Python
Apache License 2.0
16 stars 13 forks source link

Fetch Using Catalog #36

Closed satyaprakash-1729 closed 4 years ago

satyaprakash-1729 commented 4 years ago

Added implementation for fetching data from Repo using NDN Catalog.

Installation for Catalog:

Pesa commented 4 years ago

For example, instead of making the catalog mandatory, you can make it optional, so that repo also runs when there isn't a catalog around.

Strongly agree with this. Please don't make the catalog a hard dependency of repo.

susmit85 commented 4 years ago

For example, instead of making the catalog mandatory, you can make it optional, so that repo also runs when there isn't a catalog around.

Strongly agree with this. Please don't make the catalog a hard dependency of repo.

Right - ideally they should be completely different applications. A catalog's function is not limited to the repo and vice versa.