├── .DS_Store ├── README.md ├── docs ├── apiref │ ├── pure_api.md │ ├── siru_client.md │ └── siru_device.md ├── how_to_install.md ├── how_to_install_manually.md ├── how_to_setup_apikey.md ├── how_to_use_sample_app.md └── how_to_use_siru.md ├── images ├── install.jpg ├── iot_sample_app_bar.png ├── iot_sample_app_me.png ├── skyway-iot-sdk-overview.png ├── skyway_dashboard_appsetting.jpg └── skyway_dashboard_domaing.jpg └── install_scripts ├── debian_based ├── installer.0.0.2.sh ├── installer.0.1.0.sh └── installer.sh └── raspbian_stretch ├── installer.0.0.2.sh ├── installer.0.1.0.sh └── installer.sh /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/README.md -------------------------------------------------------------------------------- /docs/apiref/pure_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/docs/apiref/pure_api.md -------------------------------------------------------------------------------- /docs/apiref/siru_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/docs/apiref/siru_client.md -------------------------------------------------------------------------------- /docs/apiref/siru_device.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/docs/apiref/siru_device.md -------------------------------------------------------------------------------- /docs/how_to_install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/docs/how_to_install.md -------------------------------------------------------------------------------- /docs/how_to_install_manually.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/docs/how_to_install_manually.md -------------------------------------------------------------------------------- /docs/how_to_setup_apikey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/docs/how_to_setup_apikey.md -------------------------------------------------------------------------------- /docs/how_to_use_sample_app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/docs/how_to_use_sample_app.md -------------------------------------------------------------------------------- /docs/how_to_use_siru.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/docs/how_to_use_siru.md -------------------------------------------------------------------------------- /images/install.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/images/install.jpg -------------------------------------------------------------------------------- /images/iot_sample_app_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/images/iot_sample_app_bar.png -------------------------------------------------------------------------------- /images/iot_sample_app_me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/images/iot_sample_app_me.png -------------------------------------------------------------------------------- /images/skyway-iot-sdk-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/images/skyway-iot-sdk-overview.png -------------------------------------------------------------------------------- /images/skyway_dashboard_appsetting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/images/skyway_dashboard_appsetting.jpg -------------------------------------------------------------------------------- /images/skyway_dashboard_domaing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/images/skyway_dashboard_domaing.jpg -------------------------------------------------------------------------------- /install_scripts/debian_based/installer.0.0.2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/install_scripts/debian_based/installer.0.0.2.sh -------------------------------------------------------------------------------- /install_scripts/debian_based/installer.0.1.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/install_scripts/debian_based/installer.0.1.0.sh -------------------------------------------------------------------------------- /install_scripts/debian_based/installer.sh: -------------------------------------------------------------------------------- 1 | installer.0.1.0.sh -------------------------------------------------------------------------------- /install_scripts/raspbian_stretch/installer.0.0.2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/install_scripts/raspbian_stretch/installer.0.0.2.sh -------------------------------------------------------------------------------- /install_scripts/raspbian_stretch/installer.0.1.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nttcom/skyway-iot-sdk/HEAD/install_scripts/raspbian_stretch/installer.0.1.0.sh -------------------------------------------------------------------------------- /install_scripts/raspbian_stretch/installer.sh: -------------------------------------------------------------------------------- 1 | installer.0.1.0.sh --------------------------------------------------------------------------------