From def5e72c66b4cf0b9e2dd9c90443e84c052671c2 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Mon, 13 Apr 2015 10:45:18 +0000 Subject: [PATCH] akwizgran created page: TransportApp --- TransportApp.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TransportApp.markdown b/TransportApp.markdown index ebf898a..779580d 100644 --- a/TransportApp.markdown +++ b/TransportApp.markdown @@ -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. +### Channel identifiers + +TransportApp uses a single channel with a random identifer. + ### 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.