Add Level 9 Deflate suite zip bundle and update documentation
Browse files- README.md +12 -2
- lora_operator_suite_lvl9.zip +3 -0
README.md
CHANGED
|
@@ -51,7 +51,16 @@ Below represents the audited execution timing, throughput, and memory bounds com
|
|
| 51 |
|
| 52 |
---
|
| 53 |
|
| 54 |
-
## 4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
Refer to the complete [instructions.md](instructions.md) file inside this repository for setup and integration parameters.
|
| 57 |
* **Humans:** How to set up dependencies, compile on Linux/Windows/macOS, and run the UDP/Serial transmitter and receiver nodes.
|
|
@@ -59,7 +68,7 @@ Refer to the complete [instructions.md](instructions.md) file inside this reposi
|
|
| 59 |
|
| 60 |
---
|
| 61 |
|
| 62 |
-
##
|
| 63 |
|
| 64 |
The standalone `LORA-OPERATOR` package is organized as follows:
|
| 65 |
* [cuneiform_u_v3.h](cuneiform_u_v3.h): Header-only static range coder in raw C.
|
|
@@ -68,4 +77,5 @@ The standalone `LORA-OPERATOR` package is organized as follows:
|
|
| 68 |
* [RakMiner-A1.py](RakMiner-A1.py): Hardware/UDP Transmitter script.
|
| 69 |
* [RakMiner-B2.py](RakMiner-B2.py): Hardware/UDP Receiver script.
|
| 70 |
* [instructions.md](instructions.md): Operational instructions for human developers and autonomous AI subagents.
|
|
|
|
| 71 |
* [Logo.jpg](Logo.jpg): Zymatica brand logo asset.
|
|
|
|
| 51 |
|
| 52 |
---
|
| 53 |
|
| 54 |
+
## 📦 4. Level 9 Deflate Suite Compression
|
| 55 |
+
|
| 56 |
+
The entire operations bundle (source decoders, database/logo, specifications, and packages) is fully packed and compressed into a single ZIP archive using Level 9 Deflate:
|
| 57 |
+
* **Archived Bundle**: [lora_operator_suite_lvl9.zip](lora_operator_suite_lvl9.zip)
|
| 58 |
+
* **Total Suite Package Footprint**: **153.35 KB (157,032 bytes)**.
|
| 59 |
+
* This single file contains everything needed to deploy, compile, and run the transmitter/receiver nodes on any local edge system.
|
| 60 |
+
|
| 61 |
+
---
|
| 62 |
+
|
| 63 |
+
## 5. Operational Instructions (Humans vs. AI Agents)
|
| 64 |
|
| 65 |
Refer to the complete [instructions.md](instructions.md) file inside this repository for setup and integration parameters.
|
| 66 |
* **Humans:** How to set up dependencies, compile on Linux/Windows/macOS, and run the UDP/Serial transmitter and receiver nodes.
|
|
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
| 71 |
+
## 6. Standalone Repository Structure
|
| 72 |
|
| 73 |
The standalone `LORA-OPERATOR` package is organized as follows:
|
| 74 |
* [cuneiform_u_v3.h](cuneiform_u_v3.h): Header-only static range coder in raw C.
|
|
|
|
| 77 |
* [RakMiner-A1.py](RakMiner-A1.py): Hardware/UDP Transmitter script.
|
| 78 |
* [RakMiner-B2.py](RakMiner-B2.py): Hardware/UDP Receiver script.
|
| 79 |
* [instructions.md](instructions.md): Operational instructions for human developers and autonomous AI subagents.
|
| 80 |
+
* [lora_operator_suite_lvl9.zip](lora_operator_suite_lvl9.zip): Complete compiled and packaged Level 9 Deflate archive.
|
| 81 |
* [Logo.jpg](Logo.jpg): Zymatica brand logo asset.
|
lora_operator_suite_lvl9.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e654615f651cf377a707050d931945f7ee8d8d7cac12a4c8cbe1f727a63ea04
|
| 3 |
+
size 157032
|