Thursday, May 21, 2015

Designing and Structure

Key Points Understood and To Conform To 

Interactive spaces uses Osgi(Open services gateway initiative) allowing each activity to be deployed onto a controller, started stopped independently of other activities allowing large scale multi-threading and handling of several controllers independently of each other.


Each activity in the interactive space is modular in nature and can be described as a bundle inherently defined with a life-cycle possessing the four states startup,activate,deactivate and shutdown.

Therefore the project involving interfacing haptics with interactive spaces will have to be deploy-able in a modular form equipped with event listeners interrupting the dependent activities.