-
Notifications
You must be signed in to change notification settings - Fork 0
Rules
Rules are what users use to tell !SeleXor what should and shouldn't be in a group. This section describes rules that you can use to describe a vessel acquisition request.
Parameters: Number of Locations, Location Type
Vessels in this group will be from at most Number of Locations locations. Location type should be either 'city'
or 'country'
.
Parameters: City, Country
Vessels in this group will be from City, Country. City is optional, and is denoted by None
.
Parameters: Node type
Vessels in this group will be running on a particular type of node. The node type can be 'university'
, 'home'
, 'testbed'
, or 'unknown'
.
Node types are approximate. Some nodes that are in the 'unknown'
category may actually belong in some of the other categories defined.
There are two ways where by we determine a node's type. For testbed nodes, we have a list of planet lab nodes that run Seattle. For all other categories, we look at the node's fully qualified domain name (FQDN). The domain name is often a good indicator of the owner of the node (i.e. a node with a FQDN ending in .edu is likely a university node, while one with comcast is probably a home node).
Parameters: Minimum radius, Maximum radius
The distance between all vessels in this group must be in the specified range, in kilometers.