Skip to content
Yukikoo edited this page Mar 23, 2017 · 10 revisions

How to create & setup a private dps server

API

You server must provide 2 services

Server Time

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

DPS upload

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

DPS meter configuration

in window.xml config file, add your server URL. Example:

TODO

Sample of uploaded data

TODO

Clone this wiki locally