NEXCODE.Caffeine.Drivers.Simulation
2.1.2
Prefix Reserved
dotnet add package NEXCODE.Caffeine.Drivers.Simulation --version 2.1.2
NuGet\Install-Package NEXCODE.Caffeine.Drivers.Simulation -Version 2.1.2
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="NEXCODE.Caffeine.Drivers.Simulation" Version="2.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NEXCODE.Caffeine.Drivers.Simulation" Version="2.1.2" />
<PackageReference Include="NEXCODE.Caffeine.Drivers.Simulation" />
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 NEXCODE.Caffeine.Drivers.Simulation --version 2.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NEXCODE.Caffeine.Drivers.Simulation, 2.1.2"
#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 NEXCODE.Caffeine.Drivers.Simulation@2.1.2
#: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=NEXCODE.Caffeine.Drivers.Simulation&version=2.1.2
#tool nuget:?package=NEXCODE.Caffeine.Drivers.Simulation&version=2.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Caffeine.Drivers.Simulation
Simulation driver for development and testing -- generates random OT data without physical equipment.
Installation
dotnet add package Caffeine.Drivers.Simulation
Quick Start
driver_settings.json 설정 예제:
{
"Driver": {
"Id": "sim-virtual-01",
"Type": "Simulation",
"Port": 0,
"Settings": {
"size": 4096,
"interval": 100
}
}
}
Features
- Virtual Memory 기반 가상 장비 시뮬레이션
- 랜덤 OT 데이터 생성 (온도, 압력, 진동 등)
- 실제 장비 없이 개발 및 테스트 가능
Compatibility
- .NET: 10.0+
- Caffeine.Engine 2.0+
- Caffeine.Bridge.Host에서 플러그인으로 자동 로드
- 빌드 후 Bridge.Host drivers/ 디렉토리에 자동 복사
Links
License
Commercial License - NEXCODE (c) 2025-2026
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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
- NEXCODE.Caffeine.Core (>= 2.1.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.