akwizgran created page: ForumApp

akwizgran
2015-04-17 13:53:18 +00:00
parent 6712eaffbd
commit 2edae4d10b

@@ -2,7 +2,7 @@ BSP is an application layer data synchronisation protocol for delay-tolerant net
BSP synchronises data between two devices referred to as the local and remote peers. The data to be synchronised consists of messages, which are organised into channels. From BSP's point of view, a message is simply a sequence of bytes and a channel is simply a set of messages.
Each channel on the local peer belongs to an application, which is responsible for deciding which messages are valid (the validity policy), which messages should be stored on the local device (the storage policy), and which messages should be shared with the remote device (the sharing policy).
Each channel on the local peer belongs to an application, which is responsible for deciding which messages are valid (the validity policy), which messages should be stored on the local peer (the storage policy), and which messages should be shared with the remote peer (the sharing policy).
### Notation