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

Allow serial number to be a string #543

Open
vzahradnik opened this issue Dec 11, 2024 · 0 comments
Open

Allow serial number to be a string #543

vzahradnik opened this issue Dec 11, 2024 · 0 comments
Labels
api-change enhancement New feature or request

Comments

@vzahradnik
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
I am considering using UUID for device identification and I would like to set the UUID as the serial number in the TagVal header. Currently it is expected the serial number to be a long int. I propose to extend this field to support arbitrary strings.

Describe the solution you'd like
Encode long integers into strings and then parse the strings at the remote end. If parsing fails, assume string was used.

Additional context
This change has to be implemented in all our SDKs. Please keep this issue open for tracking purposes.

@vzahradnik vzahradnik added enhancement New feature or request api-change labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-change enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant