From b367ab0dfa6f08c53940d2ae9abc655b46fc8172 Mon Sep 17 00:00:00 2001 From: Judah Fuller Date: Wed, 26 Apr 2023 18:08:41 +0100 Subject: Cleanup after pulling from upstream --- README.md | 40 ++++++++++----------------------------- docs/Control.md | 0 docs/Crypto.md | 0 docs/Updates.md | 0 docs/dev/README.md | 12 ++++++++++++ docs/dsp.md | 0 docs/resources/RenamedModels.png | Bin 0 -> 27896 bytes docs/resources/VNC.png | Bin 0 -> 30165 bytes 8 files changed, 22 insertions(+), 30 deletions(-) delete mode 100644 docs/Control.md delete mode 100644 docs/Crypto.md delete mode 100644 docs/Updates.md delete mode 100644 docs/dsp.md create mode 100644 docs/resources/RenamedModels.png create mode 100644 docs/resources/VNC.png diff --git a/README.md b/README.md index d53b998..fef7537 100644 --- a/README.md +++ b/README.md @@ -17,23 +17,27 @@ Unforunately it seems we got of on the wrong foot, for context I (Thomas) got ba ## Table of contents -- [Summary](https://github.com/VanIseghemThomas/OpenCortex#summary) +Want a more detailed file? Go [here](README_Detailed.md) -- [Opening a shell and gaining root access](https://github.com/VanIseghemThomas/OpenCortex#opening-a-shell-and-gaining-root-access) +- [Summary](#summary) -- [File access](https://github.com/VanIseghemThomas/OpenCortex#file-access) +- [Opening a shell and gaining root access](#opening-a-shell-and-gaining-root-access) -- [Editing the default model names](https://github.com/VanIseghemThomas/OpenCortex#editing-the-default-model-names) +- [File access](#file-access) -- [External editor (VNC)](https://github.com/VanIseghemThomas/OpenCortex#external-editor-vnc) +- [Editing the default model names](docs/consumer/Model_Renamer.md) + +- [External editor (VNC)](docs/consumer/VNC.md) ## Summary ### What is already possible (or in better terms discovered) +**For detailed research go to the [Dev Docs](docs/dev/README.md)** + Before I start of listing everything that is discovered, I want to make clear that this project has a small team and we're doing our best to do as much as possible in the time we've got available. A lot of things are still in progress but every day new things get discovered. There is a lot to look at and not everything can be done at the same time. we'll try to prioritise but roadblocks will be hit. -**Everything you see here is tested as working in practice.** +#### Currently Working Features - Gaining persistent access over a network connection. - Building an RDP solution to use the native CorOS UI live on your pc. @@ -42,33 +46,9 @@ Before I start of listing everything that is discovered, I want to make clear th - Deleting / adding presets from another device without reboot. - Detecting preset switches and which one is loaded. - Calibrating / testing the touchscreen -- Running a webserver - Building a Discord server (lots of dev work is now done here) - Captures are currently unsolved now solved. They can be decrypted using the [OpenCortex decryptor](https://vaniseghemthomas.github.io/OpenCortex/File-decryption/webapp/). -### Currently being worked on - -- Manual backup management (Is it possible to load a backup saved externally? From what I've already seen, yes!) -- Creating an external file manager - - - It is now possible to view the available presets given the XML file. In the future this will be fetched from an API running on the QC - -- Creating an external editor - - Preset file stucture is fully reverse-engineered. - - Building the UI - - Testing external editing of presets and it's limitations. - -### Things that might work in the future - -- Creating an external controller: it is possible to detect preset changes and which preset is currently loaded. This can be used together with MIDI commands to create a controller that could display the current preset (like the Kemper controller). -- Bluetooth -- Custom USB connectivity -- Remote brightness control -- SD-card upgrade -- Creating a OpenCortex update URL that can be accessed by the native update menu. -- Expanding preset slots - - Got a pretty good idea how this can be done, still have to confirm it working. - ## Opening a shell and gaining root access ### Step 1: take out the SD-card diff --git a/docs/Control.md b/docs/Control.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/Crypto.md b/docs/Crypto.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/Updates.md b/docs/Updates.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/dev/README.md b/docs/dev/README.md index 83ab4e4..42edede 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -1,5 +1,17 @@ # Documentation of all the discoveries about Quad Cortex +## Known Topics + +- [Decrypt Captures](Crypto.md#Captures) + +## Research In Progress + +- [Custom DSP](DSP.md) + +## Planned Research + +- [Live Update Patchers](Updates.md) + ## General Info ## Misc Info diff --git a/docs/dsp.md b/docs/dsp.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/resources/RenamedModels.png b/docs/resources/RenamedModels.png new file mode 100644 index 0000000..220cda2 Binary files /dev/null and b/docs/resources/RenamedModels.png differ diff --git a/docs/resources/VNC.png b/docs/resources/VNC.png new file mode 100644 index 0000000..da44bd3 Binary files /dev/null and b/docs/resources/VNC.png differ -- cgit v1.2.3