feat: Part 2 of adapting old docs. (now finished)

This commit is contained in:
2026-05-05 19:41:54 -04:00
parent d66e9e3584
commit 87694fe969
19 changed files with 34 additions and 37 deletions

View File

@@ -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' }
]
}

Submodule JiboDocs deleted from afcacf6df4

View File

@@ -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

View File

@@ -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]]

View File

@@ -1,3 +1,4 @@
# Network Profiling & Traffic
Since Jibos 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 robots 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

View File

@@ -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:**

View File

@@ -1,4 +1,4 @@
- - -
# #AtDev , work in progress
- - -
Under /etc/init.d/ we have

View File

@@ -0,0 +1,2 @@
# JiboAutoModv2
This folder contains internal documentation for how this repo works.