named-data / ndn-svs

State Vector Sync library for distributed realtime applications for NDN
GNU Lesser General Public License v2.1
12 stars 10 forks source link

BLOB publish API #5

Closed yoursunny closed 2 years ago

yoursunny commented 2 years ago

I'm reading the MILCOM 2021 paper, which links to this repository and states:

Our API provides two interfaces to applications: one to publish arbitrary data as a BLOB under a hierarchical name

I wonder which class/function implements the BLOB publish API? I only find SVSPubSub::publishData that publishes Data packets prepared by application.