Expand description
§ndn-compute – In-network computation
Routes Interests to registered compute handlers and injects the resulting Data packets back into the forwarder pipeline. This enables named-function networking where computation is co-located with the router.
§Key types
ComputeFace– virtual face bridging the pipeline to compute handlersComputeRegistry– maps name prefixes to handler instancesComputeHandler– trait for user-defined compute functions
Re-exports§
pub use compute_face::ComputeFace;pub use registry::ComputeHandler;pub use registry::ComputeRegistry;