Broadcasting PubSub message thru Kubo

I’m struggling hard to achive smooth communication between nodes. Now I need to solve such problem.
I’ve many js-ipfs nodes and Kubo nodes as well, all of them connected to public Kubo node(aka master) 1-to-1 using swarm connect.
The question is how I can broadcast some message from one node to others using master node as intermediary?
Literally I send message into my swarm(now here is only my node and master-node) and expect that master node will broadcast my message to all peers that connected to it.

Ok, that’s clear. But how to achieve such behaviour? literally hot to “tell” master node to broadcast all incoming messages? Config, or some plugin is necessary?

If you subscribe to the same topic on the master node, it will relay messages to other subscribed peers on it’s own.

1 Like