Parking Finder
The Parking Finder system is a smart parking solution designed to help drivers efficiently locate available
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12345]
 
src
 
Dashboard
 
src
 
backend
 
find_distance.py
@breif Smart parking solution designed to help drivers efficiently locate available parking spaces at busy locations, such as university campus
 
server.py
 
frontend
 
MapView.css
 
MapView.jsx
 
regions.jsx
 
App.css
 
App.jsx
 
index.css
 
main.jsx
 
eslint.config.js
 
vite.config.js
 
imu-gps
 
gps-sensor-data.py
@breif Reads NMEA GPS sentences from a UART serial port and prints parsed fix data
 
gps.py
@breif Threaded GPS module reader that continuosly parse NMEA sentences in the background
 
imu-sensor-data.py
Reads and prints acceleration, gyro and magnetometer data from an ICM20948 IMU over 12C
 
imu.py
Threaded IMU wrapper for the ICM20948 sensor providing continuous background reads
 
localization.py
@breif Utility to localize gps
 
SensorApp.py
 
test_ekf.py