Files @ b0463de161bd
Branch filter:

Location: DistRen/etc/distrenclient.conf

NEO
added:
void start_data() function
- this function will retrieve saved data from a series of xml file in case the power goes out.
- or it will initialize values at zero if there are no backup files existing.
/*
 A client is essentially the libdistren library or any app that is submitting 
 files. Thus, it should only need to know which server to access. Credentials
 specific to a server will be specified per-server for now.
*/
client
{
  server = "ohnopublishing"
}

include("distrencommon.conf")