-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lincoln Kermit edited this page Dec 10, 2024
·
1 revision
LiveScan is an educational project that demonstrates the use of location services to track and send GPS coordinates to a remote server. The remote server will scan in real time the network nearby to associate networks to gps coordinates. This project is strictly for educational purposes only.
Under development
- SwiftUI: For building the user interface.
- CoreLocation: For accessing and tracking GPS coordinates.
- Flask: A lightweight Python web framework for handling and processing incoming data on the server.
- airmon-ng: A command-line tool for enabling monitor mode on wireless interfaces to scan nearby networks.
- RESTful API Communication: For sending GPS data to the remote server using HTTP POST requests.