DroneScan Pro
Real-time drone radar, alerts, and flight history for safer airspace awareness. DroneScan Pro connects your mobile app or scanner telemetry to a secure Laravel radar portal, helping operators understand nearby drone activity on live maps and recent replay history.
App-Connected Monitoring
DroneScan Pro brings the mobile app, scanner telemetry, entitlement checks, live maps, history replay, and alerts into one focused monitoring portal for operators who need practical airspace visibility.
See live aircraft positions as scanner data reaches the portal.
The DroneScan Pro mobile app can connect field scanner data with the backend radar API.
Trigger audible and email alerts when new drones appear.
Review recent detections stored in tenant SQLite history.
Inspect available Remote ID details such as serial, type, location, altitude, speed, and operator data when broadcast.
Prepare monitoring areas for local operational awareness.
Flutter and scanner clients send detection payloads to Laravel.
Authenticated Platinum users view live and historical radar data.
Built For The DroneScan Pro Mobile App
The Android app is prepared for Google Play release, with the backend already handling unique Android/iOS device IDs, Laravel web email login, device linking, subscription checks, API keys, radar ingestion, heartbeat status, and alert delivery. The same public privacy page is ready for a future iOS App Store listing when the iOS release follows.
Use a mobile device or connected scanner to send nearby radar observations to the secure backend.
View drone positions, operator locations when available, and recent tracks in the web radar dashboard.
Review short-term flight history for operational follow-up without changing the live monitoring flow.
Read how account, device, purchase, location, and radar data are handled before installing or subscribing.
How It Works
The radar architecture keeps fast telemetry in per-user SQLite databases while the main Laravel database handles accounts, plans, and API keys.
Scanner sends data
Flutter or a scanner client posts detections to the Laravel radar API.
Laravel validates access
The API key hash is matched and the user must have Platinum entitlement.
Events are stored
Radar events and heartbeats are written to tenant SQLite files.
Portal renders radar
The web dashboard reads live and historical data for replay and alerts.
Live markers, operator positions, and flight paths in one dashboard.
New UAS notifications and local monitoring events.
Replay recent tracks and inspect serial, speed, altitude, and timestamps.
Watch DroneScan Pro Detect A Drone
A short demo recorded on a real device: the app picks up a Remote ID broadcast over Bluetooth, plots the aircraft on the live map, and raises a nearby-drone alert.
Prefer to watch on YouTube? Open the DroneScan Pro demo · Get the app on Google Play
Pricing
Two plans keep the product simple: Free for basic access, Platinum for live radar and monitoring.
Free
- Basic app and portal access
- Limited radar/app features
- Upgrade when live monitoring is needed
Platinum
- Live radar dashboard
- Drone alerts
- History and replay
- Alert zones
- Advanced monitoring
FAQ
Short answers for operators and technical evaluators.
What is DroneScan Pro?
A Laravel-powered portal and mobile backend for real-time drone radar, alerts, and flight history.
Does the Flutter app send radar data to Laravel?
Yes. The scanner or Flutter app posts radar payloads to the Laravel API, including `/api/drone-radar/ingest`.
Where is radar data stored?
Telemetry is stored in per-tenant SQLite files under `storage/app/tenants/user_{id}.sqlite`.
What is Platinum?
Platinum unlocks live radar ingestion, dashboard viewing, history/replay, alerts, zones, and advanced monitoring features.
Can I use Stripe on web and in-app purchase on mobile?
Yes. Stripe powers web subscriptions, while iOS and Android purchases can be verified through the existing mobile APIs.