NodeInfo.additionalJson

Optional informations about the server's software and system, similar to HubInfo.additionalJson.

{
   "software": {
      "name": "SEL",
      "version": "1.0.4",
      "stable": true
   },
   "system": {
      "os": "Windows 10",
      "cpu": "Intel(R) Core(TM) i7-5700U CPU @ 3.40GHz",
      "cores": 4,
      "ram": 8589934592
   }
}
class NodeInfo
string additionalJson;

Meta