Hey everyone,
Quick update on LMU Pitwall — the dashboard has come a long way since the first release, and I wanted to share where it's at.
What is it?
LMU Pitwall is a real-time telemetry dashboard that reads data from LMU's shared memory and REST API. It runs as a single .exe — just start it alongside LMU and it auto-connects. No configuration needed.
Widgets:
- Fuel Manager — median consumption per lap (rolling, excludes first lap of each stint), laps to empty, fuel needed to finish
- Standings — live positions, gaps, sector times, pit status, class filtering, and a per-car damage mini-grid
- VehicleStatus — damage overview at three detail levels (compact / medium / full), covering aero, brakes, suspension, and dent severity per body zone
- Electronics — TC, ABS, ARB, Engine Map, Regen, Brake Migration — read directly from LMU shared memory, no button-counting, works in online sessions (EAC-protected)
- Tires — temperatures (inner / middle / outer / carcass), pressures, wear, and brake disc temps per corner
- Race Engineer — spoken callouts during practice, qualifying, and race: tire wear warnings, weather escalations, pace deltas, fuel status, flag alerts
- Strategy — Virtual Energy (VE) per lap from LMU's REST API, plus a fuel calculator for multi-stint planning
- Track Map — live vehicle positions on an SVG track map, colored by class
- Flags — real-time flag display (green, blue, yellow, red, chequered) with session-phase awareness
- Weather — current and forecast conditions
- Inputs — throttle, brake, and steering trace
- Post Race Results — load any LMU session XML for full classification, lap times, sector times, gaps, and pitstop data
- Toolbar — shows local IP and port so you can open the dashboard on a tablet in two seconds
- …and more
All widgets are drag & drop — arrange and resize them however you like. Layout is saved automatically.
Requirements:
LMU Pitwall requires the
rF2 Shared Memory Map Plugin by TheIronWolf. This is a free third-party plugin that many LMU tools depend on (SimHub, Crew Chief, etc.). If you already use one of those, you're set.
If not, setup takes about a minute — full instructions are on the
GitHub page.
Download:
GitHub:
https://github.com/Swizzjack/lmu-pitwall/releases
Available as an installer or portable .exe.
Network access (bonus):
The dashboard runs as a local web server, so you can also open it on a tablet or phone in your local network — just navigate to http://<your-pc-ip>:9000 in a browser. The IP is also shown in the dashboard toolbar for convenience. PC is still the primary target though.
Open source — and contributions welcome:
The entire project is open source (MIT license) on GitHub. Built with Rust and React. The latest release (v1.1.20) already includes contributions from the community — thanks to @Florent-V for the redesigned damage panel. If you want to contribute or check out the code, feel free to open an issue or PR.
Feedback welcome!
Lots has been added since the first post — Race Engineer voice callouts, the redesigned damage panel, virtual energy strategy support, and a bunch of smaller improvements. Let me know what works for you, what breaks, or what you'd like to see next.