Sending data to the same place

I’m trying to make a module that can be used to send/receive data globally using osc, where each module would have a unique osc address relating to it’s function.

For this to work, I need each module to be able to automatically send it’s osc bundle to the same location (an osc receiver) so all of the data can be parsed.

CAn anyone think of a way to do this?

I guess the funcionality would be like a s(node advanced) but rather than LTP takeover every new sender would add a slice to the relevant receive node