Wykres commitów

6 Commity (72a90a0c932f9453f9ba1a37bc7e2d036b0dc3ff)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 60de502676 all: setup.py: Switch to sdist_upip. 2018-02-02 20:30:52 +02:00
Paul Sokolovsky 2ff5940d92 all: setup.py: Consistently update author and maintainer fields. 2018-02-02 20:25:27 +02:00
Paul Sokolovsky 7e643f6365 uasyncio.udp: Release 0.1. 2017-12-16 00:41:17 +02:00
Paul Sokolovsky eb7d34d127 uasyncio.udp: Add example interacting with dnsmasq DNS. 2017-12-16 00:40:35 +02:00
Paul Sokolovsky 916e15ed35 uasyncio.udp: New functional API, mimicking socket module.
Don't have any wrapper classes for UDP socket, instead just have top-level
coroutines, taking raw socket as an argument:

s.recv(1500) => await uasyncio.udp.recv(s, 1500)
2017-12-16 00:40:03 +02:00
Paul Sokolovsky d87573b113 uasyncio.udp: Initial attempt of UDP support for uasyncio.
API is not stable and will guaranteedly change, likely completely.

Currently, this tries to folow the same idea as TCP open_connection()
call, but that doesn't make much sense, so that will likely change.
2017-12-03 00:07:12 +02:00