| paths | contents |
|---|---|
scpi-server/src/ |
|
scpi-server/scpi-parser |
|
scpi-server/Makefile |
Before proceeding follow the instructions on how to set up working environment. Then proceed by simply running the following command.
make clean allBefore starting SCPI service, make sure Nginx and Wyliodrin services is not running. Running them at the same time will cause conflicts, since they access the same hardware.
systemctl stop redpitaya_nginx
systemctl stop redpitaya_wyliodrinNow we can try and start Red Pitaya SCPI server.
systemctl start redpitaya_scpiThe next commands will enable running SCPI service at boot time and disable Nginx and Wyliodrin services.
systemctl disable redpitaya_nginx
systemctl disable redpitaya_wyliodrin
systemctl enable redpitaya_scpi