User Tools

Site Tools


en:rmob-export

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:rmob-export [2014/04/13 12:47] kakliken:rmob-export [2019/03/30 16:11] (current) fluktuacia
Line 1: Line 1:
 ====== rmob-export software ====== ====== rmob-export software ======
  
-{{:cs:outputs:zvppcb_012014.jpg?600|}}+Colorogram generator for RMOB network.
  
-===== Functions =====+{{:cs:outputs:zvppcb_012014.jpg?600|output colorgram form RMOB-export software}}
  
-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ázkyrmob.txt souborykteré 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+===== Software functions ===== 
 + 
 +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 (picturesand rmob.txt fileswhich 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 ===== ===== 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 ==== ==== 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://github.com/MLAB-project/rmob-export|GitHub]].
 +
 +==== 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 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
Line 38: Line 83:
 ===== Settings ===== ===== Settings =====
  
-Setting of this app is performed by setup wizard //Configure.py// +Setting up this application is done using a Configure.py wizard, run in the rmob-export folder.
-in //rmob-export// directory.+
      
   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.txt · Last modified: 2019/03/30 16:11 by fluktuacia