Dear Dwarka, >From what I understand about node.js IoTivity, it's a lirary for writing >IoTivity client/server. Dockerized cloud is following OCF standards and any >client and server can communicate with it. What you have to do is signUp and >signIn with your favourite oauth provider = or very soon with your custom one >provided by mapped volume to account-server container.
Here are cloud client-server examples: https://wiki.iotivity.org/iotivity_cloud_-_programming_guide#run_client What is signup / signin? https://github.com/iotivity/iotivity/blob/master/resource/src/OCAccountManager.cpp#L81 >From c++ AccountManager view, PostResourceRepresentation with filled DeviceId, AuthProvider and AuthCode. >From CSDK octbstack view, OCDoResource with payload mentioned above. BR Ondrej Tomcik :: KISTLER :: measure, analyze, inovate From: iotivity-dev-bounces at lists.iotivity.org [mailto:[email protected]] On Behalf Of Dwarkaprasad Dayama Sent: Thursday, May 18, 2017 12:01 PM To: iotivity-dev at lists.iotivity.org Subject: Re: [dev] Dockerized IoTivity Hi OT, It is certainly appreciable effort. Good to see IoTivity cloud adoption getting easier. Do you have any future plans for this contribution? Like supporting Wouter's request? Regards Dwarka ---------------------------------------------------------------------------------- Software R&D Center | Software Strategy Team | Open Source Group Open Connectivity Foundation (OCF) | Iotivity | Javascript Foundation (JSF) From: iotivity-dev-bounces at lists.iotivity.org<mailto:iotivity-dev-bounces at lists.iotivity.org> [mailto:[email protected]] On Behalf Of Wouter van der Beek (wovander) Sent: Wednesday, May 17, 2017 6:53 PM To: Ondrej Tomcik <Ondrej.Tomcik at kistler.com<mailto:Ondrej.Tomcik at kistler.com>>; iotivity-dev at lists.iotivity.org<mailto:iotivity-dev at lists.iotivity.org> Subject: Re: [dev] Dockerized IoTivity Cool! Is the node.js version also supported? e.g. run the iotivitynode.js with an argument that takes the node.js? in this way everyone can run different applications/clients with the same docker image.. Kind Regards, Wouter From: iotivity-dev-bounces at lists.iotivity.org<mailto:iotivity-dev-bounces at lists.iotivity.org> [mailto:[email protected]] On Behalf Of Ondrej Tomcik Sent: 17 May 2017 10:40 To: iotivity-dev at lists.iotivity.org<mailto:iotivity-dev at lists.iotivity.org> Subject: [dev] Dockerized IoTivity Hello community, IoTivity was dockerized, merged, documented. Don't be afraid to use it. Documentation: https://wiki.iotivity.org/docker Docker Images with documentation: https://hub.docker.com/r/iotivity/interface/ https://hub.docker.com/r/iotivity/accountserver/ https://hub.docker.com/r/iotivity/resourcedirectory/ https://hub.docker.com/r/iotivity/messagequeue/ Review: https://gerrit.iotivity.org/gerrit/#/c/19907/ Have a nice day. OT -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170518/b7177120/attachment.html>
