DallasFormulaRacing / PowertrainLib

This library will consist of various methods to visualize and analyze data to support our powertrain team's needs.
10 stars 3 forks source link

Rasberry Pi Wifi Upload Script #4

Closed Squidtoon99 closed 5 months ago

Squidtoon99 commented 5 months ago

We need a way to move the data into the cloud from the Pi after testing sessions. I want an autonomous solution that will upload code as needed.

Implementation

Write a python script that will run on startup that scans for Wi-Fi networks. If it finds the workshop network: It will connect to the network and upload all new files to https://lambda.dallasformularacing.com

Send a discord webhook message to the channel to notify people of data upload completion.

Ensure that the Wi-Fi network is switched back to the car ethernet after data upload is completed.

Tasks

GHAFHA commented 5 months ago

Box API is completed waiting on permission from enterprise admin before continuing

Squidtoon99 commented 5 months ago

Needs to be merged into main repo after #10 and #11