1 PlantUML Diagram Global
Deesdee edited this page 2026-02-10 19:46:49 +00:00

@startuml title 0xEntropy — Architecture globale

package "Dispositif 0xEntropy" { [Source physique\nd'entropie] as PHY [Microcontrôleur\n(échantillonnage + traitement)] as MCU [Interface USB\n(CDC/HID/Custom)] as USB

PHY --> MCU : Signal analogique/brut MCU --> USB : Flux de bits\n(brut ou conditionné) }

package "Système hôte" { [Application de réception\n(dump/natif)] as HOST_APP }

USB --> HOST_APP : Données via USB

note right of MCU

  • Échantillonnage (ADC)
  • Traitement (filtrage / whitening)
  • Gestion débit / buffer end note

@enduml