grabbit 13ce6ae442 feat: implement complete edge device registration system
- Add hardware fingerprinting with cross-platform support
- Implement secure device registration flow with X.509 certificates
- Add WebSocket real-time communication for device status
- Create comprehensive device management dashboard
- Establish zero-trust security architecture with multi-layer protection
- Add database migrations for device registration entities
- Implement Rust edge client with hardware identification
- Add certificate management and automated provisioning system

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-13 08:46:25 +08:00
2025-08-12 07:21:41 +08:00
2025-08-12 07:21:41 +08:00
2025-08-04 01:02:29 +08:00
2025-08-09 10:04:14 +08:00

Meteor Fullstack - Distributed Monitoring Network

Project Structure

  • meteor-frontend/ - Next.js frontend application
  • meteor-web-backend/ - NestJS backend API
  • meteor-compute-service/ - Go processing service (submodule)
  • meteor-edge-client/ - Rust edge client (submodule)

Testing & Integration

  • Complete E2E testing framework with Playwright
  • Docker-based integration testing with LocalStack
  • Comprehensive test coverage for Gallery feature

Recent Milestone: Epic 1 Complete

  • Authentication system implemented
  • Event upload and processing pipeline
  • Gallery page with infinite scroll
  • Full integration testing suite
  • First Light achieved - complete data flow validated

Quick Start

# Development
npm run dev

# Testing
npm run test:fullstack

# Setup integration tests
./test-setup.sh
Description
No description provided
Readme 139 MiB
Languages
Rust 45.6%
TypeScript 37.5%
JavaScript 7.6%
Go 5.9%
HCL 2%
Other 1.4%