User Tools

Site Tools


at:urbiflock

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
at:urbiflock [2008/09/05 11:21] tvcutsemat:urbiflock [2008/11/27 14:33] tvcutsem
Line 29: Line 29:
   * nearby flockrs: isNearby   * nearby flockrs: isNearby
   * nearby friend flockrs: isFriend & isNearby   * nearby friend flockrs: isFriend & isNearby
 +
 +WhiteBoard Drawings: 
 +  * [[uf:Design|Design]]
  
 ==== Architecture ==== ==== Architecture ====
Line 37: Line 40:
  
 These events are received by the local flockr user object and propagated to all local proximities. Proximities translate these events into addUser / removeUser events to be processed by flocks. To process these events, flocks register themselves on their dependent proximity. These events are received by the local flockr user object and propagated to all local proximities. Proximities translate these events into addUser / removeUser events to be processed by flocks. To process these events, flocks register themselves on their dependent proximity.
- 
-As a first implementation of the RETE-network, maybe we can start from the oo matching that Tom implemented, so that proximity functions are templates. For example:  
- 
-<code> 
-def flockrTemplate := template: { 
-  def name := *; // wildcard, can be anything 
-  def age := constraint: { _ < 25 }; // must be younger than 25 
-  def address := template: { 
-    def street := *; //any street,but street name must be filled 
-    def city := "Brussel"; // city must equal this string 
-  }; 
-  def greet(); // person must have a greet method 
-} taggedAs: [ Flockr ]; // object must be tagged as a Flockr 
-</code> 
  
 ==== Applications ==== ==== Applications ====
-  * [[uf:appmgr|Application Manager]]: allows the us 
- 
-er to view installed applications, launch apps and install new ones. 
   * [[uf:viewer|Flock Viewer]]: a viewer and editor to view existing flocks and to create new flocks.   * [[uf:viewer|Flock Viewer]]: a viewer and editor to view existing flocks and to create new flocks.
   * [[uf:app_viewer|Application Viewer]]: a viewer and editor to view existing applications and install/delete them.   * [[uf:app_viewer|Application Viewer]]: a viewer and editor to view existing applications and install/delete them.
Line 62: Line 48:
   * [[uf:guanotes|Guanotes]]: a messenger application that sends post-its to flocks.   * [[uf:guanotes|Guanotes]]: a messenger application that sends post-its to flocks.
  
-==== To think about ==== +==== Target Platforms ==== 
-  * [[uf:persistence|Persistence]]: saving/loadin+  * UrbiFlock will work on any computer which has java installed. 
 +  * We are currently testing our framework on HTC touch cruise pda's. In order to configure your HTC device for our framework you can follow the instruction [[private:AmopHTC|here]]
 + 
 +==== Development ==== 
 +  * [[uf:todolist|Bugs and TODO List]]
  
- framework and application data and prefs.+==== To think about ==== 
 +  * [[uf:persistence|Persistence]]: saving/loading framework and application data and prefs.
   * [[uf:privacy|Privacy]]: restrict access of applications to a user's flocks   * [[uf:privacy|Privacy]]: restrict access of applications to a user's flocks
at/urbiflock.txt · Last modified: 2015/02/04 19:06 by elisag