Skip to content

Instantly share code, notes, and snippets.

View llamafilm's full-sized avatar

Elliott Balsley llamafilm

View GitHub Profile
@llamafilm
llamafilm / python-sap.py
Created January 16, 2022 03:29
unfinished partial implementation of SAP (Session Announcement Protocol)
View python-sap.py
import socket
import time
import sdp_transform
# unfinished partial implementation of SAP (Session Announcement Protocol)
# https://datatracker.ietf.org/doc/html/rfc2974
MCAST_GRP = '239.255.255.255'
MCAST_PORT = 9875
MCAST_TTL = 255
View colorfront-ubuntu-db.md
View colorfront-centos-db.md