ikarus / sps-template-raspberry-pi
A simple template to create a SPS on a raspberry pi
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ikarus/sps-template-raspberry-pi
Requires
- ikarus/sps: ^1.0
- ikarus/sps-raspberry-pi: ^0.2
This package is auto-updated.
Last update: 2025-09-13 01:47:10 UTC
README
This template contains all required packages and several examples to create a SPS on a Raspberry Pi
Installation
$ composer create-project ikarus/sps-template-raspberry-pi ./my-sps-project
Run the SPS
Probably you will need to perform the SPS with admin privileges to access the GPIO headers.
$ sudo php ./ikarus.php
or add the following lines to the file: /etc/rc.local
cd /home/pi/my-sps-project
sudo php ikarus.php &