RD IoT Demo Index > IoT Data Platform
- Temboo (1)
- ARTIK Cloud (4)
- Samsung ARTIK 5 ARTIK Cloud using the Arduino IDE (REST) [P010.3]
- Samsung ARTIK 5 ARTIK Cloud using the Arduino IDE (MQTT) [P010.4]
- Amazon AWS (9)
- MQTT+Kafka+Amazon ElasticSearch Service [P015] - NEW
- Google Home AI Speaker [B187] + Amazon Polly - NEW
- Amazon Polly TTS(Text to Speech) [P017] - NEW
- Amazon Polly + Google Home + Sonoff wifi [P018] - NEW
- Pi4J + Amazon S3 REST API + Amazon Athena [P019] - NEW
- AWS IoT Core + Raspberry Pi + AWS IoT Device SDK for Java [P021] - NEW
- Pi4J + Amazon S3 REST API + S3 Lambda Trigger + DynamoDB [P022] - NEW
- S3 Lambda Trigger + Amazon SQS + SQSReceiver + SparkStreaming [P023]-NEW
- DynamoDB Stream + Amazon ES (ElasticSearch, Kibana) [P024] - NEW
- SmartThings (1)
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
* MQTT (MQ Telemetry Transport) : keep tcp connection
- MQTT.org : http://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
: Mosquitto : https://mosquitto.org/
: Moquette : https://github.com/andsel/moquette
: RabbitMQ MQTT Adapter : http://www.rabbitmq.com/blog/2012/09/12/mqtt-adapter/
: Apollo 1.7.1 MQTT : https://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 SDK : https://aws.amazon.com/iot-platform/sdk/
: AWS IoT Button : https://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 Console : https://console.developers.google.com
- Samsung Developer Site : http://developer.samsung.com/
- Amazon Developer Site : http://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 Site : https://smartthings.developer.samsung.com/
- EnerTalk Developer Site : https://developer.enertalk.com
- SmartThings Developer Site : https://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
- MVNrepository : https://mvnrepository.com/
* Data Format
- XML : https://www.w3schools.com/xml/
- JSON : http://www.json.org/
- BSON (Binary JSON) : http://bsonspec.org/
- MessagePack (like JSON but fast and small) : https://msgpack.org/
- Google Protocol Buffers : https://developers.google.com/protocol-buffers/
* Utils
- Code Beautify Useful Converter : https://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 Client : https://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 downloader : http://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 |