Hi everybody,
I just started recently to work with TD and I want to experiment with the soft.
For now, I need to send UDP or TCP messages to another software on my localhost. I’ve made a lot of research about UDPout DAT or TCP/IP Dat objects but it’s more difficult than I first thought.
For example, the UDPout object is waiting for a command to send the message, but there is no input directy into the object.
I’ve read somewhere that you are suppose to use a Text object with a command like this one:
send(object, message)
but I can’t find any other informations about the exact syntax of the command or the way to trigger to message itself…
Thank you in advance for your help.