Skip to content

Commit f1593ee

Browse files
authored
Update README.md
1 parent 3fe5211 commit f1593ee

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1-
# multicast-test
1+
# Simple Command Line Multicast Testing Tool
22

3-
Simple Command Line Multicast Testing Tool for Windows and Linux.
3+
**Download for Windows and Linux:** [https://github.com/enclave-networks/multicast-test/releases/download/1.0.0.0/multicast-test.exe](https://github.com/enclave-networks/multicast-test/releases/download/1.0.0.0/multicast-test.exe)
4+
5+
Testing multicast traffic can be challenging and tends to involve running an application on two systems, phsical or virtual connected to the network.
6+
7+
Usually we might reach for iPerf and/or multicast video streaming in VLC. Both are useful but, iPerf3 has removed support for multicast traffic, and sometimes its not as obvious as it could be whether the tools are doing what we think they are. iPerf can be complicated, and VLC multicast streaming can be buggy.
8+
9+
![select an interface](https://github.com/enclave-networks/multicast-test/raw/master/select.png)
10+
11+
This is a simpler command-line tool that runs on both Linux and Windows which you can use to validate multicast connectivity. Run the tool on two or more different machines. Choose the relevant interface on both systems and then select action option 1 to transmit data, and action option 2 to recieve.
12+
13+
> Note. don't try using interface 0 (any) to send, it won't work. Pick the speicifc interface you want to test instead.
14+
15+
On the sending host you'll see output like this (option 1):
16+
17+
![sending data](https://github.com/enclave-networks/multicast-test/raw/master/sending.png)
18+
19+
By default, the tool uses multicast stream IP address 239.0.1.2 with port 20480. Pull requests to enable customisation are welcome.
20+
21+
![receiving data](https://github.com/enclave-networks/multicast-test/raw/master/receiving.png)
22+
23+
See also the [Singlewire Multicast Testing Tool](https://support.singlewire.com/s/software-downloads/a17C0000008Dg7AIAS/ictestermulticastzip) discussed [here](https://salmannaqvi.com/2016/11/14/simple-multicast-testing-tool-for-windows/) by Salman Naqvi – 2 x CCIE. The Singlewire tool is perfectly adequate if you have a single network interface, but if you're working on systems with multiple network interfaces, this version should be quite useful.

0 commit comments

Comments
 (0)