Luis Montes
Luis Montes
👍 Also, these changes likely mean I'll be able to use avr109/leonardo on avrgirl from a browser :)
@reconbot let's get @noopkat 's fork into the nodebots org. I can help maintain it from there
@reconbot or the serialport org. can't remember where we ended up on orgs after the j5 summit :)
@garrows will initiate the transfer of this one to serialport, and we can merge this when it gets there
We're using 2 custom attributes for user/pass authentication. Doesn't necessarily have to be dynamic, but just a couple more custom fields would be fine.
Currently it is difficult to know what the dynamic IP of your device is. If an MDNS broadcast was being sent out, apps that wish to connect to the device...
This might work: https://github.com/esp8266/Arduino/blob/esp8266/hardware/esp8266com/esp8266/libraries/ESP8266mDNS/examples/mDNS_Web_Server/mDNS_Web_Server.ino
+1 The current setup could be problematic if the bytes meant to be relayed to serial accidentally form a `+++AT` command
This is a major problem. Hit it when trying to send an large JSON encoded string. The decodeString method is trying to parse chunks instead of the entire message. Ends...
BTW, sending the exact same message through a socket.io server doesn't have this problem. Seems there's no cap on the size of the ws frame.