Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 681 Bytes

Eyewear Hub

A MacOS utility that allows connecting to a J!NS MEME Academic device, reading raw live data from it and streaming it via UDP.

Download

Get latest version 📥

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.

git clone [email protected]:JazzJackrabbit/EyewearHub.git
cd EyewearHub
gem install cocoapods
pod install
open Eyewear\ Hub.xcworkspace