Socat + SSL not supported
-
HI,
To be able to use Blynk together with Arduino dock I have to use socat.
Only problem for me is: if I install socat with opkg, it comes without ssl support.
According to this doc, , I have to make sure you have OpenSSL and its development package (include files) installed . I tried to compile it from sources, but it couldn't find openssl headers (I don't have them obviously). Usually they come with openssl-dev package, but I didn't found one for mips24.
Do you have any suggestions how can I make socat support SSL on Omega2?
Thanks
-
@Kostadin-Karadzhov you can use Blynk on the Omega's with node.js.
-
@Costas-Costas Thanks, that's plan B: connect Arduino dock with omega through Firmata or so, and use Blynk node js lib.
But If It's possible to fix SSL easily, I'd go that way.