tinygo-org / net

Port of Go's "net" package to work with TinyGo on embedded processors.
https://tinygo.org
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

Add UDP server support #6

Open scottfeldman opened 1 year ago

scottfeldman commented 1 year ago

Need ListenUDP and friends WriteTo, ReadFrom, etc ported from upstream Go "net" to support UDP servers. Needed for u-root wget cmd, maybe more. Also need to add example UDP server in drivers/examples/net.