Closed yoursunny closed 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.
SVSPubSub::publishData
I'm reading the MILCOM 2021 paper, which links to this repository and states:
I wonder which class/function implements the BLOB publish API? I only find
SVSPubSub::publishData
that publishes Data packets prepared by application.