Cloud-RF c7fc5903a7 v2.23
Bug fixes, multi-core support, Improved diffraction model
2014-08-14 22:22:50 +01:00
2013-04-06 14:01:07 -07:00
2014-08-14 22:22:50 +01:00
2013-12-30 21:41:03 +00:00
2014-01-15 20:33:51 +00:00
2014-08-14 22:22:50 +01:00
2014-08-14 22:22:50 +01:00
2013-04-06 22:18:09 +01:00
2014-08-14 22:22:50 +01:00
2014-01-15 20:36:20 +00:00

Signal-Server RF coverage calculator

/****************************************************************************\

  •  Signal Server 1.3.8: Server optimised SPLAT! by Alex Farrant          *
    

  • SPLAT! Project started in 1997 by John A. Magliacane, KD2BD *
  •   			                                                         *
    

  •     Please consult the SPLAT! documentation for a complete list of     *
    
  •    individuals who have contributed to this project. 		             *
    

  •                                                                        *
    
  • This program is free software; you can redistribute it and/or modify it *
  • under the terms of the GNU General Public License as published by the *
  • Free Software Foundation; either version 2 of the License or any later *
  • version. *
  •   							     *
    
  • This program is distributed in the hope that it will useful, but WITHOUT *
  • ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or *
  • FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License *
  • for more details. *
  •   							     *
    

  • g++ -Wall -O3 -s -lm -fomit-frame-pointer itm.cpp cost.cpp hata.cpp fspl.cpp main.cpp -o ss * ****************************************************************************/

    Usage: Signalserver (options)

                     -d Directory containing .sdf tiles
                   -lat Tx Latitude (decimal degrees)
                   -lon Tx Longitude (decimal degrees) Positive 0-360 
                   -txh Tx Height (above ground)
                     -f Tx Frequency (MHz) 20MHz to 100Ghz (LOS after 20Ghz)
                   -erp Tx Effective Radiated Power (Watts)
                   -rxh Rx Height(s) (optional. Default=0.1)
                    -rt Rx Threshold (dB / dBm / dBuV/m)
                    -hp Horizontal Polarisation (default=vertical)
                    -gc Ground clutter (feet/meters)
                    -udt User defined terrain filename
                   -dbm Plot Rxd signal power instead of field strength
                     -m Metric units of measurement
                    -te Terrain code 1-6 (optional)
                    -terdic Terrain dielectric value 2-80 (optional)
                    -tercon Terrain conductivity 0.01-0.0001 (optional)
                    -cl Climate code 1-6 (optional)
                     -o Filename. Required. 
                     -R Radius (miles/kilometers)
                   -res Pixels per degree. 300/600/1200(default)/3600 (optional)
                   -t Terrain background
      			 -pm Propagation model. 1: ITM (Default), 2: LOS, 3-5: Hata
      			 -ked Knife edge diffraction (Default for ITM)
      			 -wf Win32 SDF tile names ('=' not ':')
      			 -dbg Debug mode
    
Description
Multi-threaded RF coverage calculator
Readme GPL-2.0 60 MiB
Languages
C++ 90.3%
C 6.2%
Shell 2%
Python 0.6%
Makefile 0.5%
Other 0.4%