Skip to content

Releases: dwarburt/iotivity_wrapper

Crash fix for the CsdkWrapper

11 Apr 19:11
Compare
Choose a tag to compare
Pre-release
0.2.1

Update iotivity_wrapper_native.cpp

Initial funcionality is working

11 Apr 03:24
Compare
Choose a tag to compare
Pre-release

In this 0.2.0 release, the data from IoTivity is marshaled correctly to JavaScript and back. Requests with up to four nameless parameters are supported. NodeJS can be a server only. Call iot.start with a request handler to start listening.

Known issues:

  • iot will block nodejs from exiting even if start is not called.
  • iot methods supported are only GET and PUT
  • All responses are hardcoded OC_EC_OK
  • max of 4 params is supported