语言

Menu
Sites
Language
Communicate between TV and Wearable

Hi everyone,

Is it possible to make a connection between a wearable and TV trough web application ?

I want to make a remote control for the wearables, so you can change tv channel with your wearable.

 

Some one has a clue how i can give command trough my wearable to the TV ?

TV doesnt has websockets :(

regards

响应

6 回复
Slawek Kowalski

It depends what connections are exposed by TV set.

 

You have 2 ways:

1. Via Bluetooth API.

2. Via Websocket (Wifi).

 

Both connections work for wearable.

 

vincent bouillart

But tizen Tv's doesnt support websockets or am i wrong :P ?

Slawek Kowalski

I don't develope apps for TV. You have to check it out. It is easy to test.

Armaan-Ul- Islam

Check out If this Response on Stack Overflow Post is off your Use:

https://stackoverflow.com/questions/16162616/using-websockets-on-samsung-smart-tv

 

You may also think of this architecture:

# Server PC

# Wearable Gear

# Smart TV

 

Then You may Send Message (for Ex: JSON) to control TV (for Ex: Volume Up) from your wearable to the server. Then the Server would communicate with the TV to increase the Volume.

 

Gear ----> Server -----> Smart TV

vincent bouillart

hi Armaan-Ul- Islam

 thank you to answer my question, i noticed i should do it the way you are proposing.

Thank you to take the time to answer my question.

 

At the moment i am setting up a node server who is handling the websockets on my wearable and the websockets on my tv's

i will let you know how it end here, and also i will post de git repos

 

regards

Vincent

vincent bouillart

hi Armaan-Ul- Islam

 thank you to answer my question, i noticed i should do it the way you are proposing.

Thank you to take the time to answer my question.

 

At the moment i am setting up a node server who is handling the websockets on my wearable and the websockets on my tv's

i will let you know how it end here, and also i will post de git repos

 

regards

Vincent