-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
830be08
commit 635269d
Showing
5 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
# Smart Eyewear Hub | ||
# Eyewear Hub | ||
|
||
This repository contains the MacOS utility that connects to a J!NS MEME Academic device, reads live data from it and streams it to localhost via UDP. | ||
A MacOS utility that allows connecting to a J!NS MEME Academic device, reading raw live data from it and streaming it via UDP. | ||
|
||
Any other application that relies on the data from J!NS MEME can be launched in parallel and read that data via UDP client. Current stream format is a string containing raw Integer numbers: **AccX,AccY,AccZ,Roll,Pitch,Yaw,Right,Left** | ||
### Download | ||
|
||
## Plugins | ||
[Get latest version 📥 ]( https://github.com/JazzJackrabbit/EyewearHub/releases/download/boar/Eyewear.Hub.zip ) | ||
|
||
Output format is a string with comma-separated numeric values: | ||
|
||
*AccX, AccY, AccZ, Roll, Pitch, Yaw, Left, Right* (default) | ||
|
||
*AccX, AccY, AccZ, Roll, Pitch, Yaw, **Vv**, **Vh*** (processed data) | ||
|
||
### Contribute | ||
|
||
This project uses CocoaPods. | ||
Install external plugins before building the project. | ||
|
||
This project uses CocoaPods. Install external plugins before building the project. | ||
``` | ||
git clone [email protected]:JazzJackrabbit/EyewearHub.git | ||
cd EyewearHub | ||
pod install | ||
open Eyewear\ Hub.xcworkspace | ||
``` | ||
|
||
## Contact | ||
|
||
If you have any questions, please contact Kirill at [email protected] |