Languages

Menu
Sites
Language
Integrating C++ Modules with Tizen TV Applications

Hello, 

I'm new to Tizen TV Platform.

I'm building an application that has a C++ component.

I see that Tizen TV supports only web applications. 

What is the best way for a Tizen TV Web application to access functionality written in C++ ?
  - I see that native client (NaCl) may be a way to do it. The SDK does not still support NaCl.
  - Any other ways of achieving this ? How to achieve JS - C++ binding ?
    
Any Ideas ?

Thanks,
Shiva  

Responses

6 Replies
John Ixion

Hi Shiva,

maybe with emscripten: http://kripken.github.io/emscripten-site/

John Ixion

afaik, Tizen TV will support native apps: https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.apireference/group__OPENSRC__STL__GCC__FRAMEWORK.html

Shivanand PB

Thanks Olivier for your response.

emscripten looks very interesting.  However in this approach the functionality would be limited by the capablities of JavaScript. My C++ component uses sockets extensively, especially UDP sockets. UDP sockets may not work via JavaScript, browsers might not allow it for security reasons.

I'm using Tizen TV SDK 1.2, atleast in the IDE it does not provide an option to create a Native App. 

samsungdforum.com/TizenDevtools/SdkDownload

 

 

John Ixion

The 1.2 SDK is 2 months old: I would wait for the next version ;)

John Ixion

It's a new platform, which moves very rapidly: http://www.samsungdforum.com/SamsungDForum/NewsList

Shivanand PB

Any idea on tentative date on when the new SDK release ?