IoT Data Platform

DEMO_INDEX 2016. 8. 31. 20:27

    RD IoT Demo Index > IoT Data Platform

    Youtube IoT Platform Movies : Link


      Reference Site


      * API  

          - Weather API 

              : OpenWeatherMap http://openweathermap.org/api

          - Traffic/CCTV API

              : ITS OpenAPI (KR) : http://openapi.its.go.kr/portal/dev/dev1.do

          - AI API

              : AI API.DATA (ETRI.KR) :  http://aiopen.etri.re.kr/service_api.php

          - API Store
              : SKT API Store : https://www.apistore.co.kr/api/apiList.do

      MQTT (MQ Telemetry Transport) : keep tcp connection

          - MQTT.orghttp://mqtt.org

          - MQTT Protocol v3.1.1 : http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html

          - Arduino Client Library for MQTT : http://pubsubclient.knolleary.net/index.html

              : Arduino Client for MQTT Download : https://github.com/knolleary/pubsubclient/releases

              : Arduino Client for MQTT API Docs : http://pubsubclient.knolleary.net/api.html

          - MQTT Client 

              : MQTT.fx : http://mqttfx.jensd.de/

              : MQTT.fx Download : http://www.jensd.de/apps/mqttfx/

          - MQTT Broker

              : Mosquittohttps://mosquitto.org/

              : Moquettehttps://github.com/andsel/moquette

              : RabbitMQ MQTT Adapterhttp://www.rabbitmq.com/blog/2012/09/12/mqtt-adapter/

              : Apollo 1.7.1 MQTThttps://activemq.apache.org/apollo/documentation/mqtt-manual.html

          - MQTT Load Test

              : MQTTBox (clients and load  : http://workswithweb.com/mqttbox.html

         - Node-RED : A visual tool for wiring the Internet of Things

              : Node-RED.org : https://nodered.org

              : Node-RED docs : https://nodered.org/docs

              : Node-RED Flow Library : https://flows.nodered.org

       

      * In-Memory Cache

          - Amazon ElastiCache (Redis, Memcached) :  https://aws.amazon.com/elasticache/

              : Amazon ElastiCache User Guide : http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/WhatIs.html

              : Download ElastiCache Memcached Cluster Client LibraryforJava : https://elasticache-downloads.s3.amazonaws.com/ClusterClient/Java/latest

              : Memcached Wiki : https://github.com/memcached/memcached/wiki

              : Download redis-cli : http://download.redis.io/redis-stable.tar.gz


      * AWS IoT 

          - Amazon AWS IoT (MQTT/WebSockets/HTTP) 

            : https://docs.aws.amazon.com/iot/latest/developerguide/protocols.html?icmpid=docs_iot_console

            : AWS IoT Device SDKhttps://aws.amazon.com/iot-platform/sdk/

            : AWS IoT Buttonhttps://aws.amazon.com/iotbutton/


      * SKT ThingPlug (with LoRa Network)

          - ThingPlug : https://sandbox.sktiot.com/IoTPortal/intro/introIoT

          - SKT ThingPlug API Docs : https://lora.sktiot.com/api/common/file/download?fileId=00ENAMSVLO3W67609B4D

          - ThingPlug Web API : http://docs.thingplug.apiary.io/

       

      * Developer Site / Console

          - Google Developer Consolehttps://console.developers.google.com

          - Samsung Developer Site : http://developer.samsung.com/

          - Amazon Developer Sitehttp://developer.amazon.com/

          - SKT IoT Developer Site (LoRa Module, Test Bed): https://lora.sktiot.com/developers/main.do

          - Hayo Developer Site : http://hayo.io/developer  

          - SmartThings Developer Sitehttps://smartthings.developer.samsung.com/ 

          - EnerTalk Developer Sitehttps://developer.enertalk.com

          - SmartThings Developer Sitehttps://developers.smartthings.com/


      * Amazon Web Service

          - AWS architecture Icons :  https://aws.amazon.com/ko/architecture/icons/

              : Download PPT : https://media.amazonwebservices.com/AWS-Design/Arch-Center/17.1.19_Update/AWS_Simple_Icons_PPT_v17.1.19.zip

          - AWS Well-Architected : https://aws.amazon.com//architecture/well-architected/

               : Download PDF : http://d0.awsstatic.com/whitepapers/architecture/AWS_Well-Architected_Framework.pdf

          - AWS Free Digital Education (IoT) : https://www.aws.training/LearningLibrary?filters=classification%3A25&search=&tab=digital_courses

          - Serverless (Build auto-scaling, pay-per-execution, event-driven apps on AWS Lambda) : https://serverless.com/


      * Google Cloud Platform 

          - Google Cloud Platform Free Tier : https://cloud.google.com/free/

          - Google Cloud Pub/Sub (real-time messaging and streaming) : https://cloud.google.com/pubsub/



      * IDE/Tools

          - Eclipse http://www.eclipse.org/downloads/eclipse-packages/

              : old version : http://wiki.eclipse.org/Older_Versions_Of_Eclipse

          - JDK 

              :  JDK 1.7 Docs : http://docs.oracle.com/javase/7/docs/

          - Velocity (Java Based Template Engine) : http://velocity.apache.org

          - MVNrepositoryhttps://mvnrepository.com/


      * Data Format

          - XMLhttps://www.w3schools.com/xml/

          - JSONhttp://www.json.org/

          - BSON (Binary JSON) : http://bsonspec.org/

          - MessagePack (like JSON but fast and small) : https://msgpack.org/

          - Google Protocol Buffershttps://developers.google.com/protocol-buffers/



      * Utils

          - Code Beautify Useful Converterhttps://codebeautify.org/

          - JSONLint (Json Validator) : http://jsonlint.com

          - JQ Play (a playground for jq) : https://jqplay.org/

          - RegExr (test Regular Expressions) : http://regexr.com/

          - PostMan (Http Client) : https://www.getpostman.com/app/download/win64

          - SoapUI (Functional Testing for SOAP & RestAPIs) : https://www.loadui.org/ 

          - LoadUI (Rest API Load and Performance Testing Tool) : https://www.loadui.org/

          - Git GUI Clienthttps://git-scm.com/download/win

          - Web Based NSLookup :  http://networking.ringofsaturn.com/Tools/nslookup.php

          - Web Encoder/Decoder (Base64,URL,IDN,XML,Bin-Hex)http://url-encode.online-domain-tools.com/

          - Youtube downloaderhttp://www.youtubedownloaderhd.com/

          - HxD Hex Editor : https://mh-nexus.de/downloads/HxDSetup.zip 

          - TFTPUtil (TFTP Server) : https://sourceforge.net/projects/tftputil/

          - jsonschema2pojo (JSON to POJO) : http://www.jsonschema2pojo.org/



      * Conference

          - SOSC(Samsung Open Source Conference) : http://www.soscon.net

      'DEMO_INDEX' 카테고리의 다른 글

      IoT H/W Platform  (0) 2016.08.31
      IoT Sensor  (0) 2016.08.31
      IoT Actuator  (0) 2016.08.31
      IoT Parts & Others  (0) 2016.08.31
      SDR Radio  (0) 2016.08.31
      Posted by RDIoT
      |