Got questions? This way.
This forum is dedicated to discussing learn, and share knowledge on IoT Edge in general and also on ADDM product. ADDM is a device management and application orchestration platform for IoT Edge.
General questions:
Security IoT systems face challenges due to the limited capabilities of smart devices, hindering the use of security measures and resulting in decreased performance compared to daily used products.
Implementing security best practices such as changing incorrect passwords, protecting the integrity of software, preventing spoofing, and using encryption techniques can improve IoT security.
Real IoT devices are more vulnerable to various network attacks, including phishing, data theft, and denial of service attacks, and these attacks can cause vulnerabilities in network security and financial loss, so security measures must be taken.
Smart city infrastructure includes smart buildings, energy efficiency plans, solutions and waste management.
Bulk logging, queue indexing and searching, detailed logging, setup work, secure tunnels and queue hubs.
Support & updates:
To run a command on an offline device , you need to first click on Device Profile . Then select the device profile to which your device belongs to and you will notice an “Execute Command” .Select the command you’ve added earlier and click on execute. It will go to all devices in that profile (even those that are offline).
NOTE: To add your command you need to go to the Configure->Device Commands page of the device profile .
You can monitor any log file by entering it’s path in the Configure page of the device profile in which the device is present and then check the logs in the System Logs page of the device
Steps:
- Click on the Device Profilesnavigation tab
- Click on the device profile in which the device is present
- Click on the Configuresub-tab and then click on the Monitoring section
- Click on the Add new log filebutton and add the log file path
- Now Click on the device name in the devices page and go to System Logssub-tab
- Select the added log file from the dropdown list
ADDM Agent is open-source software that runs on IoT edge devices. The agent facilitates secure remote connects, secure OTA among others. The agent also collects device and application telemetry and transfers it to the server for further analysis.
This requires you to call an ADDM Agent API from the device end. The method is POST . The body is
{
"location": {
"lat": 12.23232323,
"lng": 77.23232323
}
}
Per application data measurement is supported on just Android devices. Here is how you do it:
a. Select a device
b. Click on application tab
c. Click on details of the specific application