[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:26:41 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=8140010

The following commit has been merged in the master branch:
commit 814001029e95ef2f5c06e5ebc89c613bc9bfce90
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Wed Jul 31 19:09:47 2013 +0200

    Added NetworkPackage explanation
---
 README | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/README b/README
new file mode 100644
index 0000000..7af405a
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+The kdeconnect protocol:
+
+Communication between heterogenous devices is achieved using NetworkPackages.
+NetworkPackages are independent and self-contained pieces of information that
+are sent from one device to another serialized in json.
+
+The basic structure of a NetworkPackage is the following:
+
+{
+    "id": 123456789,
+    "type": "org.kde.whatever",
+    "body": {
+
+    },
+    "version": 1
+}
+
+Each type of package defines what it should contain inside its "body", so only
+the sender and receiver of this type of package need agree about it.
+

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list