D3.1 Architecture specification

D3.1 Architecture specification refers to the PLUGGY Architecture, which addresses the Obj2 objective of the project: Obj2 – Design an architecture of the social platform to allow the easy integration of applications, the scalability of the platform and the support of specialized devices (AR/VR/trackers etc.).

Deliverable D3.1 is delivered as a part of the T3.1 Architecture design task. The goal of this task is to specify technical details for the system architecture, i.e. identify main system components, their interactions and specify integration interfaces. Input into this task was the overall functional specification and user requirements identified in Work Package 2. Part of the work in this task was also to survey existing applications, tools, frameworks and libraries and identify which of the existing technologies can be reused for the implementation of the PLUGGY platform components. The main output of this task is the detailed technical specification of platform components and implementation notes.

This deliverable is fed by the “WP2 Social Interaction design and specifications” results. The deliverable results will be used in the following tasks of the same work package as well as in “WP4: Applications design and implementation” and “WP6 Evaluation and validation of usability and utility”. There are two intermediary milestones “MS3.1 Conceptual version of the architecture ready (M6)” and “MS3.5 Second version of the architecture ready (M14)” related to this deliverable.

This deliverable does not describe all the parts of the system in full detail, as several system components have their own design deliverables.

Download it!

We are happy to announce that PLUGGY’s Final Event is approaching and will be held on 20th November 2019 in Athens, Greece!

Registration is free, but availability is limited. Grab your seat here.
function modal_dialog_open() { jQuery("a.inline").trigger('click') cookievalue++; jQuery.cookie('modal-dialog', cookievalue, { expires: 365, path: '/'}); } function set_modal_dialog_content( newContent ) { jQuery('#inline_replaceable_content').replaceWith( "
" + newContent + "
"); }; function set_modal_dialog_web_site_address( newAddress ) { jQuery('a.iframe').attr( 'href', newAddress ); }; function modal_dialog_close() { jQuery.colorbox.close(); } var cookievalue = jQuery.cookie('modal-dialog'); if (cookievalue == null) cookievalue = 0; jQuery(document).ready(function() { jQuery("a.inline").colorbox({ inline: true, returnFocus: false, overlayClose: false, closeButton: true, escKey: true, width: '600', height: '800', transition: "fade", overlayOpacity: 0.3 }); if (cookievalue < 10) { setTimeout( function(){ modal_dialog_open(); }, 100); }; });