EEW-for-Stream

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

README.md (463B)


      1 # EEW-for-Stream
      2 To provide EEW(Earthquake Early Warning) for streaming via OBS
      3 
      4 ## System Design
      5 It call EEW api and if it receive warning signals it provide OBS popup changing screen or do scripts.
      6 
      7 ```mermaid
      8 ---
      9 title:E4S System Design
     10 ---
     11 stateDiagram-v2
     12   OBSLaunch --> main
     13   main --> EEWapi: call
     14   EEWapi --> main: EEW data
     15   main --> Warner: EEW data
     16   Warner --> OBS: scripts
     17 ```
     18 
     19 ## Notes
     20 ### EEW API
     21 - https://www.p2pquake.net/develop/json_api_v2/#/