Raul MC commited on
Commit
6303845
·
1 Parent(s): a7a6194

docs: add links to new synapse-link, myelin-accelerator, and soma-engine repos

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -70,7 +70,9 @@ All core libraries extracted from this project are published as standalone open-
70
  | [spikenaut-telemetry](https://github.com/rmems/spikenaut-telemetry) | Unified GPU/CPU/mining telemetry (NVML, k10temp, powercap, CSV/JSONL export) |
71
  | [spikenaut-ingest](https://github.com/rmems/spikenaut-ingest) | Multi-chain blockchain ingest with state-space interpolation to 10 Hz |
72
  | [spikenaut-spine](https://github.com/rmems/spikenaut-spine) | 120-byte packed ZMQ wire protocol for Rust↔Julia SNN communication |
73
- | [spikenaut-ghost](https://github.com/rmems/spikenaut-ghost) | Bio-inspired ghost trading engine: ATP energy metaphors, Kelly sizing, JSONL audit log |
 
 
74
 
75
  ### Julia — JuliaHub / General Registry
76
  | Package | Description |
@@ -91,6 +93,19 @@ All core libraries extracted from this project are published as standalone open-
91
 
92
  ---
93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  # 🦁 Spikenaut-SNN-v2
95
  The Lion That Survives
96
 
@@ -213,7 +228,12 @@ cargo run --release --bin market_pilot
213
 
214
  ---
215
 
216
- ## 🚀 Major Update: Hybrid Julia-Rust Architecture
 
 
 
 
 
217
 
218
  ### Revolutionary Training Pipeline
219
  - **Rust Telemetry Layer**: 50 Hz data collection from Kaspa/Monero nodes
 
70
  | [spikenaut-telemetry](https://github.com/rmems/spikenaut-telemetry) | Unified GPU/CPU/mining telemetry (NVML, k10temp, powercap, CSV/JSONL export) |
71
  | [spikenaut-ingest](https://github.com/rmems/spikenaut-ingest) | Multi-chain blockchain ingest with state-space interpolation to 10 Hz |
72
  | [spikenaut-spine](https://github.com/rmems/spikenaut-spine) | 120-byte packed ZMQ wire protocol for Rust↔Julia SNN communication |
73
+ | [synapse-link](https://github.com/rmems/synapse-link) | UART / FPGA Serial I/O (formerly neuro-spike-bridge) |
74
+ | [myelin-accelerator](https://github.com/rmems/myelin-accelerator) | CUDA spiking-network kernels (formerly neuro-spike-kernels) |
75
+ | [soma-engine](https://github.com/rmems/soma-engine) | SNN Engine + Inference (formerly neuro-spike-core) |
76
 
77
  ### Julia — JuliaHub / General Registry
78
  | Package | Description |
 
93
 
94
  ---
95
 
96
+ ## 📸 Visual Proof: Silicon Pulse & FPGA Deployment
97
+
98
+ ![SNN Pulse v2](assets/snn_pulse_v2.png)
99
+ *Behold the 'Silicon Heartbeat' — Behavioral simulation showing the 50 Hz temporal pulse and neural firing cadences.*
100
+
101
+ ![FPGA Hardware Deployment](assets/fpga_hardware_cat.jpg)
102
+ *Real-world deployment on the Xilinx Artix-7 (Basys3) FPGA. Verified neural cortex protocol running on bare metal (Lion approved).*
103
+
104
+ ![Simulation Waveform Close-up](assets/snn_waveform_close.png)
105
+ *Granular timing analysis of the asynchronous spike-train encoding.*
106
+
107
+ ---
108
+
109
  # 🦁 Spikenaut-SNN-v2
110
  The Lion That Survives
111
 
 
228
 
229
  ---
230
 
231
+ ## 🚀 Major Update: Hybrid Julia-Rust Architecture & "Clean Break" Refactor
232
+
233
+ ### "Clean Break" Refactor (v2.1)
234
+ - **Extracted Mining**: Mining supervisor and binaries moved to standalone [theseus-mining](https://github.com/rmems/ship_of_theseus_rs/tree/main/BLOCKCHAIN/theseus-mining) repository.
235
+ - **Purged Tutor Logic**: Removed legacy AI Tutor crates (`spike-cognitive`) and Bevy/Rapier3D dependencies to reduce core cognitive load and binary size.
236
+ - **Validated Telemetry**: Dataset now only contains high-value, validated 7-crypto research data.
237
 
238
  ### Revolutionary Training Pipeline
239
  - **Rust Telemetry Layer**: 50 Hz data collection from Kaspa/Monero nodes