Skip to content

Latest commit

 

History

History
 
 

xrt_host_api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Low level C++ host API

This folder contains a low level API build on top of XRT to control the network stack from C++.

The cmake project contains a library (vnx) that you can link to your project, and the bindings are described in the header files located in include/vnx. An example program using this API is located in examples/ping_fpga.