Menu

Home

Martin Atzmueller Katy Hilgenberg

SDCF Wiki


SDCF Framework & Service


Target OS

The required minimum target platform version for the service is Android 2.1 (API-Level 7).

Overview

SDCF is an extensible and highly configurable sensor data collection framework for Android. The SDCF library provides a fully configurable service (SDCFramework) to collect different sensor data (accelerometer, gsm, wifi, network and gps, light, temperature etc.) on a mobile android device. The data is stored in a local database (on the device) and can be transmitted to a remote host periodically (serialized to XML, and optionally compressed into an rsa-encrypted archive).

The service can also broadcast the collected sensor data in order to provide it to other applications. There is a simple Demo-Application (SDCFrameworkDemo) which does connect to the service, activates the broadcast feature and displays the samples received from the service.

More about the Service

Simple Broadcast Demo Application


Information for Developers

Find information for setting up the project here, using Eclipse or the command-line tools.

Getting Started

Possible Pitfalls & Solutions


Versions & Changelog History


Maintainers:

Project Admins:


Related

Wiki: Changelog
Wiki: SDCFramework
Wiki: SDCFrameworkDemo