mirror of
https://github.com/ruvnet/RuView.git
synced 2026-08-26 18:16:03 +00:00
- Added HardwareService for managing router interfaces, data collection, and monitoring. - Introduced PoseService for processing CSI data and estimating poses using neural networks. - Created StreamService for real-time data streaming via WebSocket connections. - Implemented initialization, start, stop, and status retrieval methods for each service. - Added data processing, error handling, and statistics tracking across services. - Integrated mock data generation for development and testing purposes.
7 lines
129 B
Python
7 lines
129 B
Python
"""
|
|
WiFi-DensePose FastAPI application package
|
|
"""
|
|
|
|
# API package - routers and dependencies are imported by app.py
|
|
|
|
__all__ = [] |