git clone https://github.com/lincolnkermit/livescan
cd livescan
pip3 install flask
python3 Server/app.py
The server is running on private_ip:1337
Convert the swift app into .ipa through XCode and run it into an iPhone as dev-mode.
Client: Swift
Server: Flask RESTful API
SwiftUI: For building the user interface.
CoreLocation ( Swift Lib ) : 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.