akwizgran created page: ForumApp

akwizgran
2015-04-17 14:01:29 +00:00
parent 6501fa193a
commit 0f687b1197

@@ -1,4 +1,4 @@
TransportApp is a [BSP application](BSP) that synchronises transport properties between neighbouring devices. Transport properties describe how to connect to a device over various transports. TransportApp is a [BSP application](BSP) that synchronises transport properties between devices. Transport properties describe how to connect to a device over various transports.
### Channel identifiers ### Channel identifiers
@@ -16,9 +16,9 @@ TransportApp has a single channel with the following random identifer:
### Storage policy ### Storage policy
* For each transport, the local message with the highest version is stored. * For each transport, the local message with the highest version is stored.
* For each transport and each remote device, the remote message with the highest version is stored. * For each transport and each remote peer, the remote message with the highest version is stored.
### Sharing policy ### Sharing policy
* Local messages are shared with all remote devices. * Local messages are shared with all remote peers.
* Remote messages are not shared with other remote devices. * Each remote message is shared with the remote peer that created it.