Skip to content

Instantly share code, notes, and snippets.

View echoechoin's full-sized avatar
:octocat:
nothing

echo echoechoin

:octocat:
nothing
  • chengdu, 成都
View GitHub Profile
@vxgmichel
vxgmichel / aioudp.py
Last active March 16, 2026 20:09
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