Reverse proxy for Ntrip broadcasters
The proxy returns a combined sourcetable from all backend casters.
Description: see https://kasvith.github.io/posts/lets-create-a-simple-lb-go/ whereof the code is adopted, thanks Kasun.
Example:
To start the proxy with the following NtripCaster backends
ntripproxy -backends=http://localhost:2101,http://localhost:2102
see also