@openrfid/shell
v1.0.0
Published
Shared React views shell for OpenRFID Simulator.
Downloads
266
Readme
@openrfid/shell
Cross-Platform Desktop & Web Integration Orchestration Shell
🚀 Overview
@openrfid/shell provides cross-platform application bootstrapping, IPC communication bridges, and process orchestration for embedding OpenRFID Simulator into Tauri desktop apps or browser-based SPA environments.
Developed & Maintained by RFID Software India Private Limited.
📦 Installation
# npm
npm install @openrfid/shell
# pnpm
pnpm add @openrfid/shell💻 Code Example
import { ApplicationShell } from '@openrfid/shell';
const shell = new ApplicationShell({
mode: 'desktop', // 'desktop' (Tauri) or 'web' (Vite)
enableSidecar: true
});
await shell.bootstrap();
console.log('OpenRFID Application Shell initialized.');🌐 Monorepo Ecosystem
| Package | Description |
| :--- | :--- |
| @openrfid/ui | Shared React component library |
| @openrfid/simulator | High-throughput inventory simulation engine |
| @openrfid/core | Core EventBus, Config, & SQLite persistence |
📄 License & Corporate Support
Licensed under the MIT License.
Brought to you by RFID Software India Private Limited.
For enterprise RFID middleware, hardware drivers, or custom protocol plugins, visit rfidsoftwares.com.
