This is a big time work in progress. Still needs publish logic, some sort of throttling, collection index, d3.js . . .
Steps for using:
- git clone
meteor- Download an HTTP client, chrome has a nice one called Advanced Rest Client Application
- HTTP POST to
localhost/devicereport/:deviceId[deviceId must be a number] - Here's an example:
{
"time": 123123123,
"sensors": [
{
"id": "tank",
"type": "temperature",
"units": "Celsius",
"value": 85
}
]
}You might get a response error 500 if the client has no Send method.