simple install instructions in doc

pull/1/head
SP9SKP 2018-01-22 09:40:14 +01:00
rodzic 240851f4dd
commit ea4bb0c211
3 zmienionych plików z 52 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,13 @@
20.01.2018:
- simle install instructions in doc
19.01.2018:
sondemod:
- new sonde.csv (processing in RAM),
- frame time & distance in www,
- sending to skp server every 15 sec when sonde above 3km
04.01.2018:

42
doc/INSTALL.txt 100644
Wyświetl plik

@ -0,0 +1,42 @@
INSTALACJA SPdxl:
apt-get install openssl libcurl4-openssl-dev libssl-dev build-essential git screen mc
cd /usr/src
git clone https://github.com/sp9skp/spdxl.git
cd spdxl/src
make clean
make sondemod sondeudp sdrtst udpgate4
mkdir /root/SDR
mkdir /root/SDR/bin
cp sondemod sondeudp sdrtst udpgate4 /root/SDR/bin
W katalogu /usr/src/spdxl/doc/start jest przykładowy skrypt startowy dla 3 SDRów oraz pozostałe pliki konfiguracyjne.
INSTALACJA interfejsu WWW:
apt-get purge apache2
Instalujemy serwer www zgodnie z opisem:
http://malinowepi.pl/post/40685427538/serwer-www-i-php
Kasujemy zawartość katalogu /var/www a następnie kopiujemy do niego pliki z katalogu /usr/src/spdxl/www
cp /usr/src/spdxl/www/* /var/www
AKTUALIZACJA:
cd /usr/src/spdxl
git pull
cd src
make clean
make sondemod sondeudp sdrtst udpgate4
killall -9 screen sondemod sondeudp sdrtst udpgate4
cp sondemod sondeudp sdrtst udpgate4 /root/SDR/bin
cp /usr/src/spdxl/www/* /var/www

Wyświetl plik

@ -7,7 +7,7 @@
<body>
<div align="center">
<table width="700" border="1" cellpadding="3" cellspacing="0">
<tr><th> Name </th><th> Latitude </th> <th> Longitude </th> <th> Altitude </th><th>Speed [m/s]/[km/h]</th> <th> Climb </th> <th> Dir </th><th> Freq </th><th>Lat frame </th><th>Dist[km]</th></tr>
<tr><th> Name </th><th> Latitude </th> <th> Longitude </th> <th> Altitude </th><th>Speed [m/s]/[km/h]</th> <th> Climb </th> <th> Dir </th><th> Freq </th><th>Last frame </th><th>Dist[km]</th></tr>
<?php
include 'SET.php';