forked from ExternalVendorCode/Signal-Server
v1.3.8
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
Signal Server 1.3.7 changelog
|
Signal Server 1.3.8 changelog
|
||||||
|
|
||||||
|
v1.3.8 - 16 Jan 2014
|
||||||
|
Added Free Space Path Loss model (with optional diffraction)
|
||||||
|
|
||||||
v1.3.7 - 30 Dec 2013
|
v1.3.7 - 30 Dec 2013
|
||||||
Added propagation model option (-pm)
|
Added propagation model option (-pm)
|
||||||
|
@@ -2,7 +2,7 @@ Signal-Server RF coverage calculator
|
|||||||
====================================
|
====================================
|
||||||
|
|
||||||
/****************************************************************************\
|
/****************************************************************************\
|
||||||
* Signal Server 1.3.7: Server optimised SPLAT! by Alex Farrant *
|
* Signal Server 1.3.8: Server optimised SPLAT! by Alex Farrant *
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* SPLAT! Project started in 1997 by John A. Magliacane, KD2BD *
|
* SPLAT! Project started in 1997 by John A. Magliacane, KD2BD *
|
||||||
* *
|
* *
|
||||||
@@ -22,7 +22,7 @@ Signal-Server RF coverage calculator
|
|||||||
* for more details. *
|
* for more details. *
|
||||||
* *
|
* *
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* g++ -Wall -O3 -s -lm -fomit-frame-pointer itm.cpp cost.cpp hata.cpp main.cpp -o ss *
|
* g++ -Wall -O3 -s -lm -fomit-frame-pointer itm.cpp cost.cpp hata.cpp fspl.cpp main.cpp -o ss *
|
||||||
\****************************************************************************/
|
\****************************************************************************/
|
||||||
|
|
||||||
Usage: Signalserver (options)
|
Usage: Signalserver (options)
|
||||||
|
Reference in New Issue
Block a user