# iagent-sdk **Repository Path**: xujuntwt95329/iagent-sdk ## Basic Information - **Project Name**: iagent-sdk - **Description**: No description available - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-11-12 - **Last Updated**: 2025-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iagent-sdk ## Setup environment setup the development environment by running the script: ``` sudo ./scripts/dev-setup/prepare_dev.sh ``` ## Build plugin SDK 1. build the plugin SDK ``` cd plugin_sdk ./build_pluginsdk.sh ``` 2. go to the folder "plugin-sdk/samples" 3. run the script: ``` ./build_samples.sh ``` ## Build IoT app samples 1. build the ble-reader ``` cd sample-apps/ble-reader mkdir b cd b cmake .. make ``` 2. build the eletric-power ``` cd sample-apps/electric-power cd build ./build.sh ```