5. Real-time data processing in RIC platform using the “Handler“ tool

Based on the statements of temperature and humidity, we get effective temperature values. In the Rightech IoT Cloud platform interface, we create a javascript (ES6) “handler“ that converts this data and, as a result, will calculate a new parameter for each packet from the device. We change the automaton from lesson 4 ( so that the effective temperature is used in the transition conditions. 1. Creating a “handler“. Writing code in javascript (ES6). 2. Selecting an object in the platform. 3. Correlation of “handler“ parameters and object parameters. 4. Launching the “handler“ and checking its status. 5. Making corrections to the automatons and restarting it in Rightech IoT Cloud platform. - arduino sketch Import Handler from the video: - “handler“ converts temperature and humidity to the effective temperature values
Back to Top