Welcome!
This project is a Dynamix based Mobile Sensing Framework (MSF), specially for android applications.
With this framework, your app will be able to collect data from different phone's sensors, information about the phone usage, and information about the user activities. With the MSF you will be able to build a context aware application. The data collection and listening is running in the background, and you can reach the collected data anytime, because it is automatically stored in the phone database. For data collection and calculation reasons we are handling the collected data as [Events] which are invoked by the device.
Here is a list about the collected events:
The data collection and storage is fully automated, once you started the event listening you don't need to worry about anything. You can reach the data via a main [MSF DAO Instance], and you can load the events with special [MSF Queries].
The MSF also provides a lot of extra functionality, such as [Self Report Management], [Location Based Notifications], [Automatic Backup and Upload Mechanism], [MSF Network Manager], [Prepared Charts] and useful methods in the [MSF Utils].
If you are interested in the framework, here are a couple of pages, where we describe everything, with examples.
[First Steps with MSF]
[MSF XML Configuration]
[Events]
Wiki: First Steps with MSF
Wiki: MSF DAO Instance
Wiki: MSF XML Configuration