Adding field plot for 2022

Adds some bare minimum status information, mostly focused on getting the
camera readings showing on the screen.

Note that this code is largely borrowed from the 2020 field viewing
code.

TODO: Add debug information for superstructure state machine/catapult.

Change-Id: I896a3def0d8d8b0ef2fb132086eaba1ba8ec0c61
Signed-off-by: James Kuszmaul <jabukuszmaul+collab@gmail.com>
diff --git a/y2022/BUILD b/y2022/BUILD
index 1a5f692..98723af 100644
--- a/y2022/BUILD
+++ b/y2022/BUILD
@@ -300,3 +300,15 @@
     target_compatible_with = ["@platforms//os:linux"],
     visibility = ["//visibility:public"],
 )
+
+sh_binary(
+    name = "log_web_proxy",
+    srcs = ["log_web_proxy.sh"],
+    data = [
+        ":aos_config",
+        "//aos/network:log_web_proxy_main",
+        "//y2022/www:field_main_bundle.min.js",
+        "//y2022/www:files",
+    ],
+    target_compatible_with = ["@platforms//os:linux"],
+)