Fork me on Github

Shivam Verma
    Blog     Portfolio     About Me / Contact     Feed

DynamixJS 2.x

DynamixJS enables desktop and mobile browsers to leverage the power of the Ambient Dynamix Framework running on any Android device. Depending on whether the web app is connecting to a remote or a local Dynamix instance, DynamixJS automatically handles remote pairing and data encryption.

When the web app is running on an Android device, any request can be made directly to the local Dynamix instance. On the other hand, when a web app wants to make use of a Dynamix instance running on a different device, it can use the Pairing Plugin to talk to the remote client. The web app then shows a QR Code which the Dynamix device can scan and complete the pairing process.

All the encryption and pairing related code is handled by the library internally and the only thing that the developer needs to do to establish a connection with the Ambient Dynamix Framework is to make a call to the Dynamix.bind() method.

The Ambient Flow prototype makes use of the DynamixJS library to deploy IoT designs to the Ambient Dynamix Framework.

Dependencies :

Related :