aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJudah Fuller <[email protected]>2023-04-26 18:08:41 +0100
committerJudah Fuller <[email protected]>2023-04-26 18:08:41 +0100
commitb367ab0dfa6f08c53940d2ae9abc655b46fc8172 (patch)
tree9bd314971229a694b9757bdd69be82a6a41c437a
parent006ed3ec28e3211a02fdb9baee1aba77581592d7 (diff)
downloadOpenCortex-b367ab0dfa6f08c53940d2ae9abc655b46fc8172.tar.gz
OpenCortex-b367ab0dfa6f08c53940d2ae9abc655b46fc8172.zip
Cleanup after pulling from upstream
-rw-r--r--README.md40
-rw-r--r--docs/Control.md0
-rw-r--r--docs/Crypto.md0
-rw-r--r--docs/Updates.md0
-rw-r--r--docs/dev/README.md12
-rw-r--r--docs/dsp.md0
-rw-r--r--docs/resources/RenamedModels.pngbin0 -> 27896 bytes
-rw-r--r--docs/resources/VNC.pngbin0 -> 30165 bytes
8 files changed, 22 insertions, 30 deletions
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
--- a/docs/Control.md
+++ /dev/null
diff --git a/docs/Crypto.md b/docs/Crypto.md
deleted file mode 100644
index e69de29..0000000
--- a/docs/Crypto.md
+++ /dev/null
diff --git a/docs/Updates.md b/docs/Updates.md
deleted file mode 100644
index e69de29..0000000
--- a/docs/Updates.md
+++ /dev/null
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
--- a/docs/dsp.md
+++ /dev/null
diff --git a/docs/resources/RenamedModels.png b/docs/resources/RenamedModels.png
new file mode 100644
index 0000000..220cda2
--- /dev/null
+++ b/docs/resources/RenamedModels.png
Binary files differ
diff --git a/docs/resources/VNC.png b/docs/resources/VNC.png
new file mode 100644
index 0000000..da44bd3
--- /dev/null
+++ b/docs/resources/VNC.png
Binary files differ