Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

RustDAQ

This a HEP's tool for data acquisition (DAQ) using rust language. The idea so far is to use ANNIE's ToolDAQ as starting point written in C++.

So far we have

├── Cargo.toml
└── src
    ├── bin
    │   ├── receiver.rs
    │   └── sender.rs
    ├── lib.rs
    └── service_discovery.rs

To test let's run

cargo build 
cargo run --bin sender
cargo run --bin receiver

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages