40768b2217
receives UDP datagrams and redistributes them to a set of receivers. PR: 27809 Submitted by: Michael Lyngbol <lyngbol@wheel.dk> Reviewed by: will
10 lines
360 B
Plaintext
10 lines
360 B
Plaintext
This small program receives UDP datagrams on a given port, and resends
|
|
those datagrams to a specified set of receivers. In addition, a
|
|
sampling divisor N may be specified individually for each receiver,
|
|
which will then only receive one in N of the received packets.
|
|
|
|
WWW: http://www.switch.ch/tf-tant/floma/sw/samplicator/
|
|
|
|
- Michael Lyngbol
|
|
lyngbol@wheel.dk
|