Chirag Ajmera
Chirag Ajmera
saw that .. however WSS server is needed within esp8266 ... the reason is cross platform browser support for WSS. I checked your latest version with echo page of websockets.org...
true! By the way any idea why http://www.websocket.org/echo.html does not work in chrome & firefox ?
the same applies to ESP8266 hosted WebSocketServer ( example provided by you ) I used developer tools console to create a websocket client to connect to the ESP8266 Websock server....
Thank you so much! Appreciate your prompt response Sent from my Windows Phone -----Original Message----- From: "Markus" [email protected] Sent: 1/14/2016 9:59 PM To: "Links2004/arduinoWebSockets" [email protected] Cc: "Chirag Ajmera" [email protected] Subject:...
WebSocketsServer wsServer = WebSocketsServer(80, "_"); WebSocketsServer wsServer = WebSocketsServer(9000, "_"); chrome - works (both port 80 & 9000) - but with delayed initial connection establishment firefox - works with port...
echo dot gen 2 does not work with 2.4.4 / latest release **Setup** tinyPICO with EspalexaBasic sketch Echo dot gen 2 with software version 649649821 Echo show -- not connected...
**BLEScanner Connection Data** ~~~~ Custom Service 0000FE95-0000-1000-8000-00805F9B34FB Custom Characteristic UUID: 00000001-0000-1000-8000-00805F9B34FB Properties: WRITE,NOTIFY Write Type:WRITE REQUEST Descriptors: Client Characteristic Configuration UUID: 0x2902 Notifications or indications disabled Characteristic User Description UUID:...
thank you @saeugetier for the assistance yes, it seems authentication might be weak and the dimmer supports mi Home app so, mostly it would be implementing the same authentication as...
there isn't any external flash inside, just one BLE module (TLSR8267 controller). All those article have one thing in common which is, (Device) (Mi Home App), hence one can snoop...
sorry @nikko82 I haven't been able to take out time for this, thank you very much for your input. will give it a shot when time permits. The previous logs...