Frontier Stack - local log agent for the Operations Board
==========================================================

What this is: the local half of https://frontier-ops.pages.dev. It reads your
EVE Frontier game log files and serves your live data to the hosted board -
on 127.0.0.1 (your own machine) only. Nothing is uploaded anywhere.

Setup (once):
1. Install Python 3.10+ from https://www.python.org (tick "Add to PATH").
2. Unzip this folder anywhere (e.g. C:\FrontierStack).
3. Windows: double-click "Start Frontier Stack.bat"
   Linux:   run  python3 start_stack.py  in the extracted folder
   - it finds your Gamelogs folder automatically (including Steam Proton
     prefixes on Linux); if not, it creates stack_config.json where you
     set the path yourself.
4. Open https://frontier-ops.pages.dev - that's your Operations Board.
   Keep the stack window running while you play (minimize it).

Optional - start automatically with Windows: press Win+R, type
shell:startup, Enter, and put a shortcut to "Start Frontier Stack.bat"
into the folder that opens.

Updates: the board itself updates online (just refresh the page). Re-download
this kit only when told the parser changed (rare).

Frontier Stack is a free community tool, not affiliated with or endorsed by
CCP hf. EVE Frontier is a trademark of CCP hf.
