Ability to disable TLS / secure capabilities #49
bevanweiss
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently trying to shoehorn websockets into an itead iboard with a mega328P, and of course it just won't fit.
Looking at the build objects, it appears that there's quite a lot of static overhead with ciphers / TLS code paths etc.
I've tried to find an option to remove this, but couldn't find such. On something like a mega328P I'm probably not going to really be wanting TLS etc in play anyway... am I just missing the switch to turn it off, or is it indeed more difficult than that?
I did find that the example needed a slight tweak to the ws.send() to include the datatype constant.
Beta Was this translation helpful? Give feedback.
All reactions