akwizgran created page: TransportApp

akwizgran
2015-04-13 10:45:18 +00:00
parent 999ebb9c75
commit def5e72c66

@@ -1,5 +1,9 @@
TransportApp is an application that uses [BSP](BSP) to synchronise transport properties, which describe how to connect to devices over various transports. TransportApp is an application that uses [BSP](BSP) to synchronise transport properties, which describe how to connect to devices over various transports.
### Channel identifiers
TransportApp uses a single channel with a random identifer.
### Message types ### Message types
**0: PROPERTIES** - The content is a [BDF](BDF) list with three elements: transport identifier (string), version (int), and transport properties (dictionary). The identifier and properties are supplied by the transport plugin. The version is incremented whenever the properties change. **0: PROPERTIES** - The content is a [BDF](BDF) list with three elements: transport identifier (string), version (int), and transport properties (dictionary). The identifier and properties are supplied by the transport plugin. The version is incremented whenever the properties change.