{% extends "top_frame.htm" %} {% block body %}

System information


Platform information
System uname : {{ SI['uname'] }}
OS : {{ SI['os_version'] }}
Processor : {{ SI['proc'] }}
Python : {{ SI['python_version'] }}
User name : {{ SI['user'] }}
Storage : {{ SI['storage'] |safe }}
Network information
Host name : {{ SI['hostname'] }}
Full name : {{ SI['fqdn'] }}
IP address : {{ SI['ip_list'] }}
Station configuration
Station name : {{CONF['station_id'] }}
TZ : {{SI['TZ'] }}
Station position : {{CONF['station_lat'] }}d Lat, {{CONF['station_lon'] }}d Long
Min. elevation : {{CONF['min_elevation']}}
Satellites : {{",".join(CONF['satlist']) }}
Antenna
Track file path : {{ CONF['track_export'] }}
{% endblock %}