diff --git a/.vitepress/config.mts b/.vitepress/config.mts index bfafd5d..c301208 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -50,6 +50,33 @@ export default defineConfig({ { text: 'ShofEL2 - Fusée Gelée Exploit', link: '/Dictionary/Shofel' } ] }, + { + text: 'Networking', + items: [ + { text: 'Network Profiling & Traffic Analysis', link: '/Networking/network-pt' }, + { text: 'Networking & ports & Error codes', link: '/Networking/ports' } + ] + }, + { + text: 'Documentation', + items: [ + { text: 'First Voice Interactions (before GTA 6)', link: '/documenting/voice' } + ] + }, + { + text: 'Jibo Tools & Mod Installer', + items: [ + { text: 'Index', link: '/jtools-minst/00 - Index' }, + { text: 'Installer (How It Works)', link: '/jtools-minst/01 - Installer (How It Works)' }, + { text: 'Mapping to guide', link: '/jtools-minst/02 - Mapping to guide' }, + { text: 'CLI Arguments', link: '/jtools-minst/03 - CLI Arguments' }, + { text: 'GUI (How It Works)', link: '/jtools-minst/04 - GUI (How It Works)' }, + { text: 'Windows Support', link: '/jtools-minst/05 - Windows Support' }, + { text: 'Updater (How It Works)', link: '/jtools-minst/06 - Updater (How It Works)' }, + { text: 'Working Directory + State Files', link: '/jtools-minst/07 - Working Directory + State Files' }, + { text: 'Troubleshooting', link: '/jtools-minst/08 - Troubleshooting' } + ] + }, { text: 'UART', items: [ @@ -61,6 +88,7 @@ export default defineConfig({ text: 'Other', items: [ { text: 'Connecting to WiFi', link: '/connect-to-wifi' }, + { text: 'AtDev Firewall', link: '/atdev' }, { text: 'FAQ', link: '/faq' } ] } diff --git a/JiboDocs b/JiboDocs deleted file mode 160000 index afcacf6..0000000 --- a/JiboDocs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit afcacf6df4c1a03d84646c715a5e801a46014289 diff --git a/docs/Documentation/ESML/Jibo-Animations.pdf b/docs/Documentation/ESML/Jibo-Animations.pdf deleted file mode 100755 index 3d8afe8..0000000 Binary files a/docs/Documentation/ESML/Jibo-Animations.pdf and /dev/null differ diff --git a/docs/Documentation/Useful Items List.md b/docs/Documentation/Useful Items List.md deleted file mode 100644 index 0803616..0000000 --- a/docs/Documentation/Useful Items List.md +++ /dev/null @@ -1,16 +0,0 @@ -Jibo was built a little weird, so it's easy to forget things. This document contains things that are nice to know for tinkering or developing for Jibo Revival. -- - - -## About [[The Splash screen image!]] - -## About [[The assets directory]] - -## About [[The audio directory]] - -## About [[Networking & ports & Error codes]] - -## About [[Network Profiling & Traffic Analysis]] - -## About [[Local Voice Round-Trip on Jibo (AI Commmunication)]] - -- - - - Documented by ZaneDev @ Our Discord \ No newline at end of file diff --git a/docs/Jibo Tools & Mod Installer/00 - Index.md b/docs/Jibo Tools & Mod Installer/00 - Index.md deleted file mode 100644 index cc01dbe..0000000 --- a/docs/Jibo Tools & Mod Installer/00 - Index.md +++ /dev/null @@ -1,14 +0,0 @@ -# JiboAutoModv2 -This folder contains internal documentation for how this repo works. - -## Start here - -- [[01 - Installer (How It Works)]] -- [[02 - Mapping to guide]] -- [[03 - CLI Arguments]] -- [[04 - GUI (How It Works)]] -- [[05 - Windows Support]] -- [[06 - Updater (How It Works)]] -- [[07 - Working Directory + State Files]] -- [[08 - Troubleshooting]] - diff --git a/docs/Documentation/Networking/Network Profiling & Traffic Analysis.md b/docs/Networking/network-pt.md similarity index 96% rename from docs/Documentation/Networking/Network Profiling & Traffic Analysis.md rename to docs/Networking/network-pt.md index b7fa4ef..2e8a528 100755 --- a/docs/Documentation/Networking/Network Profiling & Traffic Analysis.md +++ b/docs/Networking/network-pt.md @@ -1,3 +1,4 @@ +# Network Profiling & Traffic Since Jibo’s official servers were decommissioned, the robot hangs during the "Checking for Updates" phase, and of course. By sniffing its network traffic, (Community member : Jaked) has identified several hardcoded endpoints. Our goal is to redirect this traffic to a local server to simulate a "Success" response and unlock the robot’s full functionality. - - - Initial scans show that Jibo uses a standard network stack but maintains a strict internal firewall. @@ -65,7 +66,5 @@ When Jibo reaches the "Checking for Updates" screen, it isn't "dead." Even while --- -Check out [[Networking & ports & Error codes]] by ZaneDev from discord - ---- +Check out [Useful Ports](/Networking/ports) by ZaneDev from discord diff --git a/docs/Documentation/Networking/Networking & ports & Error codes.md b/docs/Networking/ports.md similarity index 96% rename from docs/Documentation/Networking/Networking & ports & Error codes.md rename to docs/Networking/ports.md index 77df8ac..6c176e6 100644 --- a/docs/Documentation/Networking/Networking & ports & Error codes.md +++ b/docs/Networking/ports.md @@ -1,4 +1,3 @@ -- - - # Useful Ports > [!INFORMATION] > You might not be able to access some ports if you haven't unblocked them on Jibo's firewall. @@ -7,7 +6,7 @@ This port has the skills manager. From here you can do a semi-reboot by stopping ### 15150 This port has logs. This port is only available on v3+ of the revival project (can be checked on the information section in settings). ### 10004 -Error service, allows you to simulate errors in realtime. Shows names of third parties by accident. +Error service, allows you to simulate errors in realtime. Shows names of third parties. It seems in recent versions of Jibo errors relating to him not being able to connect to Jibo Inc Servers don't create a pop up L2, L7, Q1 (oddly WIFI4 and WIFI4a still give pop up), Q4. N1-N12 don't have pop ups either. OTA11 and R1 also makes an error inside an error saying "NOT HANDLED BY ERROR SKILL". **TL;DR:** diff --git a/docs/Documentation/AtDev - New Firewall script.md b/docs/atdev.md similarity index 99% rename from docs/Documentation/AtDev - New Firewall script.md rename to docs/atdev.md index 85a278f..2bd5f6a 100644 --- a/docs/Documentation/AtDev - New Firewall script.md +++ b/docs/atdev.md @@ -1,4 +1,4 @@ -- - - + # #AtDev , work in progress - - - Under /etc/init.d/ we have diff --git a/docs/Documentation/Voice/Local Voice Round-Trip on Jibo (AI Commmunication).md b/docs/documenting/voice.md similarity index 100% rename from docs/Documentation/Voice/Local Voice Round-Trip on Jibo (AI Commmunication).md rename to docs/documenting/voice.md diff --git a/docs/jtools-minst/00 - Index.md b/docs/jtools-minst/00 - Index.md new file mode 100644 index 0000000..9b9afcc --- /dev/null +++ b/docs/jtools-minst/00 - Index.md @@ -0,0 +1,2 @@ +# JiboAutoModv2 +This folder contains internal documentation for how this repo works. \ No newline at end of file diff --git a/docs/Jibo Tools & Mod Installer/01 - Installer (How It Works).md b/docs/jtools-minst/01 - Installer (How It Works).md similarity index 100% rename from docs/Jibo Tools & Mod Installer/01 - Installer (How It Works).md rename to docs/jtools-minst/01 - Installer (How It Works).md diff --git a/docs/Jibo Tools & Mod Installer/02 - Mapping to guide.md b/docs/jtools-minst/02 - Mapping to guide.md similarity index 100% rename from docs/Jibo Tools & Mod Installer/02 - Mapping to guide.md rename to docs/jtools-minst/02 - Mapping to guide.md diff --git a/docs/Jibo Tools & Mod Installer/03 - CLI Arguments.md b/docs/jtools-minst/03 - CLI Arguments.md similarity index 100% rename from docs/Jibo Tools & Mod Installer/03 - CLI Arguments.md rename to docs/jtools-minst/03 - CLI Arguments.md diff --git a/docs/Jibo Tools & Mod Installer/04 - GUI (How It Works).md b/docs/jtools-minst/04 - GUI (How It Works).md similarity index 100% rename from docs/Jibo Tools & Mod Installer/04 - GUI (How It Works).md rename to docs/jtools-minst/04 - GUI (How It Works).md diff --git a/docs/Jibo Tools & Mod Installer/05 - Windows Support.md b/docs/jtools-minst/05 - Windows Support.md similarity index 100% rename from docs/Jibo Tools & Mod Installer/05 - Windows Support.md rename to docs/jtools-minst/05 - Windows Support.md diff --git a/docs/Jibo Tools & Mod Installer/06 - Updater (How It Works).md b/docs/jtools-minst/06 - Updater (How It Works).md similarity index 100% rename from docs/Jibo Tools & Mod Installer/06 - Updater (How It Works).md rename to docs/jtools-minst/06 - Updater (How It Works).md diff --git a/docs/Jibo Tools & Mod Installer/07 - Working Directory + State Files.md b/docs/jtools-minst/07 - Working Directory + State Files.md similarity index 100% rename from docs/Jibo Tools & Mod Installer/07 - Working Directory + State Files.md rename to docs/jtools-minst/07 - Working Directory + State Files.md diff --git a/docs/Jibo Tools & Mod Installer/08 - Troubleshooting.md b/docs/jtools-minst/08 - Troubleshooting.md similarity index 100% rename from docs/Jibo Tools & Mod Installer/08 - Troubleshooting.md rename to docs/jtools-minst/08 - Troubleshooting.md diff --git a/docs/Documentation/JiboExperiments Server/What is the JiboExperiments Server.md b/docs/servers/experimentserver.md similarity index 100% rename from docs/Documentation/JiboExperiments Server/What is the JiboExperiments Server.md rename to docs/servers/experimentserver.md