named-data / python-ndn

An NDN client library with AsyncIO support in Python 3
https://python-ndn.readthedocs.io/en/latest
Apache License 2.0
24 stars 17 forks source link

transport: add UDP support #39

Closed GlassyYang closed 2 years ago

GlassyYang commented 2 years ago

add UDP face so python-ndn can connect NDN forward plane by UDP. UDP face is best fit for small, unreliable and low lantecy data transport.

GlassyYang commented 2 years ago

thank you for your suggestions. I have finished them all. @yoursunny

yoursunny commented 2 years ago

There's a build error detected by GitHub Actions. @GlassyYang please fix it with a follow-up Pull Request. @zjkmxy you should have approved GitHub Actions run (approval needed for first time contributor) before merging, so that such problem is detected before merging.