> aiosc.send(('127.0.0.1', 9000), "This is a message from Python") )
isn't this sending an OSC packet? not a plain UDP packet?
perhaps see http://hackage.haskell.org/package/hosc
import Sound.OSC
withMax = withTransport (openUDP "127.0.0.1" 9000)
main = withMax (sendMessage (Message "/this-is-a-message-from-haskell" []))
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe