Skip to content
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

Option to disable broadcast server search #6

Open
g3n35i5 opened this issue Oct 9, 2024 · 2 comments
Open

Option to disable broadcast server search #6

g3n35i5 opened this issue Oct 9, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@g3n35i5
Copy link

g3n35i5 commented Oct 9, 2024

Problem description

Currently, CodeMeter always searches and accepts all license servers that are available in the network.
This is the 255.255.255.255 search option in the Server.ini file, no matter which option is set in the CM_REMOTE_SERVER variable:

[ServerSearchList\Server1]
Address=255.255.255.255

Expected behavior

I expect CodeMeter only to connect to license server(s) that are defined via the CM_REMOTE_SERVER variable.

Actual behavior

CodeMeter uses all available license network servers that are available.

Suggested change

  • Either: As soon as CM_REMOTE_SERVER is set, ignore broadcast server(s)
  • Or: Introduce a new config option CM_USE_BROADCAST_REMOTE_SERVERS that would toggle the following option in the Server.ini:
[ServerSearchList]
UseBroadcast=1

I would be interested in opinions on this topic and would also be happy to contribute this feature via PR.

@y-seq y-seq added enhancement New feature or request good first issue Good for newcomers labels Oct 9, 2024
@y-seq
Copy link
Collaborator

y-seq commented Oct 9, 2024

Internal ticket: CmDocker-100065

@g3n35i5
Copy link
Author

g3n35i5 commented Nov 13, 2024

@y-seq any updates on this one? As mentioned, I'd be happy to contribute this feature via PR if you want 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants