Skip to content

Commit e9660a3

Browse files
committed
v1.3.8
1 parent 07dedef commit e9660a3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Signal Server 1.3.7 changelog
1+
Signal Server 1.3.8 changelog
2+
3+
v1.3.8 - 16 Jan 2014
4+
Added Free Space Path Loss model (with optional diffraction)
25

36
v1.3.7 - 30 Dec 2013
47
Added propagation model option (-pm)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Signal-Server RF coverage calculator
22
====================================
33

44
/****************************************************************************\
5-
* Signal Server 1.3.7: Server optimised SPLAT! by Alex Farrant *
5+
* Signal Server 1.3.8: Server optimised SPLAT! by Alex Farrant *
66
******************************************************************************
77
* SPLAT! Project started in 1997 by John A. Magliacane, KD2BD *
88
* *
@@ -22,7 +22,7 @@ Signal-Server RF coverage calculator
2222
* for more details. *
2323
* *
2424
******************************************************************************
25-
* g++ -Wall -O3 -s -lm -fomit-frame-pointer itm.cpp cost.cpp hata.cpp main.cpp -o ss *
25+
* g++ -Wall -O3 -s -lm -fomit-frame-pointer itm.cpp cost.cpp hata.cpp fspl.cpp main.cpp -o ss *
2626
\****************************************************************************/
2727

2828
Usage: Signalserver (options)

0 commit comments

Comments
 (0)