about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-06-06 23:05:43 -0500
committergennyble <gen@nyble.dev>2023-06-06 23:05:43 -0500
commitb6154d194559e2c9577e5fd0c3aaa3a148a3fed0 (patch)
treeeb96a8e93127c1b76702674dc195838a1d6c1305 /README.md
parentfdd7e44b5de9971f1b7b8a3f0cd9f6032bf01d4a (diff)
downloadlri-rs-b6154d194559e2c9577e5fd0c3aaa3a148a3fed0.tar.gz
lri-rs-b6154d194559e2c9577e5fd0c3aaa3a148a3fed0.zip
aux files
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 588319b..e32f239 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@ command: `java -jar quiltflower.jar -dgs=1 Light-L16-Archive/APKs/light_camera_d
 And it's proved useful! In `light/co/camera/proto/LightHeader.java` we can get an idea
 of the file header?
 
+Can we parse the message in the header with the protobuf as described in: [dllu/lri-rs](https://github.com/dllu/lri-rs/blob/main/proto/lightheader.proto)?
+
 ### File Header
 The file seems to consist of a header followed be a proto buf message
 that then gets appended to it.