SQL Files for the Arduino Longboard Device Database
- Create a database on your remote server
CREATE DATABASE db_name;
- Import
longboard_db.sql
into the Database
mysql db_name < longboard_db.sql
- Add device info into the
approved_devices
table- Device Name
- Device Pass (Generate an MD5 hash)
- Password (Use the Encryption function in
/php/encrypt_pass.php
through the Web App)
Note: The device name and password must match the data stored in device_info.txt
stored on the Arduino (Shell Script Repo)
Note: Eventually you won't have to manually enter the device into into the database when I add device registration to the web app interface (All encryption will be built in)
To view a full description of the project, view these repositories in order: