Skip to content

lasso-sustech/stream-replay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP/UDP stream replay

Requirements

Features

  • Replay UDP streams from *.npy file.

  • Specify streams configuration in manifest.json file.

  • Support IPC for real-time monitor and control.

How to use

Tx:

cargo run -- <manifest_file> <target_ip_address> <duration> [--ipc-port <IPC_PORT>]

Rx:

python3 ./udp_rx.py -p <port> -t <duration> [--calc-jitter [--calc-rtt [--tos <TOS>]]]

Screenshot

Real-time IPC throttle control of multiple live streams with RTT feedback.

screenshot

About

[APP Layer] replay application data flow from npy file.

Resources

Stars

Watchers

Forks