c# mono capture WiFi data coming into raspberry pi

Job ID: 32513891

Budget: $30 – $250 USD

The SpaceSpeak transmitter device is based upon a Raspberry Pi 4 with a NRF24 2.4GHz transmitter module attached.  I'm running Rasperian with mono installed, and the system is connected to the Internet via WiFi. This allowed me to write a winform app in Visual Studio on my windows 10 PC and run the same compiled app on both my windows 10 PC and the Raspberry Pi.  I used the wire lib to send messages from the raspberry pi to the transmitter module.  This worked well for text messages and images. But it won't work for video which is being sourced from YouTube.

What I'd like to do now is to echo the data that comes in over the WiFi  (a video displaying in web browser ) into a stream that I can feed to the NRF24 transmitter module.

To make this work, I need to capture the WiFi stream.  I suspect there is a TCP Listener or other System.Net.Socket based solution that would allow this. The final compiled application image must continue to run on both Windows 10 and the Raspberry pi with mono.