IOTWave 1.0.1
dotnet add package IOTWave --version 1.0.1
NuGet\Install-Package IOTWave -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IOTWave" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IOTWave" Version="1.0.1" />
<PackageReference Include="IOTWave" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IOTWave --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IOTWave, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package IOTWave@1.0.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IOTWave&version=1.0.1
#tool nuget:?package=IOTWave&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
IOTWave
English | 中文
一个基于 .NET 8.0 和 .NET 10 的 IoT 框架库,提供高性能的波形显示和数据处理能力。
特性
- 多框架支持 (.NET 8.0 和 .NET 10.0)
- 基于 Avalonia UI 的高性能波形显示控件
- 支持 TimeMarker、TimeRangeMarker、YMarker 等标记功能
- 可自定义的 Y 轴渲染器
- 支持缩放、平移等交互操作
- 可扩展的架构设计
安装
通过 NuGet 安装:
dotnet add package IOTWave
快速开始
using IotWave.Views;
using IotWave.Models;
// 创建 WaveListPanel
var wavePanel = new WaveListPanel
{
StartTime = DateTime.Now.AddHours(-1),
EndTime = DateTime.Now,
AutoDistributePanelHeight = true
};
// 添加曲线数据
wavePanel.ItemsSource = curveGroups;
项目结构
IOTWave/
├── IOTWave/ # 核心库
│ ├── Views/ # Avalonia UI 控件
│ ├── Models/ # 数据模型
│ └── ...
├── IOTWaveDemo/ # 演示项目
├── IOTWave.Tests/ # 单元测试
└── Doc/ # 文档
许可证
本项目采用 LGPL-2.1-or-later 许可证 - 详见 LICENSE 文件。
贡献
欢迎贡献!请随时提交 Pull Request。
联系方式
- 邮箱: jionfull@163.com
- QQ: 2608902246
<div align="center"> <table> <tr> <td align="center"> <img src="Doc/qq.png" alt="QQ" width="150"/> <br/> <sub>QQ 二维码</sub> </td>
</tr>
</table> </div>
Star History
如果这个项目对你有帮助,请给一个 ⭐️ Star!
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Avalonia (>= 11.3.12)
- CommunityToolkit.Mvvm (>= 8.4.0)
- ReactiveUI (>= 22.3.1)
- ReactiveUI.Avalonia (>= 11.3.8)
-
net8.0
- Avalonia (>= 11.3.12)
- CommunityToolkit.Mvvm (>= 8.4.0)
- ReactiveUI (>= 22.3.1)
- ReactiveUI.Avalonia (>= 11.3.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.