Skip to content

Cubicroots-Playground/golang-multicast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-multicast

UDP multicast implemented in golang.

Run it

Run as many instances of go run broadcaster/broadcaster.go and go run receiver/receiver.go as you want. It will default to use UDP-based multicast.

In order to use IP-multicast you need to specify the interface to use for multicasting by providing --itfname eth0 (change to your desired interface) as a flag to the broadcaster and receiver.

About

UDP multicast implemented in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages