The CloudWalk Framework has a file system that can handle files of type WALK dbfile, where you can create and work with files in the following format:
key_1=buffer_2\nkey_2=buffer_2\n
Basically, it would be the format of text files in UNIX environments, where \n represents a newline. The configuration file itself (config.dat) is a WALK dbfile file.
The commands editfile, readfile and readfilebyindex can be used to work with this file type, based on keys and values, enabling a fast and efficient way to store static data on the device.
We recommend using the utility EditDBFile to manipulate your WALK dbfile files. Follow this procedure: