aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-05-10 22:35:26 +0200
committerneodarz <neodarz@neodarz.net>2019-05-10 22:42:01 +0200
commit12c9474218f835a9443def9b685241db5454ef40 (patch)
tree32981b097c4a396253176e6eb5d11c9ed5067c27 /README.md
parent52cda61eeaee8d6575936c28348d0b095e9af830 (diff)
downloadpyParrotZikTCP-12c9474218f835a9443def9b685241db5454ef40.tar.xz
pyParrotZikTCP-12c9474218f835a9443def9b685241db5454ef40.zip
Remove pyGTK crap
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 13 insertions, 9 deletions
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