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

Deterministic Prefixes Except One #3

Closed justincpresley closed 3 years ago

justincpresley commented 3 years ago

This pull eliminates the ability to define the SVS group. Instead Group Messages are always within /repo_prefix/group and /repo_prefix is the only prefix needed to define.

NOTE: The user has to register /repo_prefix/group as multi-cast still.