imldresden / WatchStrap-tizen-app

Simple Tizen application for connecting a Samsung Gear smartwatch to the Watch+Strap application server (https://github.com/imldresden/WatchStrap-app-server).

Home Page:https://imld.de/watch+strap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watch+Strap Tizen App

This is a tizen wearable app for the Samsung Gear S3. The app connects to a given websocket server, renders recieved image data onto a canvas, and forwards inputs to the server.

Usage

Import the project in Tizen Studio. Before compiling, add a js/config.js file defining the server address:

const server = "http://yourserver.com:12345";

Alternatively, you can also hard-code the address in the js/main.js file (const socket = io('http://yourserver.com:12345');).

About

Simple Tizen application for connecting a Samsung Gear smartwatch to the Watch+Strap application server (https://github.com/imldresden/WatchStrap-app-server).

https://imld.de/watch+strap

License:MIT License


Languages

Language:JavaScript 74.4%Language:HTML 15.6%Language:CSS 10.0%