Skip to content

Instantly share code, notes, and snippets.

@vxgmichel
vxgmichel / aioudp.py
Last active July 4, 2024 20:24
High-level UDP endpoints for asyncio
"""Provide high-level UDP endpoints for asyncio.
Example:
async def main():
# Create a local UDP enpoint
local = await open_local_endpoint('localhost', 8888)
# Create a remote UDP enpoint, pointing to the first one