Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
steve192 committed Mar 19, 2023
1 parent cf57e39 commit 86cacb9
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,28 @@
Application running on a raspberry pi, to transfer your dashcam video files to your preferred storage


Done by the setup script:
- install node 16
`curl -sL https://deb.nodesource.com/setup_16.x | sudo bash - && sudo apt install nodejs`
- install network-manager
- sudo apt install network-manager
- raspi-config > advanced options > network > network-manager
- reboot
- `apt-get install smbclient`
- setup autostart and logs

# Currently supported dashcams
- ✅ Viofo A119 Mini (Probaply other viofo as well)

# Currently supported target storages
- ✅ Samba (SMB) Windows Share


# Installation
- Setup raspbian lite
- Download clone dashcam transporter from github
- `git clone https://github.com/steve192/dashcam-transporter.git`
- Navigate to the directory `cd dashcam-transporter`
- Install node modules `npm i`
- Build `npm run build`
- Navigate to the build result `cd dist``
- Execute setup script `sudo setup.sh`
- Edit the settings.ini file `nano settings.ini`
- Reboot and the script will automatically be started `sudo reboot`


# Meaning of leds
The script controls the raspberrys leds
- Blinking LEDs - Waiting for connections to dashcam of home network (Will also blink if there is nothing to transfer)
- LEDs on - Transfer is currently running

0 comments on commit 86cacb9

Please sign in to comment.