k0001 / pipes-network

Use network sockets together with the Haskell pipes library.
http://hackage.haskell.org/package/pipes-network
Other
24 stars 8 forks source link

Support for UDP? #33

Open YellowOnion opened 9 years ago

YellowOnion commented 9 years ago

Are there any plans for UDP?

expipiplus1 commented 7 years ago

Shouldn't be too hard to port the code here https://hackage.haskell.org/package/network-conduit-1.0.0/docs/src/Data-Conduit-Network-UDP.html#sourceSocket

k0001 commented 7 years ago

I actually have some UDP support code lying around. Mostly I was unsatisfied with the public API so I never published, but this is a great reminder. I'll try and add support for this soon.

YellowOnion commented 6 months ago

And here I am looking at reporting the lack of unix sockets and found a issue I completely forgot about haha.