Refresh OpenJibo docs with a roadmap

This commit is contained in:
Jacob Dubin
2026-05-10 06:15:19 -05:00
parent 80c4ae38fb
commit d434138f9b
4 changed files with 209 additions and 74 deletions

View File

@@ -1,13 +1,15 @@
# JiboExperiments
Experiments, protocol notes, and early implementation work for bringing Jibo back.
This repository is the working lab for bringing Jibo back.
The active work lives in [OpenJibo](C:/Projects/JiboExperiments/OpenJibo), where the current direction is:
The active OpenJibo work lives in [OpenJibo/README.md](OpenJibo/README.md), and the long-range story now lives in [OpenJibo/docs/roadmap.md](OpenJibo/docs/roadmap.md).
- build a stable Azure-hosted replacement cloud first
- use the Node prototype as the reverse-engineering oracle
- port the real hosted system to .NET
- support first devices through RCM plus controlled DNS/TLS patching
- use OTA later as the path to a smoother recovery experience
Start here:
This repo is intentionally a working lab, not a finished product.
- [OpenJibo overview](OpenJibo/README.md)
- [Roadmap](OpenJibo/docs/roadmap.md)
- [Current cloud truth](OpenJibo/docs/development-plan.md)
- [Working feature queue](OpenJibo/docs/feature-backlog.md)
- [Device bootstrap path](OpenJibo/docs/device-bootstrap.md)
This repo intentionally stays a living notebook, not a polished product. That lets us keep the reverse-engineering notes, the hosted cloud, and the post-cloud ideas in one place without pretending they are all equally finished.