EEWBot / eew-renderer-proto

0 stars 0 forks source link

プロトコル詳細を詰める必要がある #1

Open yanorei32 opened 2 months ago

yanorei32 commented 2 months ago

発生時間 UNIX TIME (s) : u64 レンダリング解像度 (width/px): u32 マグニチュード (x10): u32 lat (x10): i32 lon (x10): i32 場所コードのindex: u32

{
  unix_time: u64,

  rendering_resolution: u32,

  magnitude_x10: u32,

  epicenter: (lat_x10, lon_x10),

  one: Vec<場所コード>,
  two: Vec<場所コード>,
  three: Vec<場所コード>,
  four: Vec<場所コード>,
  five_minus: Vec<場所コード>,
  five_plus: Vec<場所コード>,
  six_minus: Vec<場所コード>,
  six_plus: Vec<場所コード>,
  seven: Vec<場所コード>,
}
yanorei32 commented 2 months ago

base65536使いたいよね~