Skip to content

Instantly share code, notes, and snippets.

@xupengzhuo
xupengzhuo / aioudp.py
Created March 31, 2020 07:15 — forked from vxgmichel/aioudp.py
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