skyview/internal
Ole-Morten Duesund 5269da9cd3 Create asset module and add origin configuration
Asset Module:
- Created internal/assets package for clean embedded static file management
- Embedded static files from single source location (static/ directory)
- Eliminated need for duplicate static files or symlinks
- Assets accessible via assets.Static from any package

Origin Configuration:
- Added origin field to configuration with latitude, longitude, and name
- Automatically calculates origin as average of source positions if not specified
- Displays origin information on startup
- Updated config.example.json to show origin usage

Architecture:
- Moved main.go back to cmd/skyview/ structure
- Updated Makefile to build from cmd/skyview
- Clean separation of concerns with reusable asset module

This provides a robust foundation for asset management and proper origin
handling for distance calculations and map centering.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-24 00:19:00 +02:00
..
assets Create asset module and add origin configuration 2025-08-24 00:19:00 +02:00
beast Complete multi-source Beast format implementation 2025-08-23 23:51:37 +02:00
client Complete multi-source Beast format implementation 2025-08-23 23:51:37 +02:00
config Initial implementation of SkyView - ADS-B aircraft tracker 2025-08-23 22:09:37 +02:00
merger Complete multi-source Beast format implementation 2025-08-23 23:51:37 +02:00
modes Complete multi-source Beast format implementation 2025-08-23 23:51:37 +02:00
parser Enhance aircraft details display to match dump1090 format 2025-08-23 23:20:31 +02:00
server Fix MIME type handling for static files 2025-08-23 23:57:32 +02:00