Page 1 of 1
Connectivity check

Posted:
Fri Aug 09, 2013 5:09 am
by mautilus
Hi,
Is there a way how to perform the network/connectivity check?
Regards,
STeN
Re: Connectivity check

Posted:
Fri Aug 09, 2013 5:55 pm
by SDK_STA
Hi,
could you please clarify what you mean with network/connectivity check, so we can better understand the question ?
Thank you,
Smart TV Alliance
Re: Connectivity check

Posted:
Fri Aug 09, 2013 11:29 pm
by mautilus
Hi,
In the application I would welcome the function that checks if the Internet connectivity is available and a function, which informs me back via callback when the connectivity is lost.
Regards,
Petr
Re: Connectivity check

Posted:
Mon Aug 12, 2013 2:30 am
by Specs_STA
Hi,
Internet connectivity is needed to load the application at start up, so it is assumed that connectivity is present when the application runs.
There isn't a specific way for an application to check for connectivity.
Thank you,
Smart TV Alliance
Re: Connectivity check

Posted:
Sat Aug 17, 2013 10:16 pm
by mautilus
Hi,
That is true during the application startup, but not during using of it. Considering the quality of connection in some areas, especially when all TVs starts to use the WiFi instead of cables it would be much appreciated and possibly good step towards users having possibility for being informed about the network adapter problems (no wire, lost signal) and Internet connectivity issues (DNS unreachable, etc.)
BR
STeN
Re: Connectivity check

Posted:
Thu Sep 19, 2013 4:20 am
by bedrocktv
I believe what mautilus is looking for is the equivalent of the Samsung SDK functions that provide the following functionality:
1) Get active connection type - wired or wireless
2) Check physical connection of current interface
3) Check HTTP transport
The following doesn't really do what you require but a work around is to implement a kind of pseudo-ping functionality and keeping 'pinging'
www.google.com, for example.
http://stackoverflow.com/questions/4282 ... javascriptCheers,
Marc
Re: Connectivity check

Posted:
Thu Sep 19, 2013 5:29 am
by Specs_STA
Hi,
Many thanks for the feedback and support. We will discuss how to improve this for future versions of the specification.
Regards,
Smart TV Alliance