|
|
The Hotspot Proxy is a protocol-aware UDP proxy for Homebrew Protocol that can distribute connections arriving on a single UDP port to a range of UDP ports on the backend server. It is used to support a single port for clients to connect to but still work with the one port, one system model originally designed into HBLink.
|
|
|
|
|
|
The proxy uses the DMR ID embedded in every HBP packet to track the connection.
|
|
|
|
|
|
Using the proxy is simple.
|
|
|
|
|
|
First you need to create a number of entries in your database for your hotspots to use, with sequential port numbers.
|
|
|
|
|
|
In the file hotspot_proxy_v2.py, you will find, towards the bottom, some configuration options. Edit these to suit your system.
|
|
|
|
|
|
run the proxy:
|
|
|
|
|
|
`#python3 ./hotspot_proxy_v2.py` |
|
|
\ No newline at end of file |