rcraspi 1.3.1
- Add preset configuration for Flame Sensor
Create database
mysql -u root -p
enter root password and execute the following instructions
create user and db if not exists
mysql> create user 'rcraspi'@'%' identified by 'rcraspi';
mysql> create database rcraspi;
mysql> GRANT ALL PRIVILEGES ON rcraspi.* TO 'rcraspi'@'%';
Running on Raspberry Pi
chmod +x rcraspi-1.0.war
sudo ./rcraspi-1.0.war
Connect to http://raspberryaddress:8081