Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

C++ Examples

This directory contains C++ examples showing how to use NIXL agents and perform transfers.

Available examples:

  • nixl_example.cpp: Basic agent usage and transfers
  • nixl_etcd_example.cpp: Metadata exchange example using etcd
  • telemetry_reader.cpp: Reading transfer telemetry

Run:

  • Binaries are generated under build/examples/ (depending on your Meson setup).
  • See comments in each example source file for invocation details.