Port 9997 will not work, this is the port for the S2S protocol, and since this protocol is TCP based and requires packets to go both ways, this will not work across a diode.
You should be using the custom listener port in the receiver app and send data to that from the sender app.
... View more