Upgrade to Pro — share decks privately, control downloads, hide ads and more …

VMR_weatherdata

HackCamp
July 22, 2017
390

 VMR_weatherdata

HackCamp

July 22, 2017
Tweet

Transcript

  1. 1 Copyright Solace Confidential We provide message router that can

    be used with open protocol Provide message router that provides services on public cloud
  2. 2 Copyright Solace Confidential Distribute past disaster prevention information XML

    data sequentially on this message router application Sample data provided by the Japan Meteorological Agency 660 pieces of sample data are published sequentially
  3. 3 Copyright Solace Confidential As a result, you can develop

    applications utilizing disaster prevention information in your favorite environment / language application Sample data provided by the Japan Meteorological Agency Dynamic, event- driven applications can be constructed based on information that is delivered from hour to hour MQTT Paho Java API application MQTT Paho JavaScript API application MQTT Paho C API application MQTT Paho Python API application MQTT Paho Python API application It can be used not only to feed data but also as infrastructure for original data delivery
  4. 4 Copyright Solace Confidential <?xml version="1.0" encoding="UTF-8"?> <Report xmlns="http://xml.kishou.go.jp/jmaxml1/" xmlns:jmx="http://xml.kishou.go.jp/jmaxml1/"

    xmlns:jmx_add="http://xml.kishou.go.jp/jmaxml1/addition1/"> <Control> <Title>気象警報・注意報</Title> <DateTime>2017-07-02T19:29:21Z</DateTime> <Status>通常</Status> <EditorialOffice>金沢地方気象台</EditorialOffice> <PublishingOffice>金沢地方気象台</PublishingOffice> </Control> <Head xmlns="http://xml.kishou.go.jp/jmaxml1/informationBasis1/"> <Title>石川県気象警報・注意報</Title> <ReportDateTime>2017-07-03T04:29:00+09:00</ReportDateTime> <TargetDateTime>2017-07-03T04:29:00+09:00</TargetDateTime> <EventID/> <InfoType>発表</InfoType> <Serial/> <InfoKind>気象警報・注意報</InfoKind> <InfoKindVersion>1.0_0</InfoKindVersion> <Headline> <Text>石川県では、土砂災害に警戒してください。能登では、河川の増水に警戒してください。</Text> <Information type="気象警報・注意報(府県予報区等)”> ・・・・・(続く) Examples of disaster information XML data
  5. 6 Copyright Solace Confidential You can specify the data you

    want to receive with wild card ("+", "#") and filter it Weather/JP/ category code /publishing_office code(※) Weather/JP/# When you want to receive all the information: Weather/JP/VPWW50/+ When you want to receive only weather warning / warning information : Weather/JP/+/JPTG When you want to receive information only from the Nagano district meteorological observatory : (※)e.g)in Tokyo → JPTK
  6. 8 Copyright Solace Confidential Reference o MQTT http://mqtt.org/ o Eclipse

    paho https://www.eclipse.org/paho/ o Solace Technical Information Portal Site http://dev.solace.com http://dev.solace.com/get-started/mqtt-tutorials/ ( MQTT sample program ) http://docs.solace.com ( documentation ) http://dev.solace.com/downloads/ (Download for Community Edition and time-limited Evaluation Edition )
  7. 9 Copyright Solace Confidential Information for using the message router

    項⽬ 値 Connection destination IP: Port number **.***.**.73:1885 (tcp) **.***.**.73:1895 (WebSocket) User name hackuser password ******** Contact: [email protected]