You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#ipaddr, port = input('Sender A started\nGive IP & port of directory (with whitespaces in between): \n').split()
port = input('Sender A started\nGive port of directory (with whitespaces in between): \n')
gl.grp_setdir(ipaddr, port)
gName, multicastIP, multicastPort, myID = input('Sender A: Give group name, multicastIP, multicastPort and your ID (with whitespaces in between): \n').split()