Hi Daniel, thanks for your answer.
By the way, I was thinking to wss as a manner to have binary communication working with websockets between an android device and the airconsole. As I explained in another thread, the webview component, wich is the basic component for webapps, is working badly with the unencrypted ws protocol (it needs a plugin if you use phonegap, but the receive doesn't work; it works only in android > 4.3 because the webview component is based on chrome), instead wss should always work (tested making a webapp that connects to
http://www.websocket.org/echo.html).
So, to summarize the problem, there's no way to have a webapp with two-way communication with websockets between an android < 4.4 device and the airconsole. Do you have any idea or a workaround?
Thank you again.