# WeatherStations **Repository Path**: jianht29/WeatherStations ## Basic Information - **Project Name**: WeatherStations - **Description**: 使用MQTTnet和ScottPlot开发的“在线数字气象站”物联网可视化项目。 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-04-12 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用MQTTnet和ScottPlot开发的“在线数字气象站”物联网可视化项目。 ![输入图片说明](https://gitee.com/jianht29/WeatherStations/raw/master/WeatherStations.png) 1.MQTTnet是一个高性能的.NET库。用于连接MQTT服务器,订阅主题和向主题发布消息。 MQTTnet相关的资源链接: GitHub:https://github.com/dotnet/MQTTnet NuGet:https://www.nuget.org/packages/MQTTnet/ 2.ScottPlot是一个免费、开源的.NET绘图库,专为快速、简洁的数据可视化而设计。它提供了丰富的图表类型,包括折线图、散点图、柱状图等,并且支持交互式操作。 ScottPlot相关的网络链接: 官方网站:https://scottplot.net/ GitHub:https://github.com/ScottPlot/ScottPlot 3.SIoT是一个为教育定制的跨平台的开源MQTT服务器程序。建议使用SIoT1.3作为MQTT服务器进行本示例程序的测试。 SIoT相关的网络链接: 使用手册:https://siot.readthedocs.io/zh-cn/latest/ Gitee:https://gitee.com/vvlink/SIoT GitHub:https://github.com/vvlink/SIoT/