Skip to content

Movement Analyzer Service consumes the log file generated by the Positioning Service, and determines movement analysis, motion pattern and indoor activity of the visitor.

Notifications You must be signed in to change notification settings

birhanuh/SmoothDataAnalyzerEventBased

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmoothDataAnalyzerEventBased

Movement Anayzer service

The Movement Analyzer service is composed of two applications. First, a Java application which reads the log file generated by the Indoor Localization service and parses, extracts, process the data and store analyzed-results in the database. Second, is afront-end web application that reads analyzed data from the database and present relevant information on the UI (e.g. visitor’s route, maximum spent time per room, not visited locations, etc...). Both, which play a key role in studying movement and indoor behavior of the visitors.

Resposibilities:

  • Design, create and manipulate database tables persisting event and profile related records that are produced by the localization system.
  • Design and Implement log file analyzer software, which consumes a log file generated by the Localization service and stores in the database.
  • Design and Implement an HTML5 front-end web application that displays analyzed movement and indoor-activity data on the UI generated by the Movement Analyzer software.
  • Design and Implement a real-time movement monitoring feature in the front-end application.

Development platform and tools used:

  1. JavaSE, J2EE (Servlet API)
  2. Android SDK
  3. OBSearch similarity index search API
  4. MVC
  5. jQuery
  6. JSON
  7. HTML
  8. CouchDB (document-based database)
  9. Apache tomcat web container
  10. Eclipse
  11. Github and eGitrepository

About

Movement Analyzer Service consumes the log file generated by the Positioning Service, and determines movement analysis, motion pattern and indoor activity of the visitor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages