.. _2.0-interpreter: ================================ Interpreter ================================ The interpreters are the core of the fallback mechanism. Whenever a packet from a different network can't be interpreted nativly, at least a interpreter which translates the packet & context to HTML must be provided. We split the next two chapters around the following questions: 1. What is needed to build and provide an interpreter for an own format? 2. Whats the context to call, execute and interact with foreign interpreters. .. toctree:: 2.1-building_interpreter 2.2-calling_interpreter