pvarki / docker-atak-server

Dockerfiles for building TAK server Java stuff and creating images
15 stars 4 forks source link

Changes to the default configuration file, default reporting times #17

Closed M1kk0H closed 7 months ago

M1kk0H commented 1 year ago

Have to make decision concerning default reporting rates. When decision is made changes to default configuration file have to be done.

Things to consider We don't want to drain user devices batterys. What is needed reporting times in basic use cases.

What would be way of working when defaults values have to be changed? This have to be opened in to a user manual. Also defaults values have to be told to users. Also other battery usage matters have to be opened to users.

Following vallues have to be updated to the TAK_defaults.pref "dynamicReportingRateMaxUnreliable" class="class java.lang.String">15< "dynamicReportingRateMinUnreliable" class="class java.lang.String">45< "dynamicReportingRateStationaryUnreliable" class="class java.lang.String">240<

"dynamicReportingRateMaxReliable" class="class java.lang.String">10< "dynamicReportingRateMinReliable" class="class java.lang.String">20< "dynamicReportingRateStationaryReliable" class="class java.lang.String">300<

"constantReportingRateUnreliable" class="class java.lang.String">45< "constantReportingRateReliable" class="class java.lang.String">45<

M1kk0H commented 7 months ago

This will be done with different isssue