> For the complete documentation index, see [llms.txt](https://dev.teaproject.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.teaproject.org/z_glossary/gps.md).

# GPS

We need GPS but we don't use this for navigation. Our TEA nodes are stationary and don't move on the street. Instead of location, we use the acurate timestamps from GPS satellites. Every GPS satellite has an atomic clock, and it constantly sends time signals to any terrestrial GPS receiver. We use this as the source of the timestamps for all events.

To learn more about how we use the timestamps, click [conveyor](/z_glossary/conveyor.md) and [state machine](https://github.com/tearust/t-rust/blob/master/docs/_gitbook-dev-docs/z_glossary/state_machine.md).
