Skip to content
Lincoln Kermit edited this page Dec 10, 2024 · 1 revision

Welcome to the LiveScan Wiki!

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.

Project Status

Under development

Technologies Used

  • 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.
Clone this wiki locally