justincpresley / ndn-hydra

ndn-hydra: A Python-coded NDN distributed repository with five focused attributes: resiliency, scalability, usability, efficiency, and security.
Apache License 2.0
3 stars 7 forks source link

New SID Specific Structure #8

Closed justincpresley closed 3 years ago

justincpresley commented 3 years ago

This makes the change to both fetching and queries.

Instead of merging the two components (sid + command) such as sid-fetch, now these two components are separate.

For Example //query/files ==>> //query/files //sid-query/query/files ==>> //sid//query/files