https://github.com/mitolog/jinsmemesampler
[WIP] Samples using JINS MEME(wearable eye-ware that watches inside of you) on iOS mainly written in Swift.
https://github.com/mitolog/jinsmemesampler
Last synced: 3 months ago
JSON representation
[WIP] Samples using JINS MEME(wearable eye-ware that watches inside of you) on iOS mainly written in Swift.
- Host: GitHub
- URL: https://github.com/mitolog/jinsmemesampler
- Owner: mitolog
- License: mit
- Created: 2015-12-03T06:52:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T13:51:35.000Z (over 9 years ago)
- Last Synced: 2025-01-13T19:17:40.398Z (4 months ago)
- Language: Swift
- Size: 2.32 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JINSMEMESampler
[WIP] Samples using JINS MEME(wearable eye-ware that watches inside of you) on iOS mainly written in Swift.## Rules
- RxSwiftで書かれています
- サンプルのソースはサンプル名と同じ名前のフォルダに配置していく形をとっています## Samples
以下、各サンプルの簡単な説明です。### DataView
リアルタイムモードデータをtableViewで閲覧できるだけのサンプル。### Spreadsheet
リアルタイムモードで取得したデータをxx秒おきにPOSTします。
本サンプルでは、POST先はスプレッドシートです。### Processing
リアルタイムモードで取得したデータをtcpソケット通信で任意のホストIP/Portに出力します。
本サンプルではProcessingに出力し、Processing側でデータをグラフ化しています。### Socketio
socket.ioを用いてwebsocketでmacアプリにデータを送信します。