Skip to content

Instantly share code, notes, and snippets.

@jontow
jontow / build-sdp.sh
Last active December 15, 2016 19:46
build-sdp.sh
#!/bin/sh
if [ "$3" = "" ]; then
echo "Syntax: build-sdp.sh <ethN> <multicastIP> <port>"
exit
fi
interface="$1"
mcast_ip="$2"
mcast_port="$3"