- there is information published via udp multicast in some network. It changes every second or so.
- my user computer is in some other network, which can communicate with the first network over a gateway, but the udp multicast is not forwarded
- I’d like to have a server providing a website that shows the published information dynamically as it comes in.
- I’d like to be able to access the website in the browser and get the information from a computer in the second network without having a multicast forward of any sort
How would I do that? How can I make the website dynamical without broadcasting/multicasting the Information in the second network. How does the receiver of the multicasted information communicate with the web server? Does a python server help me?