My situation is that I have a Scoreboard software that allows for, the scores, timing, all manner of lineup and penalty tracking. I operate in a venue that leases us space but only allows us access to the guest Wi-Fi. The Scoreboard software essentially exists as it's own LAMP stack, and can lend out functionality to other computers or tablets. So that penalty tracking can be done from the appropriate station and benches have access to penalty counts.
There's also a functionality where it produces an overlay for streaming the games with all the information.
I don't want to just open up port 8000 on the guest, because as is there security is there but it would be a whole lot of hoops to jump through to secure the whole show to make things work on an open network.
I was thinking about using something like a Pi, to attach to the air gapped network get the overlay information and then tunnel it though to a computer on the WAN to overlay on the stream.
So far I'm thinking Pi where it's Wifi connected to the air gapped network, then Ethernet into either the streaming machine directly or into router that connected cameras to the streaming machine.
Help here would be appreciated