|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
GNSS survey-in: WGS84 geodetic <-> ECEF + fixed-position averaging (DETWS_ENABLE_NTRIP_CASTER). More...
#include "ServerConfig.h"Go to the source code of this file.
GNSS survey-in: WGS84 geodetic <-> ECEF + fixed-position averaging (DETWS_ENABLE_NTRIP_CASTER).
An RTK / DGPS base must advertise its own antenna position precisely. A stationary receiver's single-epoch fixes scatter by meters, so the base "surveys in": it averages many fixes into one mean position and only trusts it once enough observations have landed and their spread is small enough. That mean position, in ECEF, is what the caster puts in an RTCM3 1005/1006 message (see rtcm3.h).
This is the pure, zero-heap, host-tested core:
Definition in file gnss_survey.h.