Skip to content

FlashKVDev is a basic demonstration application that allows users to experiment with the FlashKV library on non-embedded systems.

License

Notifications You must be signed in to change notification settings

joeinman/FlashKVDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashKVDev

CMake

FlashKVDev is a basic demonstration application that allows users to experiment with the FlashKV library on non-embedded systems. FlashKV is a key-value store designed for use with flash memory.

Usage

To run the FlashKVDev application, use the following command:

FlashKVDev.exe <FlashKV File>

Replace <FlashKV File> with the path to your FlashKV binary file.

Inspecting The Binary File

If you want to inspect the contents of the binary file, you can use the format-hex command on Windows. Use the following command to output the contents to a text file:

format-hex <FlashKV File> >> FlashKV.txt

Replace <FlashKV File> with the path to your FlashKV binary file.

About

FlashKVDev is a basic demonstration application that allows users to experiment with the FlashKV library on non-embedded systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published