microsoft / devkit-sdk

Arduino library and package for the MXChip IoT DevKit
https://aka.ms/devkit
MIT License
69 stars 52 forks source link

WebSocket polish #896

Closed seank-com closed 5 years ago

seank-com commented 6 years ago

Noticed that the WebSocket implementation was a little incomplete. I was glad to see someone else caught the problem with the payloadLength logic. We had a customer who wanted to create a WalkieTalkie style solution using the DevKit. To help them get this ready for commercialization we needed to improve the WebSocket library.

Please see the following projects for a sample of the complete solution: wt-server - a node WebSocket server wt-client - a node WebSocket client wt-mxchip-client - a DevKit WebSocket client