Configuration File:

A sample configutarion file:

# Athena configuration file.
[general]

# v3.6 board types:
#  0: board = "ATLAS"
#  1: board = “HERMES” (ANAN-10,100)
#  2: board = “HERMES” (ANAN-10E, 100B)
#  3: board = “ANGELA” (ANAN-100D)
#  4: board = “ORION” (ANAN-200D)
#  5: Reserved
#  6: board = “Hermes Lite”
#  7: Reserved
#  8: Reserved
#  9: Reserved
#  254: XML hardware description follows
#  255: Full hardware description follows
radio_id : 2

# Rate at which the hardware, ie. the ADC, produces samples:
### pciE interface
###hardware_samplerate:	122880000
# ethernet interface:
hardware_samplerate : 61440000

# Length of the fft:
N : 1048576

# Overlap:
V : 4

# The address at which Athena advertises itself:
discovery : 10.11.12.69

# The NIC used for connection to the hardware (not applicable to pciE interface):
###radio:		"eno1"		# typically 1st NIC
radio : enp18s0	 # 2nd NIC

# Geometry of gui:
###xpos : 80
###ypos : 1480
xpos : 49
ypos : 16

# "There can be only one"
aether : true
thetis : false

#
#heartbeat:		1
# Juce Gui Look and Feel.
laf : 2

# The frequency adjustment factor, ie hardware osc. vs. reality.
# This is in parts per million.
frequency_factor : 18

# Use standalone audio server.
audioserver : false

# The microphone audio sample rate.
#mic_factor : 48000
# The interface to be used by Aether when launched by Athena.
aether_iface : eno1

# DAC frames to send when entering transmit mode.
dac_prefill_count : 3

# (transitional for xmit debug)
transmit_frequency : 7230000

# Transmitter drive level.
drive_level : 10

# Config file (eg. athena.cfg) editor (must be full path).
cfg_editor : /usr/bin/emacs

# Transmitter specific stuff:
[transmitter]

#
hasPreamp : true
hasAmp : true
preampOn : true
ampOn : false

# Maximum allowed drive level for the transmit hardware.
# Minerva has a range of 0 thru 255.
driveLevelLimitInUnits : 255

# Maximum power output of the preamp.
maximumPreampWatts : 20
preampLimitInWatts : 18

# Maximum power output of the main amp.
maximumAmpWatts : 500
ampLimitInWatts : 450

# drive level to watts output for the amp(s).
preampLevelsCfg : /usr/local/sdr/data/pennywhitsle.lvl
ampLevelsCfg : /usr/local/sdr/data/acom600S.lvl