Add test for capture
This commit is contained in:
@@ -28,3 +28,7 @@ def trigger_capture():
|
||||
sock.sendto(SEND.encode('utf-8'), (MCAST_GRP, MCAST_PORT))
|
||||
sock.close()
|
||||
print('Sent.')
|
||||
|
||||
if __name__ == '__main__':
|
||||
print('Triggering test capture...')
|
||||
trigger_capture()
|
||||
|
Reference in New Issue
Block a user