Does anyone know of an open source library for storing Named Value Pair Settings?
I'm looking for something that can manage a list of settings like the following.
S_Welcome Message = "Greetings and welcome to your project."
S_Debug_Mode = TRUE
S_Serial_Speed = 9600
S_UDP_LocalPort =88881
S_WebServerPort = 80
S_DHCP = Enabled
S_TimeServer_IP = 10.10.10.1
S_LocalIP = 10.10.10.5
S_Gateway = 10.10.10.1
S_DNS = 10.10.10.10
A perfect library would include
being able to Save/Read to a SD card file or files
Being able to Save/Read to Eprom
HTML Page(s) for updating
Serial Menu for updating
Does anyone know where this could be found and what keywords that i should use. I have tried to find this myself, but have been unsuccessful.
Thanks for any advice and encouragement.
Cra451

