Global - JSON Configuration file
Configuration file has two main aims. Share encryption key for communication using JSON RPC with daemon and configurate daemon.
For JSON encoding/decoding was choosen library parson, that will be used also for encoding/decoding p2p packets.
-
Design configuration file content -
Decide where configuration files will be stored and how daemons recognize their files -
Design C structs interface -
Pack this library for usage in both - Controller and Daemon
NOTE: This library must be designed as user-friendly for usage at custom applications.