Jump to content
43oh

lsm

Members
  • Content Count

    4
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by lsm

  1. We did not build V7 on TM4C1294 yet, but I believe it'll build from scratch: V7 is ISO compatible. Also, we plan to reduce the list of supported JavaScript features, and make the engine even smaller. Could you elaborate on your TM4C1294 use case, please?
  2. We are the creators of Mongoose - the most popular networking library. Mongoose supports HTTP, WebSocket, MQTT, CoAP, DNS, mDNS/DNS-SD (local device discovery) - both client and server mode. It works on top of SimpleLink and provides quite rich networking functionality. Together with the port, we provide a CCS example for MSP432 : https://github.com/cesanta/mongoose/tree/master/examples/MSP432/ccs We are looking for a feedback, and requests for ports to other devices.
  3. We are the creators of the smallest embedded JavaScript engine - V7 (https://github.com/cesanta/v7). It allows to export existing C/C++ functionality into the JS environment and express device logic in the JS script - easily updatable, unlike monolithic firmware. Here it is - with examples for CCS: https://github.com/cesanta/v7/tree/master/examples/TI/MSP432 We are looking for feeback and requests for ports to other devices.
  4. We are the creators of Mongoose - the most popular networking library. Mongoose supports HTTP, WebSocket, MQTT, CoAP, DNS, mDNS/DNS-SD (local device discovery) - both client and server mode. It works on top of SimpleLink and provides quite rich networking functionality. Together with the port, we provide a CCS example for CC3200 (https://github.com/cesanta/mongoose/tree/master/examples/CC3200/ccs) which illustrates remote device control (via RESTful) and real-time data feed (WebSocket). We are looking for a feedback, and requests for ports to other devices.
×
×
  • Create New...