Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm-ctrlz committed Feb 26, 2015
2 parents 0d69adf + 64c3bab commit e4950b5
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
# ParrotZik-OSX
This is OSX application for [Parrot ZiK headphones](http://www.parrot.com/zik/)

# Why?
Main reason is - to show battery state of headphones it system tray.

Other reasons:
- because we can
- because we want it to be like we want it to be
- to try swift
- etc.

# How to build
* clone repo
* open project (ParrotZik.xcodeproj) in Xcode
* switch target to "ParrotZik" (there is CliTest target - for debugging and testing)
* build it or run it or export it to standalone application

# How to use
At start almost nothing happens (if your headphones are not connected).

Once headphones are connected to your mac - headphones icon should appear in system tray with information about current battery state (AC/Charging/...%).

Also there is a popup menu to do some things with your headphones such as switch ANC/Phone ANC/Lou Reed mode.

# Plans
Refactoring - because there many strage things in code (heh ;) ).

Implement many other things from ZiK's api, in this direction our target is to implement all the things api can provide.

# Thanks
Many our thanks goes to [m0sia](https://github.com/m0sia) with [pyParrotZik](https://github.com/m0sia/pyParrotZik) project for ideas, some code and headphones icon =)

0 comments on commit e4950b5

Please sign in to comment.