Stub in framework for new .net Open Jibo cloud

This commit is contained in:
Jacob Dubin
2026-04-11 07:12:57 -05:00
parent 0c040d1348
commit 8f838787a0
54 changed files with 1933 additions and 897 deletions

View File

@@ -1,3 +1,13 @@
# JiboExperiments
A place to put code that isn't quite OS worthy, but needs a home.
Experiments, protocol notes, and early implementation work for bringing Jibo back.
The active work lives in [OpenJibo](C:/Projects/JiboExperiments/OpenJibo), where the current direction is:
- 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
This repo is intentionally a working lab, not a finished product.