Summary
Server-side Arma Reforger mod that streams live player positions and Conflict base state to any HTTPS endpoint as JSON snapshots. Pair with a map renderer for real-time situational awareness.
Description
▎ PlayerTelemetry is a server-side mod for Arma Reforger that publishes a complete snapshot of your scenario's state to any HTTPS endpoint, on a schedule you control. Every tick — by default once every five seconds — the mod gathers each connected player's name, Reforger UUID, faction, world position, and status (alive / dead / in vehicle), plus every Conflict military base's name, owning faction, position, HQ / control-point flags, and seizing radius. The snapshot is serialized as a single JSON object, signed with an operator-supplied bearer token, and POSTed to a host you configure. The mod is push-only, server-only, fails closed when its config is incomplete, and ticks at a 1 Hz floor — so client performance is unaffected and the cadence can never run faster than your receiver expects. Point it at your own backend, a community live-map service, an AAR generator, a Discord bot, an analytics pipeline, or anything else that can speak HTTP. It works well if you use the tool from https://github.com/nickludlam/EnfusionMapMaker to make a custom map of your scenario.
License
Arma Public License Share Alike (APL-SA)