server 
The server logs all traffic and signal data. Once it records the signal, it sends it to the subspace broadcaster.
Store a maximum of MAX_LOG_ENTRIES
(400) log entries and then deletes them.
Vars | |
frequency_infos | List of frequency info: the name and color of each frequency that the server processes |
---|---|
log_entries | A list of previous entries on the network. It will not exceed
MAX_LOG_ENTRIES entries in length, flushing the oldest entries
automatically. |
total_traffic | Total trafic, which is increased every time a signal is increased and
the current traffic is higher than 0. See traffic for more info. |
Var Details
frequency_infos 
List of frequency info: the name and color of each frequency that the server processes
log_entries 
A list of previous entries on the network. It will not exceed
MAX_LOG_ENTRIES
entries in length, flushing the oldest entries
automatically.
total_traffic 
Total trafic, which is increased every time a signal is increased and
the current traffic is higher than 0. See traffic
for more info.