Notizen auftraggebertreffen
This commit is contained in:
parent
10764a6abb
commit
a17011b02e
BIN
ws2011/BP/Auftraggebertreffen/.DS_Store
vendored
Normal file
BIN
ws2011/BP/Auftraggebertreffen/.DS_Store
vendored
Normal file
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
Di, 21.02:
|
||||
|
||||
- moses, traffic analysis, traffic data, cron, productive, …
|
||||
-> alle Ordner die nicht zu uns gehören stehen lassen
|
||||
- unceclustered deployen
|
||||
- filter einbinden
|
||||
-
|
||||
@ -2,17 +2,18 @@
|
||||
|
||||
JSON Format falg = deviceinfo:
|
||||
|
||||
http://www.da-sense.de/test/api.php?flag=deviceinfo&json={"deviceType":1, "deviceID":123456789, "deviceManufactor":"Scholz", "deviceModel":"Testdevice", "deviceName":"ErstesAPITestDevice", "sensors": [ { "type":1, "sensorAttributes": [ { "key":"testkey2", "value":"33" }, { "key":"testkeyNeu", "value":"stringvalueNeu" } ] }, {"type":2, "sensorAttributes": [ { "key":"testkey2", "value":"53" } ] } ] }
|
||||
http://www.da-sense.de/test/api.php?flag=deviceinfo&json=02-15 23:32:20.992: D/JSON_DATA(10367): Request: {"device":"357194040202988","series":[{"timestamp":1329344950572,"visibility":1,"values":[{"tags":[{"value":"66150","key":"measurement:samples:count"}],"timestamp":1329344154574,"speed":0,"altitude":0,"value":37.9518928527832,"provider":"network","longitude":8.608966,"latitude":49.6767661,"accuracy":26},{"tags":[{"value":"220500","key":"measurement:samples:count"}],"timestamp":1329344159599,"speed":0,"altitude":0,"value":31.49476432800293,"provider":"network","longitude":8.608966,"latitude":49.6767661,"accuracy":26},{"tags":[{"value":"220500","key":"measurement:samples:count"}],"timestamp":1329344956096,"speed":0,"altitude":0,"value":34.84609603881836,"provider":"network","longitude":8.6088607,"latitude":49.6690467,"accuracy":1750}],"name":"Messreihe @ 15.02.2012 23:29:09"},{"timestamp":1329345063600,"visibility":1,"values":[{"tags":[{"value":"220500","key":"measurement:samples:count"}],"timestamp":1329345068976,"speed":0,"altitude":0,"value":34.751121520996094,"provider":"network","longitude":8.6088607,"latitude":49.6690467,"accuracy":1750}],"name":"Messreihe @ 15.02.2012 23:31:02"},{"timestamp":1329345132005,"visibility":1,"values":[{"tags":[{"value":"66150","key":"measurement:samples:count"}],"timestamp":1329345134053,"speed":0,"altitude":0,"value":36.24472427368164,"provider":"network","longitude":8.6089665,"latitude":49.6767497,"accuracy":36}],"name":"Messreihe @ 15.02.2012 23:32:10"}],"user":5,"measurementType":1}
|
||||
|
||||
|
||||
{"deviceType": 2, "deviceID": "12345", "deviceManufactor": "LIBELIUM", "deviceModel": "TESTWASPMOTE", "deviceName": "Test Waspmote", "sensors": [ { "type": 4, "sensorAttributes": [ {} ] } ] }
|
||||
|
||||
|
||||
02-15 22:43:43.601: D/JSON_DATA(9798): <b>Fatal error</b>: Class 'dasensedata\SensorTypesQuery' not found in <b>/home/dasense/test/classes/propel/propel_dasensedata.php</b> on line <b>231</b><br />
|
||||
|
||||
|
||||
JSON Format flag = input:
|
||||
|
||||
http://www.da-sense.de/test/api.php?flag=input&source=smartphone&json={"device":"APITEST","measurementType":1, "user":20, "series": [ { "name":"testseries4", "visibility":0, "timestamp":1 , "values": [ { "timestamp":1, "value":52.25234634, "longitude":0, "latitude":0, "altitude":0, "accuracy":0, "speed":null, "provider":"GPS", "tags": [ { "key": 1, "value":35 } ] } ] }, { "name":"testseries5", "visibility":0, "timestamp":2 , "values": [ { "timestamp":1, "value":62.25234634, "longitude":0, "latitude":0, "altitude":0, "accuracy":0, "speed":null, "provider":"GPS", "tags": [ { "key": 1, "value":35 } ] } ] }] }
|
||||
http://www.da-sense.de/test/api.php?flag=input&source=smartphone&json={"device":"201288","measurementType":1, "user":20, "series": [ { "name":"newTableNames", "visibility":0, "timestamp":123 , "values": [ { "timestamp":1, "value":52.25234634, "longitude":0, "latitude":0, "altitude":0, "accuracy":0, "speed":null, "provider":"GPS", "tags": [ { "key": 1, "value":35 } ] } ] }, { "name":"testseries5", "visibility":0, "timestamp":2 , "values": [ { "timestamp":1, "value":62.25234634, "longitude":0, "latitude":0, "altitude":0, "accuracy":0, "speed":null, "provider":"GPS", "tags": [ { "key": 1, "value":35 } ] } ] }] }
|
||||
|
||||
|
||||
JSON Format result = ? :
|
||||
|
||||
@ -92,4 +92,9 @@ zu 2.) ein Beispiel:
|
||||
} ]
|
||||
}
|
||||
|
||||
{"sensors":[{"type":1, “sensorAttributes”:[]}],"deviceModel":"Nexus One","deviceName":"noisemap smartphone","deviceManufactor":"google","deviceType":1,"deviceID":8970601655653731891}
|
||||
|
||||
|
||||
|
||||
{"sensors":[{"type":1}],"deviceModel":"Nexus One","deviceName":"noisemap smartphone","deviceManufactor":"google","deviceType":1,"deviceID":8970601655653731889}
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user