Coder Social home page Coder Social logo

plugin's Introduction

Plugin (OpenDP) - Framework to Facilitate the Development of Digital Phenotyping Applications

Plugin is an application that makes up the OpenDPMH framework, contains other data processing modules.

GitHub issues GitHub forks GitHub stars GitHub license Twitter

Summary

Goals

The Plugin aims to facilitate the development of new data processing modules, without the need to recompile the original project that is running the OpenDPMH Framework, nor to interrupt the user's raw data collection.

Arquitetura-framework

Core Components:

  • PluginManager: class responsible for managing the plugin, uses the builder pattern to provide the settings for the plugin to work, such as informing the context, the list of available plugins, the client ID. When starting the plugin, the connection with the framework is made to exchange information (through CDDL), for example, the plugin sends the list of available data processing modules, then the framework returns the list of modules where is interested in starting, in the same way, to stop, receiving data from the sensors.
  • DataProcessor: features the same settings and features available in the core.

Project-status

🚧 Framework - Under development... 🚧

Features

  • PluginManager
  • DataProcessor

How-to-use

Prerequisites

  • Android version: 6
  • Android API Version: minSdkVersion > 26

Installation

Linux & Windows:

1º option (github project):
	* download the zip project, unzip it.
	* then open with in Android Studio "Open an Existing Project", ready.
2º option (aar files): under construction... 
3º option (apk): under construction... 

Example-of-use

PluginManager

public PluginManager pluginManager;

Start-plugin:

pluginManager = new PluginManager.Builder(this)
                .setProcessorList(processorList)
                .setClientID("jeancomp")
                .build();
        pluginManager.start();

Stop-plugin:

pluginManager.stop();

Start-activeDataprocessor:

List<String> processorList = {nameProcessor1,nameProcessor2,...};
pluginManager.getInstance().startDataProcessors(listProcessors);

Stop-DisableDataprocessor:

List<String> processorList = {nameProcessor1,nameProcessor2,...};
pluginManager.getInstance().stopDataProcessors(listProcessors);

License

Your Name – @Twitter[email protected]

Distributed under the XYZ license. See LICENSE for more information.

https://github.com/

Contribution

Main developer:

  1. Jean Pablo (https://github.com/jeancomp)

Contributors:

  1. Ariel Teles (https://github.com/arielsteles)
  2. André

Author

jp
Jean Pablo

Made by Jean Pablo 👋🏽 Contact!

Twitter Linkedin Badge Gmail Badge

plugin's People

Contributors

jeancomp avatar bardiaalavi-2020 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.