I am trying to use FILT to transmit data to recievers at unknown places anywhere on the screen. The data transfer needs to be quick and reliable, but the transmitters and recievers cannot take up too much space. (No WIFI or PRTL) I have tried getting a lot of PHOT and putting it through a QRTZ pixel, but the PHOT is decelerated when it hits it, and I can't get it to accelerate again without making the device huge, losing signals, or using a lot of gravity. Another thing I tried was using BRAY signals, and turning each reciever into a relay, which send the signal to other recievers, until everything has the signal. The problem with that is that there are often signal collisions, and recievers can sometimes get the data twice. A network protocol could be one way to avoid this, but I don't know how to design one that can fix these problems.
Do you know any ways to fix these problems, or other ways to make this work?