tinamore
tinamore
Hi, when i run with "WEBSOCKETS_NETWORK_TYPE NETWORK_ESP8266" is GOOD But when i active NETWORK_ESP8266_ASYNC, then i can not server socket.io. This is log: ``` [WS-Client][sendHeader] sending header... Done (15217us). [WS-Server][0]...
Hi, I have a question ESPNOW is a great way. Is there a way to configure PJON with ESPNOW as a MESH network. Then there can be unlimited node (Device)?...
Hi I have found tunnel client and server, write c# and very stable tunnel https://github.com/FastTunnel/FastTunnel/ It would be great if combined with FastTunnel Thanks for project
Hi, thanks for project Today, i have a error : ``` "Uncaught TypeError: Cannot read property 'hasOwnProperty' of undefined", source: D:\Dropbox\Skyhotel_Int_Apps\electron_tong_dai_tulip123\electron\node_modules\electron-router\router.js (168) ``` and at line router.js (168) ``` return...
Hi, Your project is very interesting. I wonder how to output the speaker on the server node? Example: ``` const Speaker = require('speaker');//https://www.npmjs.com/package/speaker ... socket.on('stream', function(packet){ console.log(packet); packet.pipe(speaker);//this is only...
Hi Thankyou for great project. I have make in elipse and show error Traceback (most recent call last): File "C:\Espressif\examples\esp8266web-master\esptool.py", line 22, in import serial ImportError: No module named serial...
Hi Webserver of you is very stable. Can you add httpclient for get or post url ?
hi, I am doing a function, Where gprs_a9 will call my phone and i want trigger hangup or Rejected. Trigger bellow not detect hangup or Rejected ``` cellular.on_call(on_call_handler) ``` thanks