Skip to content

mohamed-arm/dpu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPU

Build

cargo build

Run

  • Run two DPU Runtime Manager instances on the DPU side:
    RUST_LOG=info cargo run --bin dpu-runtime-manager -- --measurement <hash1> --port <port1>
    RUST_LOG=info cargo run --bin dpu-runtime-manager -- --measurement <hash2> --port <port2>
    
  • Run the attestation example on the host side:
    RUST_LOG=info cargo run --bin attestation
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.5%
  • C++ 7.6%
  • Rust 3.3%
  • Makefile 0.6%