From 36e1a555d93392d0fc8935aed8f2187882976dd4 Mon Sep 17 00:00:00 2001 From: Ilja Neumann Date: Fri, 27 Jan 2023 21:01:16 +0100 Subject: [PATCH 1/2] Fix typo other was --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 748dd41..752f3b5 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ This definitely appears to be some sort of command palette with command names, d ## Interfaces -With UART unresponsive, but encouraged by what we saw in the firmware, we turn to other was of interacting with the camera. That is, USB and WiFi. +With UART unresponsive, but encouraged by what we saw in the firmware, we turn to other way of interacting with the camera. That is, USB and WiFi. Again, thanks to docs, we have a pretty good start when it comes to wifi communication. Similarly, from Lyli project, we can see that WiFi communication is actually based on USB protocol and mostly follows the same protocol. Only that USB is actually based around SCSI commands, while WiFi is direct over TCP/IP. Lytro meltdown doccuments the following set of commands: From 9babf5d2bea74b297c20fd3022aea52dbb47f132 Mon Sep 17 00:00:00 2001 From: Ilja Neumann Date: Mon, 30 Jan 2023 15:26:20 +0100 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 752f3b5..b8cf9ff 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ This definitely appears to be some sort of command palette with command names, d ## Interfaces -With UART unresponsive, but encouraged by what we saw in the firmware, we turn to other way of interacting with the camera. That is, USB and WiFi. +With UART unresponsive, but encouraged by what we saw in the firmware, we turn to other ways of interacting with the camera. That is, USB and WiFi. Again, thanks to docs, we have a pretty good start when it comes to wifi communication. Similarly, from Lyli project, we can see that WiFi communication is actually based on USB protocol and mostly follows the same protocol. Only that USB is actually based around SCSI commands, while WiFi is direct over TCP/IP. Lytro meltdown doccuments the following set of commands: