Skip to content

EXT: Add station-specific udp ports and selection of p2p connection type #473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

PhilippEngler
Copy link
Contributor

The firewall of the CCU-devices (where my addon runs on) have either to be disabled or for each p2p connection to a station a specific port has to be provided and this port has to be excluded in the firewall settings.

So with this pull request I have implemented a possibility to specify a specific port for each station (which must be done in the background, not scope of this PR).

As second, now it is also possible to specify the p2p connection type (ONLY_LOCAL or QUICKEST). And there is a little fix, so that if ONLY_LOCAL is selected, the cloud lookup will not be performed.

@bropat: If you think, this is out-of-scope of the client, please ignore this PR.

- added possibility to specify udp connection type
- only do cloudlookup when P2PConnectionType is set to QUICKEST
@bropat bropat added this to the 3.1.0 milestone Aug 23, 2024
@bropat
Copy link
Owner

bropat commented Aug 23, 2024

I have decided to implement only the UDP port part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants