ModelingEvolution.Bytes
by: ModelingEvolution Team
- 449 total downloads
- Latest version: 3.0.0
A readonly struct for representing byte sizes with human-readable formatting, arithmetic operations, and full serialization support including dictionary key compatibility.
ModelingEvolution.CanOpen
by: ModelingEvolution Team
- 72 total downloads
- Latest version: 0.1.0
Layer-1 CANopen protocol client over Linux SocketCAN: NMT, expedited SDO, PDO mapping, object-dictionary addressing, and a cyclic RxPDO image with TxPDO on-change decode. Pure protocol — no device/vendor vocabulary.
ModelingEvolution.Cobot
by: ModelingEvolution
- 6 total downloads
- Latest version: 1.0.0
Robot control abstraction with ICobot interface, calibration utilities, and hand-eye calibration tools.
ModelingEvolution.Controls.Blazor.AnchorPanelControl
by: ModelingEvolution Team
- 25 total downloads
- Latest version: 0.0.10.17
AnchorPanelControl
ModelingEvolution.Controls.Blazor.HistogramControl
by: ModelingEvolution Team
- 30 total downloads
- Latest version: 0.0.10.17
HistogramControl
ModelingEvolution.Controls.Blazor.ResizableControl
by: ModelingEvolution Team
- 29 total downloads
- Latest version: 0.0.10.17
Resizable
ModelingEvolution.Controls.Blazor.SvgCanvasControl
by: ModelingEvolution Team
- 31 total downloads
- Latest version: 0.0.10.17
SvgCanvasControl
ModelingEvolution.CSharp.Services
by: ModelingEvolution.CSharp.Services
- 294 total downloads
- Latest version: 1.4.0
Package Description
ModelingEvolution.DirectConnect
by: ModelingEvolution Team
- 402 total downloads
- Latest version: 1.1.0.1
Package Description
ModelingEvolution.Drawing
by: ModelingEvolution Team
- 1.634k total downloads
- Latest version: 1.12.0.70
Package Description
ModelingEvolution.EventAggregator
by: ModelingEvolution
- 658 total downloads
- Latest version: 2.5.1
Event aggregator pattern implementation for .NET and Blazor applications. Provides publish-subscribe functionality with support for async events, weak references, and thread marshalling.
ModelingEvolution.EventAggregator.Blazor
by: ModelingEvolution
- 459 total downloads
- Latest version: 2.5.1
Blazor-specific extensions for ModelingEvolution.EventAggregator. Provides components and services for event aggregation in Blazor Server and WebAssembly applications.
ModelingEvolution.EventAggregator.Server
by: ModelingEvolution
- 147 total downloads
- Latest version: 2.5.1
ASP.NET Core server extensions for ModelingEvolution.EventAggregator. Provides WebSocket endpoint for Server-WASM event forwarding in Blazor applications.
ModelingEvolution.EventPi.Abstractions
by: ModelingEvolution Team
- 6 total downloads
- Latest version: 1.0.11.43
EventPi abstractions
ModelingEvolution.EventPi.NetworkMonitor
by: EventPi.NetworkMonitor
- 357 total downloads
- Latest version: 1.0.11.43
Package Description
ModelingEvolution.EventPi.SharedMemory
by: EventPi.SharedMemory
- 9 total downloads
- Latest version: 1.0.11.43
Package Description
ModelingEvolution.EventPi.Threading
by: EventPi.Threading
- 8 total downloads
- Latest version: 1.0.11.43
Package Description
ModelingEvolution.Fairino
by: ModelingEvolution
- 369 total downloads
- Latest version: 1.0.0
Fairino industrial robot SDK for .NET - provides control and communication with Fairino robots
ModelingEvolution.FileSystem
by: ModelingEvolution
- 433 total downloads
- Latest version: 2.3.1
Strongly-typed file system path handling with AbsolutePath and RelativePath value types. Features intuitive path arithmetic operators (Relative + Relative, Absolute + Relative, Absolute - Absolute), cross-platform normalization, IParsable support, and JSON serialization.
ModelingEvolution.FileSystem.Blazor
by: ModelingEvolution
- 112 total downloads
- Latest version: 2.3.1
Blazor FileExplorer component with MudBlazor for browsing local file systems. Uses IFileSystem abstraction for all operations.