en:rmob-export
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:rmob-export [2014/04/13 12:47] – kaklik | en:rmob-export [2019/03/30 16:11] (current) – fluktuacia | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== rmob-export software ====== | ====== rmob-export software ====== | ||
- | {{: | + | Colorogram generator for RMOB network. |
- | ===== Functions ===== | + | {{: |
- | Aplikace | + | ===== Software functions ===== |
+ | |||
+ | RMOB-export | ||
+ | |||
+ | |||
+ | {{ : | ||
+ | |||
+ | In the Bolidozor network, the RMOB-export | ||
+ | |||
+ | |||
+ | ===== Generating RMOB graphs ===== | ||
+ | |||
+ | RMOB graphs can be generated either locally on your own computer (you have to install rmob-export by yourself according to a procedure described below) or using a data storage place of Bolidozor (it is easier and preferred option). For automatic generation of graphs from upload files, you have to place a '' | ||
+ | |||
+ | [RmobConfig] | ||
+ | stationname = ZVPP | ||
+ | country = Czech republic | ||
+ | city = Ceske Budejovice | ||
+ | latitudens = N | ||
+ | latitudedeg = 048.9869761 | ||
+ | longtitudeew = E | ||
+ | longtitudedeg = 014.4675321 | ||
+ | email = roman-dvorak@email.cz | ||
+ | computer = Ion PC | ||
+ | antenna = 1/4GP | ||
+ | preamp = LNA01A www.mlab.cz | ||
+ | reciver = RMDS01B www.mlab.cz | ||
+ | frequency = 140 050 000 Hz | ||
+ | |||
+ | The file has to be so far uploaded to the server manually via [[http:// | ||
===== Installation ===== | ===== Installation ===== | ||
+ | |||
+ | For cases you have to run the rmob-export software directly on your station. | ||
+ | RMOB-export can be downloaded from [[https:// | ||
==== Ubuntu ==== | ==== Ubuntu ==== | ||
=== Dependencies === | === Dependencies === | ||
+ | |||
+ | sudo apt-get install git g++ libmagick++ libmagick++5 libmagick++-dev libmysqlclient-dev | ||
+ | |||
+ | |||
+ | |||
+ | ===== Instalace ===== | ||
+ | |||
+ | For cases you have to run rmob-export software directly on your station. | ||
+ | RMOB-export can be downloaded from [[https:// | ||
+ | |||
+ | ==== Ubuntu ==== | ||
+ | |||
+ | === Závislosti === | ||
sudo apt-get install git g++ libmagick++ libmagick++5 libmagick++-dev libmysqlclient-dev | sudo apt-get install git g++ libmagick++ libmagick++5 libmagick++-dev libmysqlclient-dev | ||
Line 18: | Line 63: | ||
=== Compilation === | === Compilation === | ||
- | Get from Github | + | Unpack or download |
- | git clone https:// | + | git clone https:// |
- | Compile (with Makefile) | + | Compile (using Makefilu) |
cd rmob-export/ | cd rmob-export/ | ||
make | make | ||
- | After setup, which is described | + | After setup (described |
- | For set up cron, type to terminal | + | To set up the crone, use: |
crontab -e | crontab -e | ||
- | and at the end of file add the following line s with all own path to //Run.py// | + | and add the following line (with your own path to Run.py |
| | ||
*/15 * * * * cd / | */15 * * * * cd / | ||
Line 38: | Line 83: | ||
===== Settings ===== | ===== Settings ===== | ||
- | Setting | + | Setting |
- | in //rmob-export// directory. | + | |
| | ||
python Configure.py | python Configure.py | ||
| | ||
- | Poté se vás průvodce zeptá na několik položek, které napíšete a potvrdíte entrem. Pokud položku nebudete chtít měnit, můžete jí rovnou přeskočit pomocí stisknutí klávesy | + | The wizard will ask you several questions, your answers are confirmed by pressing enter. If you do not want to change the folder, you can skip it by pressing |
- | Pro ověření správnosti nastavení můžete | + | In order to verify the setup, run the rmob-export: |
python Run.py | python Run.py |
en/rmob-export.1397393243.txt.gz · Last modified: 2014/04/13 12:47 by kaklik