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

Support multiple connections to Actility LNS #105

Merged

Conversation

maciej-cz
Copy link
Contributor

Resolves #103

Purpose

Allow multiple connections to the same Actility LNS. Currently, asId and asKey are hardcoded and at a second connection creation attempt, LNS API returns 409.

Brief change log

  • At Actility connection creation, generate asId and adKey and save them as config properties
  • Whenever above values are needed, take them from config properties
  • If config propeties are missing, use the previously hardcoded values (for backward compatibility)

@cpoder cpoder closed this May 22, 2024
@cpoder cpoder reopened this May 22, 2024
@cpoder cpoder merged commit 511b3c6 into Cumulocity-IoT:master May 22, 2024
8 of 10 checks passed
@maciej-cz maciej-cz deleted the feature/actility-multiple-connections branch July 3, 2024 11:35
cpoder added a commit that referenced this pull request Mar 28, 2025
…ections

Support multiple connections to Actility LNS

Former-commit-id: e9dac94c5b2f110a3152cebfc2f8001a416998d1 [formerly 63302f42aa6400d3740179eb362c1a29868568ff]
Former-commit-id: fe7984441e0a8f5f53d782a5966699d90aaf3251
Former-commit-id: b6c161dbb9a5e8ad90aaec12de50faaef105d9b6
cpoder added a commit that referenced this pull request Mar 30, 2025
…ections

Support multiple connections to Actility LNS

Former-commit-id: e9dac94c5b2f110a3152cebfc2f8001a416998d1 [formerly 63302f42aa6400d3740179eb362c1a29868568ff]
Former-commit-id: fe7984441e0a8f5f53d782a5966699d90aaf3251
Former-commit-id: b6c161dbb9a5e8ad90aaec12de50faaef105d9b6
cpoder added a commit that referenced this pull request Mar 30, 2025
…ections

Support multiple connections to Actility LNS

Former-commit-id: e9dac94c5b2f110a3152cebfc2f8001a416998d1 [formerly 63302f42aa6400d3740179eb362c1a29868568ff]
Former-commit-id: fe7984441e0a8f5f53d782a5966699d90aaf3251
Former-commit-id: b6c161dbb9a5e8ad90aaec12de50faaef105d9b6
cpoder added a commit that referenced this pull request Mar 30, 2025
…ections

Support multiple connections to Actility LNS

Former-commit-id: e9dac94c5b2f110a3152cebfc2f8001a416998d1 [formerly 63302f42aa6400d3740179eb362c1a29868568ff]
Former-commit-id: fe7984441e0a8f5f53d782a5966699d90aaf3251
Former-commit-id: b6c161dbb9a5e8ad90aaec12de50faaef105d9b6
cpoder added a commit that referenced this pull request Mar 31, 2025
…ections

Support multiple connections to Actility LNS
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.

Downlink AS ID is static on the code and forbid several C8Y connections on LNS connections
2 participants