Skip to content

Instantly share code, notes, and snippets.

@pp81381
pp81381 / upnp_example1.py
Last active December 3, 2022 21:13
UPNP example
import argparse
import asyncio
import attr
import logging
from typing import List
from async_upnp_client.search import async_search
from async_upnp_client.ssdp import SSDP_PORT
from async_upnp_client.utils import CaseInsensitiveDict
from async_upnp_client.aiohttp import AiohttpRequester