-
Notifications
You must be signed in to change notification settings - Fork 79
Private DPS server
Yukikoo edited this page Mar 23, 2017
·
10 revisions
You server must provide 2 services
URL:{domain}/shared/servertime Exemple: https://moongourd.com/shared/servertime
this service must return the current timestamp, like this
{"serverTime":1490290511}
the dps meter will read & use the value returned by this service
URL: {domain}/{what you want here} Exemple: https://moongourd.com/dpsmeter_data.php
The dps meter will send all the dps data to this URL.
Media type: "application/json" Encoding: UTF-8
in window.xml config file, add your server URL. Example:
TODO
TODO