Guys, what language do you use for IOT devices? Is it C/C++ only?<p>When we look at something small like connected sensor - will it have enough power to support runtime for Java/JavaScript/C#?
I have worked and invested in M2M and IIOT companies, and I think the most effective languages are:<p>- C<p>- Python<p>- Lua<p>Since new devices are more powerful and full OS can now be used, JavaScript is growing. Also, in the past J2ME was available, but it was a pain in the a<i></i>.
Here's a JS that can run on small (64k ram) devices: <a href="http://duktape.org/" rel="nofollow">http://duktape.org/</a><p>They also link to other small-footprint JS implementations.