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

Implement a parameter system that simplifies serialisation and validation. #24

Open
nic-starke opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
new-feature New feature or request

Comments

@nic-starke
Copy link
Owner

Currently there is no systematic way to easily validate the data received via the configuration/comms protocol.

The primary use-case for this protocol is to set/get parameters.
By creating a defined parameter database with validation functions it will be easy to validate the incoming data (ideally type, length and value, TLV).

@nic-starke nic-starke self-assigned this Nov 5, 2024
@nic-starke nic-starke added the new-feature New feature or request label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New feature or request
Projects
Status: No status
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant