Skip to content
/ udpperf Public
forked from mortenjc/udpperf

udp receiver. now with D-TACQ data validation and output option.

Notifications You must be signed in to change notification settings

D-TACQ/udpperf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udpperf

A simple UDP transmitter and receiver with sequence numbers added to the otherwise unused payload. This allows detection of packet loss and calculation of packet error rates (PER).

The code is collected from two publicly available repositories.

CLI library header files comes from https://github.com/CLIUtils/CLI11

All other files are adapted from https://github.com/ess-dmsc/event-formation-unit

Build

> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Release ..
> make

Run

On one host

> ./udprx

On another host

> ./udptx

About

udp receiver. now with D-TACQ data validation and output option.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%