[Haskell-cafe] How to send a string somewhere via UDP

Kim-Ee Yeoh ky3 at atamo.com
Tue Oct 21 04:04:04 UTC 2014


On 10/21/14, Jeffrey Brown <jeffbrown.the at gmail.com> wrote:
> There is a UDP library
> <http://hackage.haskell.org/package/network-conduit-0.6.1.1/docs/Data-Conduit-Network-UDP.html>
> for Haskell, which I presume could serve as an alternative to the RWH code, but
> I don't understand it.

Here's a fully working UDP echo server:

http://www.haskell.org/pipermail/haskell-cafe/2007-January/021280.html

No special package needed, merely import the humble, dependable Network.Socket.


-- Kim-Ee


More information about the Haskell-Cafe mailing list