aalto-trafficsense / regular-routes-client

"Learning Regular Routes" -client
MIT License
0 stars 0 forks source link

ensure that data from activity probe is sent to server #12

Closed ktkarhu closed 9 years ago

finnlander commented 9 years ago

Data is now received in client but is not yet sent to server. Android defines integer values for each activity types. We should decide whether to send the data as integer and then 'translate' it in the server by using enumeration type of table or to send some kind of string representation (word) as activity data.

We should also consider linking one activity (latest) to each location point that is sent to server.

finnlander commented 9 years ago

I'm about to update server + client to support activity data:

New data packet that is sent to server looks like the following (taken from debug server setup receiving end): https://gist.github.com/jannesuo/ea9138af746a0e661f72