Angular library providing client-side WebRTC and WebSocket operations for QvA Hub LAN network communication.
- WebSocket client management
- WebRTC peer connection handling
- Connection status monitoring
- Message event system
- Angular service integration
npm install qvahub-lan-core
- @angular/core: ^16.2.0
- rxjs: ~7.8.0
import { QvahubLanClient } from 'qvahub-lan-core';
// Initialize client
const client = new QvahubLanClient();
// Connect to hub
client.connect('192.168.1.2', 52330, 'MyClient', 'viewer');
This library was generated with Angular CLI version 16.0.0.
Run ng build qvahub-lan-core
to build the project. The build artifacts will be stored in the dist/
directory.
After building, run:
cd dist/qvahub-lan-core
npm publish
Run ng test qvahub-lan-core
to execute the unit tests via Karma.
Join our Google Group: queaso-van-alles@googlegroups.com
MIT License - © 2025 Queaso van Alles