Javascript running on EHS6 concept board | Telit Cinterion IoT Developer Community
October 1, 2015 - 11:45am, 2648 views
Hello,
maybe it will be interesting for someone. There is Javascript runtime environment for Gemalto Java modems ready.
It is free on www.m2mscript.com.
Some short video is available on https://www.youtube.com/watch?v=AHGJj__qMSQ
and manual https://ondrejjanovsky.gitbooks.io/m2mscript/content/
Thank you for any feedback.
Hi,
nice project. Does it have any advatages over Java, expect that you can write code in JavaScript? And I like your About me profile info :D
Regards,
Jure
Hi,
For Java J2ME developers with good experience M2MScript has no any advantage. But there are many people with basic or good knowledges Javascript. M2MScript can be a bridge to Gemalto modems, because they can start fast, without Java and J2ME learning.
Second part is, that M2MScript can be included into some J2ME application, when customers ***** to add some own functionality. For example, we have GPRSRS232 communicator for transparent serial connection. Customer's device is modbus enabled and he want to periodically read some Modbus registers and calculate alarm's conditions and send SMS or emails.
Personally I use M2MScript for fast prototyping and testing, for ex. I wrote test script for 1Wire bus thermometer.