Sending UDP

Hi there, can I have a question?

I´m trying to send UDP data from TD to Grasshopper in Rhinoceros (check it out at derivative.ca/wiki088/index … DP_Out_DAT)

I´ll be very glad for any kind of tutorial on this topic. (I haven´ t found much about the UDP in TD after googling for 3h)

Thanks in advace!

From the help menu open Python Examples to see lots of examples of Python at work in touch. Look specifically at send_examples.

You might also look a this project on github that might be doing exactly what you’re after:
[url]https://github.com/quilime/gh-td[/url]

If you’re looking for help understanding Python in Touch, have a look here:
[url]https://matthewragan.com/teaching-resources/touchdesigner/python-in-touchdesigner/[/url]

Wow, that´s exactly what I needed! :astonished:

Thank you very much. :smiley:

also see Help->Operator Snippets, and then choose the OSC In DAT for several examples of sending and receiving UDP.