User Tools

Site Tools


en:rmob-export

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:rmob-export [2014/02/22 20:07] – created romanen:rmob-export [2019/03/30 16:11] (current) fluktuacia
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)//+====== rmob-export software ======
  
-====== Program rmob-export ======+Colorogram generator for RMOB network.
  
 +{{:cs:outputs:zvppcb_012014.jpg?600|output colorgram form RMOB-export software}}
  
-{{:cs:outputs:zvppcb_012014.jpg?600|}} +===== Software functions =====
-===== Funkce programu ===== +
-Aplikace RMOB-export je náhrada softwaru Colorgramme pro OS Linux. Colorgramme existuje pouze pro Windows a je velmi nestabilní. Aplikace RMOB-export generuje samotné Rmob grafy (obrázky) a rmob.txt soubory, které hned uploaduje na[[http://www.rmob.org/livedata/mainlong.php|www.rmob.org]]. RMOB-export se dá stáhnout na [[https://github.com/MLAB-project/rmob-export|GitHub]]u+
  
-===== Install =====+RMOB-export application serves a a substitute for Colorgramme software for OS Linux. Colorgramme is only available for Windows and is very unstable. RMOB-export generates Rmob graphs (pictures) and rmob.txt files, which it immediately uploads to [[http://www.rmob.org/livedata/mainlong.php|www.rmob.org]]. 
 + 
 + 
 +{{ :cs:storage:measuring_network.png?600 |}} 
 + 
 +In the Bolidozor network, the RMOB-export is automatically connected directly to the data storage place - so the output data files for RMOB are generated directly from it.  
 + 
 + 
 +===== 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 ''rmob.cfg'' with a following content into [[http://space.astro.cz/meteors/ZVPP/ZVPP-R1/|station's]] folder. 
 + 
 +  [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://en.wikipedia.org/wiki/Secure_Copy|scp]]. Then you data will be used for graphs generation by  [[en:servers|our servers]] for RMOB network and uploaded on their server. 
 + 
 +===== Installation ===== 
 + 
 +For cases you have to run the rmob-export software directly on your station. 
 +RMOB-export can be downloaded from [[https://github.com/MLAB-project/rmob-export|GitHub]]. 
 + 
 +==== Ubuntu ==== 
 + 
 +=== 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://github.com/MLAB-project/rmob-export|GitHub]].
  
 ==== Ubuntu ==== ==== Ubuntu ====
  
-=== dependence ===+=== 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 19: Line 63:
 === Compilation === === Compilation ===
    
-Get from Github+Unpack or download from Github
  
-  git clone https://github.com/MLAB-project/rmob-export.git+  git clone https://github.com/bolidozor/rmob-export
  
-Compile (with Makefile)+Compile (using Makefilu)
  
   cd rmob-export/   cd rmob-export/
   make   make
  
-After setup, which is described underyou can periodicly run //Run.py// with cron +After setup (described below), run Run.py periodically, e.g. using crone 
-For set up crontype to terminal+To set up the croneuse:
  
   crontab -e   crontab -e
  
-and at the end of file add the following line with all own path to //Run.py//+and add the following line (with your own path to Run.py file) to the end of the file:
      
   */15 * * * * cd /home/roman/rmob-export/; python Run.py   */15 * * * * cd /home/roman/rmob-export/; python Run.py
  
-=====Setting=====+===== Settings =====
  
-Nastavení této aplikace probíhá pomocí průvodce nastavením Configure.py+Setting up this application is done using a Configure.py wizard, run in the rmob-export folder.
-Ve složce rmob-export zadáte+
      
   python Configure.py   python Configure.py
      
-Poté se vás průvodce zeptá na několik položekkteré napíšete a potvrdíte entremPokud položku nebudete chtít měnitmůžete jí rovnou přeskočit pomocí stisknutí klávesy enter.+The wizard will ask you several questionsyour answers are confirmed by pressing enterIf you do not want to change the folderyou can skip it by pressing enter.
  
-Pro ověření správnosti nastavení můžete rmob-export spustit+In order to verify the setup, run the rmob-export:
   python Run.py   python Run.py
en/rmob-export.1393099652.txt.gz · Last modified: 2014/02/22 20:07 (external edit)