https://github.com/initialed85/castinator
Repeat a UDP unicast/multicast/broadcast to another UDP unicast/multicast/broadcast address
https://github.com/initialed85/castinator
Last synced: 3 months ago
JSON representation
Repeat a UDP unicast/multicast/broadcast to another UDP unicast/multicast/broadcast address
- Host: GitHub
- URL: https://github.com/initialed85/castinator
- Owner: initialed85
- License: mit
- Created: 2019-07-16T12:10:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T11:45:48.000Z (over 6 years ago)
- Last Synced: 2025-05-14T02:51:50.141Z (11 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# castinator
Repeat a UDP unicast/multicast/broadcast to another UDP unicast/multicast/broadcast address
## Example
IPv4 Multicast on `en0` to IPv6 link-local anycast on `en5`
./castinator \
-leftIntfcName en0 \
-leftUDPListenAddr 239.192.137.1:6291 \
-leftUDPSendAddr 239.192.137.1:6291 \
-rightIntfcName en5 \
-rightUDPListenAddr [ff02::1%en0]:6291 \
-rightUDPSendAddr [ff02::1%en0]:6291