aboutsummaryrefslogtreecommitdiff
path: root/test_client.py
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2020-07-20 16:55:07 +0200
committerJonathan Weth <git@jonathanweth.de>2020-07-20 16:55:07 +0200
commit79f419d79c50ddca09209404d0cbc2d3b4f33429 (patch)
tree8c307b61b22a246b93257b9aea56991c4e57bbd4 /test_client.py
parentd7dd6a69cdd55439e19a5d6f1bcc2f241e608710 (diff)
downloadRWA.Support.SessionService-79f419d79c50ddca09209404d0cbc2d3b4f33429.tar.gz
RWA.Support.SessionService-79f419d79c50ddca09209404d0cbc2d3b4f33429.tar.bz2
RWA.Support.SessionService-79f419d79c50ddca09209404d0cbc2d3b4f33429.zip
Implement basic session daemon
Diffstat (limited to 'test_client.py')
-rw-r--r--test_client.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test_client.py b/test_client.py
new file mode 100644
index 0000000..cd7d338
--- /dev/null
+++ b/test_client.py
@@ -0,0 +1,10 @@
+import dbus
+
+bus = dbus.SessionBus()
+
+
+time = bus.get_object("de.rwa.rwa", "/RWA")
+
+
+curr = time.start()
+print("Your VNC session is", curr)