meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sustcodecamp2016:group4:start [2016/03/10 21:58]
gothic17 [Java Application]
sustcodecamp2016:group4:start [2016/03/11 15:19] (current)
omater
Line 142: Line 142:
 |_getMeasuredTemperatures() |_getMeasuredTemperatures()
 |_getCurrentTemperature() |_getCurrentTemperature()
 +MovementDetector 
 +|_checkIfThereWasMovement() 
 +WindowDetector 
 +|_checkIfWindowIsOpened()
 </code> </code>
 +\\
 +Class implementing our GUI creates new thread for movement detector and also for window detector. It checks the value returned by methods from suitable classes every given period of time.
 +
  
 ====Limitations and Future Possibilities==== ====Limitations and Future Possibilities====
Line 154: Line 160:
 This could be done using the GPS system from the user's smartphone for example. This could be done using the GPS system from the user's smartphone for example.
 \\  \\ 
 +Our system could also propose some changes of the schedule, based on the registered behaviors of the user, that differ from current schedule (for example lack of movement in apartment during the period, in which it should be heated). 
  
 ====Protocol to present==== ====Protocol to present====
Line 179: Line 186:
   * Unordered List ItemProject Presentation: {{:sustcodecamp2016:group4:group3_presentation.pdf|}}   * Unordered List ItemProject Presentation: {{:sustcodecamp2016:group4:group3_presentation.pdf|}}
   * Unordered List ItemProject Poster: {{:sustcodecamp2016:group4:poster.pdf|}}   * Unordered List ItemProject Poster: {{:sustcodecamp2016:group4:poster.pdf|}}
-  * Unordered List ItemProject Report:+  * Unordered List ItemProject Report: {{:sustcodecamp2016:group4:lut_codecamp_theinternationals.pdf|}}
  
 ====Refrences==== ====Refrences====