# IotWeb **Repository Path**: liuliuli_1/iot-web ## Basic Information - **Project Name**: IotWeb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-13 - **Last Updated**: 2024-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quick Start ## Run the following code in your environment: ``` python3 app.py ``` 在vscode下执行这个app.py之后,会以文字形式输出获取到的物联网模型的数据(JSON形式) 还会输出例如127.0.0.1:8080这样的语句,其实就是在浏览器输入这个地址和端口就能打开网页了。 Make sure that you have installed Flask in you envs. 需要用conda activate iot_web来启动虚拟环境,这样不会对其他python程序影响 实现的效果就是一个网页,能够显示属性,还能够设置属性,调用的都是阿里云openapi的接口