akwizgran created page: TransportApp

akwizgran
2015-04-13 10:13:38 +00:00
parent c31bfa33a8
commit f051809f7d

@@ -4,12 +4,12 @@ TransportApp is an application layer protocol that uses [BSP] to synchronise inf
TransportApp uses a single message type: TransportApp uses a single message type:
**0: PROPERTIES** - The content consists of a [BDF] list. The first element (string) is the transport identifier. The second element (int) is a version number, which is incremented whenever the transport properties change. The third element (dictionary) contains the transport properties. **0: PROPERTIES** - The content consists of a [BDF] list. The first element is a string identifying the transport. The second element is an int identifying the version, which is incremented whenever the transport properties change. The third element is a dictionary containing the transport properties.
The following transports have been defined: The following transports have been defined:
* bt: Bluetooth RFCOMM * bt: Bluetooth RFCOMM
* lan: TCP over local area networks, including Wi-Fi * lan: TCP over local area networks
* tor: Tor hidden services * tor: Tor hidden services
* file: Removable storage devices * file: Removable storage devices