The UDP and OSC InDAT (and afaik also the CHOPS) offer Send() methods.
My main question now is : How do I define the target Network Address where messages are sent to? I have some elements where I am doing Sending and Listening at the same time, so it would actually be pretty nice to be able to not have to use two components but just doing it with one.
More akin to an UdpDAT, without in or out.
Note: Just found this post:
Any chance to maybe get an IP-Address argument for TD or to open the InDAT up for also sending messages?