Skip to content

Instantly share code, notes, and snippets.

@hdo
hdo / gist:6027504
Last active December 13, 2023 23:20
import struct
import sys
import time
import json
from struct import *
from twisted.web import server, resource
from twisted.internet.protocol import DatagramProtocol
from twisted.internet import reactor
from twisted.application.internet import MulticastServer