Skip to content

This is a repository for contextlogger3 software that is being built in Aalto University on top of the funf framework (http://code.google.com/p/funf-open-sensing-framework/). This project has originated from and is inspired by the ContextLogger2 project (http://contextlogger.org/) developed at Helsinki Institute for Information Technology (HIIT)…

pianois/contextlogger3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contextlogger3

Folder structure:

  • analysis -- analysis scipts (eg. identifying higher level context and mode of transport detection)
  • clientframework -- Client-side sensing framework for android devices. This framework is built on top of Funf Open Sensing Framework.
  • demoserver -- example java based http server for uploading the data from the client
  • loggerui -- UI for self logging your daily activities and contexts
  • traveldiary -- an app for logging trips incl. transport modes that were used
  • database -- code for integrating data into database and processing it

How to start?

  • You should clone git repo, init and update submodules
  git clone git@github.com:sizzlelab/contextlogger3.git
  cd contextlogger3
  git submodule update --init --recursive
  • import the project and its submodules as Android project (File -> Import -> Android -> Existing Android Code Into Workspace).
  • update the android-suport-v4.jar, if Eclipse complain about the library mismatching.

About

This is a repository for contextlogger3 software that is being built in Aalto University on top of the funf framework (http://code.google.com/p/funf-open-sensing-framework/). This project has originated from and is inspired by the ContextLogger2 project (http://contextlogger.org/) developed at Helsinki Institute for Information Technology (HIIT)…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%