https://github.com/42wim/gomul
Joins multicast ipv4/ipv6 groups on specified interface (used for debugging multicast issues)
https://github.com/42wim/gomul
multicast
Last synced: about 1 year ago
JSON representation
Joins multicast ipv4/ipv6 groups on specified interface (used for debugging multicast issues)
- Host: GitHub
- URL: https://github.com/42wim/gomul
- Owner: 42wim
- License: apache-2.0
- Created: 2015-08-09T19:52:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T23:21:00.000Z (about 7 years ago)
- Last Synced: 2024-10-12T10:17:23.652Z (over 1 year ago)
- Topics: multicast
- Language: Go
- Size: 113 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gomul
Joins multicast ipv4/ipv6 groups on specified interface (used for debugging multicast issues)
Tested on windows and linux
## Building
Make sure you have [Go](https://golang.org/doc/install) properly installed.
Requires go1.12+
Next, run
```
$ go get github.com/42wim/gomul
```
You'll have the binary 'gomul' in $GOPATH/bin
## Usage
```
Usage of gomul:
-group="ff02::42:1 239.42.42.1": multicast groups to join (space seperated)
-interface=0: interface to listen on (number)
-ip="": use interface where the specified ip is bound on
-li=false: show available interfaces
```
## Examples

