mirror of
https://github.com/fairwaves/OpenBTS-UMTS.git
synced 2025-11-02 12:23:14 +00:00
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
#destination @ 192.168.99.1
|
|
nc -u -l 7777 | pv -rb > outfile
|
|
|
|
#source transfer at 30kBytes/s
|
|
pv -rb -L 30k infile | nc -u 192.168.99.1 7777
|