> For the complete documentation index, see [llms.txt](https://docs.yudash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yudash.com/dc/df/axon.md).

# YuDash Axon

**YuDash Axon** is the edge intelligence layer built into **YuDash IoT devices**, designed to preprocess data at the device level before forwarding it to the cloud or industrial systems. It enables real-time transformation, computation, and standardization of raw inputs from a wide range of sensors and instruments.  This feature is available only in few part numbers.

***

#### **Key Features of Axon**

* **🧩** [**YuParse**](/dc/df/axon/parse.md)\
  Extracts structured values from ASCII/text sensor outputs using pattern-based parsing. Supports flexible tokenized patterns (`#D1`, `#A2`, etc.) and maps them to named variables.
* **➗ Calculator**\
  Perform real-time computations using parsed or raw values. Supports arithmetic expressions like addition, multiplier and basic functions (`min()`, `abs()`, etc.) to derive synthetic values at the edge.
