Skip to content

Instantly share code, notes, and snippets.

@mlow
mlow / discover.py
Last active August 29, 2015 14:13 — forked from trhura/discover.py
#! /usr/bin/env python
# script for ubnt device discovery
# Usage: python discover.py or ./discover.py
import socket
from contextlib import closing
PORT=40860