2024-07-19 -

This commit is contained in:
Adolfo Delorenzo 2024-07-19 14:02:04 -06:00
parent 3825102c43
commit bc9616624f
2 changed files with 1275 additions and 0 deletions

1268
gps_data_raspberrypi.csv Normal file

File diff suppressed because it is too large Load Diff

7
gps_update.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
while true
do
scp /home/pi/jdz/gps_data_raspberrypi.csv bdelorenzo@juandiego:/home/bdelorenzo/repos/edge_stack/nginx/
sleep 10
done