From 12c9474218f835a9443def9b685241db5454ef40 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 10 May 2019 22:35:26 +0200 Subject: Remove pyGTK crap --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6f89b58..47b66b1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Parrot Zik Applet +Parrot Zik TCP Server ======== ## Overview @@ -9,28 +9,32 @@ https://www.parrot.com/en/audio/parrot-zik-3 PyParrot Zik is unofficial tool that show Parrot Zik indicator on Windows and Linux. Thanks to [@serathius](https://github.com/serathius) for Parrot Zik 2.0 support. Thanks to [@moimadmax](https://github.com/moimadmax) for Parrot Zik 3.0 support. +Thanks to [@m0sia](https://github.com/m0sia/pyParrotZik) for base code and the +reverse engineering of Parrot Zik communication protocol. -## Windows Usage +This repo contains some base class without unmaintained pyGTK crap and python3 +compatible code with a simple TCP client/server for use this. -![https://ci.appveyor.com/api/projects/status/7o0v6hy6fqaeulrr?svg=true](https://ci.appveyor.com/api/projects/status/7o0v6hy6fqaeulrr?svg=true) -Latest build(currently doesn't work): -https://ci.appveyor.com/project/m0sia/pyParrotZik/build/artifacts +## Windows Usage -Outdated version that supports only Zik 1.0: -http://goo.gl/dXij2t +Windows support is not tested for the moment. All old code from forked project +is always here. ## Linux Usage 1. Connect Parrot Zik with standard bluetooth connection -2. Install the applet +2. Install the server ``` python setup install ``` -3. Run the applet +3. Run the server ``` parrot_zik_tray ``` +Battery status are save all 90 seconds in tmp file. You can use the simple +client to use the server or build your own TCP client. + ### Linux Requirement Python-bluez is needed. On ubuntu based distro run -- cgit v1.2.1