qvahub-lan-core
v1.0.18
Published
QvAHub LAN Core - Client webRTC operations
Maintainers
Readme
QvAHub LAN Core
Angular library providing client-side WebRTC and WebSocket operations for QvA Hub LAN network communication.

Features
- WebSocket client management
- WebRTC peer connection handling
- Connection status monitoring
- Message event system
- Angular service integration
Installation
npm install qvahub-lan-coreDependencies
- @angular/core: ^16.2.0
- rxjs: ~7.8.0
Usage
import { QvahubLanClient } from 'qvahub-lan-core';
// Initialize client
const client = new QvahubLanClient();
// Connect to hub
client.connect('192.168.1.2', 52330, 'MyClient', 'viewer');Development
This library was generated with Angular CLI version 16.0.0.
Building
Run ng build qvahub-lan-core to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building, run:
cd dist/qvahub-lan-core
npm publishTesting
Run ng test qvahub-lan-core to execute the unit tests via Karma.
Community
Join our Google Group: [email protected]
License
MIT License - © 2025 Queaso van Alles
