Integrated config less startup with only given CCServer and token #14

Fixed time drift issues on dashboard by sending server time to dashboard and use this for comparisson
This commit is contained in:
BenDroid 2018-01-12 23:11:00 +01:00
parent e12b0070a9
commit e7bf633010
6 changed files with 65 additions and 31 deletions

View file

@ -58,6 +58,8 @@ private:
static std::string getClientConfigFileName(const Options *options, const std::string &clientId);
private:
static int m_currentServerTime;
static std::map<std::string, ClientStatus> m_clientStatus;
static std::map<std::string, ControlCommand> m_clientCommand;