- From: Kis, Zoltan <zoltan.kis@intel.com>
- Date: Fri, 20 May 2016 16:35:05 +0300
- To: Carsten Bormann <cabo@tzi.org>
- Cc: Dave Raggett <dsr@w3.org>, Public Web of Things IG <public-wot-ig@w3.org>, Markus Jung <markus.jung@samsung.com>, Kevin Gavigan <kgavigan@jaguarlandrover.com>
- Message-ID: <CANrNqUeRYqj4ouWgx3H7uji=-MhYFc4yDCs2_BRH22M90PvLTw@mail.gmail.com>
Hello, On Fri, May 20, 2016 at 4:09 PM, Carsten Bormann <cabo@tzi.org> wrote: > Good point. Using a JavaScript code base might provide good affinity to > the scripting API crowds. How stable, how aligned with OCF > developments, how active would you describe this work? > > Grüße, Carsten > It is actively developed and maintained to closely track iotivity (it is also part of iotivity): https://gerrit.iotivity.org/gerrit/#/admin/projects/iotivity-node (which is a mirror to [1]). An example of using it is found here [2]: https://github.com/01org/SmartHome-Demo The OIC (OCF) API [3] is experimental and I have made it based directly on the OCF specifications rather than based on the iotivity C API. However, the iotivity C API is also exposed one to one as a low level JS API in iotivity-node (i.e. it provides a low level and a high level API). Feedback about the JS API spec should come to me. The spec will soon move to [4], then we can track issues there. [1] https://github.com/otcshare/iotivity-node [2] https://github.com/01org/SmartHome-Demo [3] https://github.com/zolkis/soletta/blob/master/doc/js-spec/oic.md (replicated to https://github.com/otcshare/iotivity-node/blob/master/spec/iot-js-spec.md) [4] https://github.com/gabrielschulhof/ocf-test-suite/ Best regards, Zoltan > > Kis, Zoltan wrote: > > For the record, one could also use iotivity-node: > > https://github.com/otcshare/iotivity-node > > > > Best regards, > > Zoltan > > > > > > On Fri, May 20, 2016 at 1:16 PM, Carsten Bormann <cabo@tzi.org > > <mailto:cabo@tzi.org>> wrote: > > > > Dave Raggett wrote: > > > Iotivity is available as a plugin for the eclipse IDE on Linux with > > > ports under development for Windows and iOS. This provides an > emulator > > > for devices conforming to the OCF specifications. Iotivity is also > > > available for embedded systems running Linux, but is not suitable > for > > > microcontrollers with just kilobytes of RAM. > > > > Before people get too confused about this summary text: > > > > We were specifically talking about the simulator, which runs as an > > Eclipse plugin (Java-based) and therefore needs a more powerful > PC-style > > environment. IoTivity of course also provides components that run on > > Things, down to RFC 7228 class-1 devices and below (there is even an > > Arduino build). > > > > Grüße, Carsten > > > > >
Received on Friday, 20 May 2016 13:35:35 UTC