dani007200964 / Commander-API

Commander-API is a simple to use C++ parser library and you can easily use it to process character based commands
MIT License
24 stars 4 forks source link

Websocket support. #11

Closed MrNoname3 closed 2 years ago

MrNoname3 commented 2 years ago

Is your feature request related to a problem? Please describe. While testing Shellminator's support for websocket, I noticed that the Commander API does not yet support websocket, so they are not compatible for now.

dani007200964 commented 2 years ago

Yep, it was a problem, now I think it's gone. With 2b29ab072784767e0410ebd4fc076413165f2f79 I replaced my version of the response class with Arduino's builtin Stream class. There was a request about it in the Shellminator library. Now it should work with almost anything in the Arduino environment.

Please if you have some free time, test it, and share the results! 😃