Allow string values in config file #24
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AndreFerreira5/iot-system-sim#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The simulator should be able to parse the config values from the JSON file, be that a number or a string. Change the ConfigParam struct to hold a string and change the config source file to insert either an int or a char* into the struct, depending on the value type.
This will be useful for specifying paths on the config file, for example, the FIFO's paths.