'DEMO_INDEX'에 해당되는 글 10건

  1. 2017.02.20 Project Demo
  2. 2016.12.22 BigData
  3. 2016.11.28 IoT AI
  4. 2016.08.31 Reference
  5. 2016.08.31 IoT H/W Platform
  6. 2016.08.31 IoT Sensor
  7. 2016.08.31 IoT Actuator
  8. 2016.08.31 IoT Parts & Others
  9. 2016.08.31 IoT Data Platform
  10. 2016.08.31 SDR Radio

Project Demo

DEMO_INDEX 2017. 2. 20. 21:04

RD IoT Demo Index > Project Demo

Download Project Docs : RDIoT_Project_190402.pdf


Youtube Project Movies : Link


'DEMO_INDEX' 카테고리의 다른 글

BigData  (0) 2016.12.22
IoT AI  (0) 2016.11.28
Reference  (0) 2016.08.31
IoT H/W Platform  (0) 2016.08.31
IoT Sensor  (0) 2016.08.31
Posted by RDIoT
|

BigData

DEMO_INDEX 2016. 12. 22. 14:51

RD IoT Demo Index > BigData

Youtube BigData Movies : Link


    Reference Site

     

    * Open Data

        - Open Source Data Portal CHAN : https://ckan.org

        - USA data.gov : https://catalog.data.gov/dataset

        - World Bank : http://datacatalog.worldbank.org

        - KOR DB Pedia: http://lod.data.go.kr

        - KOR data portal : http://data.go.kr

        - KOR Seoul open data plaza : http://data.seoul.go.kr

        - KOR RTWQI : http://koreawqi.go.kr

        - Yahoo Finance : https://finance.yahoo.com

            : ex) Download Facebook : https://finance.yahoo.com/quote/FB/history?period1=1330268400&period2=1488121200&interval=1d&filter=history

        - Google Finance : https://www.google.com/finance     

     

    * Data Format

        - XML

        - JSON

        - BSON

        - MessagePack : https://msgpack.org/

        - Protobuf (Google Protocol Buffers) : https://developers.google.com/protocol-buffers/

          : gRPC : https://www.grpc.io/


    * Big Data Collection

        - Logstashhttps://www.elastic.co/products/logstash

            : Codec plugins : https://www.elastic.co/guide/en/logstash/2.4/codec-plugins.html

            : Kafka input : https://www.elastic.co/guide/en/logstash/2.4/plugins-inputs-kafka.html

            : Kafka output : https://www.elastic.co/guide/en/logstash/2.4/plugins-outputs-kafka.html

            : ElasticSearch output : https://www.elastic.co/guide/en/logstash/2.4/plugins-outputs-elasticsearch.html

        - Fluentdhttp://www.fluentd.org

        - Splunk

            : Splunk Docs : http://docs.splunk.com/Documentation/Splunk

            : Download Splunk Enterprise : https://www.splunk.com/en_us/download/splunk-enterprise.html

            : Download Splunk Universial Forwarder : https://www.splunk.com/en_us/download/universal-forwarder.html

        - Flume  : https://flume.apache.org/

        - Chukwa : http://incubator.apache.org/chukwa

        - Scribe : https://github.com/facebookarchive/scribe

        - Sqoop (RDB to HDFS) : http://sqoop.apache.org/

            : Sqoop Docs : http://sqoop.apache.org/docs/1.4.6/index.html

            : Download Sqoop1 Latest stable release 1.4.6 : http://www.apache.org/dyn/closer.lua/sqoop/1.4.6

            : Download Sqoop2 Lastest cut 1.99.7 : http://www.apache.org/dyn/closer.lua/sqoop/1.99.7  

        - OpenAPI

     

    * MQ (Message Queuing)

        - JMS(Java Message Service)

            : JSR 914: Java Message Service (JMS) API : http://jcp.org/en/jsr/detail?id=914

            : Java Message Service 1.1 specification: http://java.sun.com/products/jms/docs.html
            : Open Message Queue: http://mq.java.net/
            : JSR 322: Java EE Connector Architecture 1.6: http://jcp.org/en/jsr/summary?id=322 

        - AMQP(Advaned Message Queuing Protocol) 

            : AMQP Wiki : https://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol
            : AMQP Protocol : https://www.amqp.org/

            AMQP Specs 0-9-1 (pdf) : http://www.rabbitmq.com/resources/specs/amqp0-9-1.pdf

        - MQTT(Message Queue Telemetry Transport) 

        - ZeroMQ(0MQ) : http://zeromq.org

        - ActiveMQhttp://activemq.apache.org

        - RabbitMQ (AMQP 0-9-1) : http://www.rabbitmq.com

            : Download RabbitMQ Server : http://www.rabbitmq.com/download.html

            : Get Started : http://www.rabbitmq.com/getstarted.html

            : erlang : http://www.erlang.org

            : Spring AMQP : http://projects.spring.io/spring-amqp

            : Mule AMQP : http://www.mulesoft.org/connectors/amqp-connector

            : Beetle : https://github.com/xing/beetle

        - Kestrel : https://github.com/twitter-archive/kestrel
        - Apache Kafkahttp://kafka.apache.org

            : Kafka data structures in Zookeeper : https://cwiki.apache.org/confluence/display/KAFKA/Kafka+data+structures+in+Zookeeper

            : Kafka Producer API : http://kafka.apache.org/documentation/#producerapi

            : Kafka Customer API : http://kafka.apache.org/documentation/#consumerapi  

            : Kafka Offset Monitor : http://quantifind.github.io/KafkaOffsetMonitor/

        - RabbitMQ vs Kafka : https://prismoskills.appspot.com/lessons/System_Design_and_Big_Data/Chapter_12_-_RabbitMQ_vs_Kafka.jsp

        - Exploring Message Brokers: RabbitMQ, Kafka, ActiveMQ, and Kestrel : https://dzone.com/articles/exploring-message-brokers

        - Amazon SQS (Amazon Simple Queue Service) : https://aws.amazon.com/sqs/

            : Amazon SQS Developer Guide : http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/Welcome.html

       

    * ELK Stack

        - ElasticSearch (Realtime RESTful search and analytics engine) : https://www.elastic.co/en/products/elasticsearch

        - Logstach (server-side data processing pipeline) : https://www.elastic.co/en/products/logstash 

        - Kibana (Visalize & Explore) : https://www.elastic.co/products/kibana

        - Amazon ES (Elasticsearch Service) 

            : Amazon Gettting Started http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-gsg.html

            : Amazon ES Dev Guide : http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/what-is-amazon-elasticsearch-service.html

     

    * DW (Data Warehouse)

        - Amazon Redshift : https://aws.amazon.com/redshift/

            : Amazon Redshift Database Developer Guide : http://docs.aws.amazon.com/ko_kr/redshift/latest/dg/welcome.html

            : Download Redshift JDBC Driver : http://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html#download-jdbc-driver

            : Download SQL Workbench/J for connecting Redshift : http://www.sql-workbench.net/downloads.html

     

    * ETL (Extraction Transformation Load)

        - Amazon Data Pipeline : https://aws.amazon.com/datapipeline/

           : Amazon Data Pipeline Developer Guide : http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/what-is-datapipeline.html

     

     * NoSQL

        - nosql-database.org : http://nosql-database.org/  

      1) In-Memory Key-Value Store

        - Memcached : http://memcached.org/

            : libevent (an event notification library) : http://www.monkey.org/~provos/libevent/

        - Repcached (memcached + replication) : http://repcached.lab.klab.org/

        - Redis : https://redis.io/

            : Redis Commands : https://redis.io/commands

            : Redis CLI (redis-cli) : https://redis.io/topics/rediscli

            : Download Redis Desktop Manager : https://redisdesktop.com/download

            : Redis Java Client 

              + Jedis : https://github.com/xetorthio/jedis/wiki

              + Lettuece : https://lettuce.io/

              + Redisson : https://redisson.org/

            : Redis Monitoring 

              + redis-stat : https://github.com/junegunn/redis-stat

              + redmon : https://github.com/steelThread/redmon

              + RedisLive : https://github.com/nkrode/RedisLive

              + redis-faina : https://github.com/facebookarchive/redis-faina

        - 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

      2) Key-Value Store 

        - Tokyo Tyrant : http://fallabs.com/tokyotyrant/

      3) Document Database 

       - Amazon DynamoDB : https://aws.amazon.com/dynamodb/

            : Amazon Dynamo DB Developer Guide : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/index.html

            : Download DynamoDBLocal : https://s3-ap-northeast-1.amazonaws.com/dynamodb-local-tokyo/dynamodb_local_latest.tar.gz

            : Dynamo DB Stremas : https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html

            : SQLite DB Browser Tools : https://github.com/sqlitebrowser/sqlitebrowser/releases

      4) Colunmnar  Database

       - Apache Cassandra : http://cassandra.apache.org/

            : Download Cassandra : http://cassandra.apache.org/download/

            : Cassandra Wiki : https://wiki.apache.org/cassandra/

            : Cassandra Query Language(CQL) v3.4.0 : http://cassandra.apache.org/doc/old/CQL-3.0.html

            : DataStax DevCenter for Cassandra : https://academy.datastax.com/downloads?dxt=DX#Studio

            : NoSQL Manager for Cassandra Tool (30days) : https://www.mongodbmanager.com/cassandra

      5) Graph  Database

        -  Neo4j Databasehttps://neo4j.com


    * Notification

        - AWS SES(Amazon Simple Email Service)

            : AWS SES Developer Guide : http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html

            : Send an Email Throught Using the AWS SDKforJava : http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-sdk-java.html

        - AWS SNS(Amazon Simple Notification Service) : http://docs.aws.amazon.com/sns/latest/dg/welcome.html

        - GCM (Google Cloud Messaging

        - FCM (Firebase Cloud Messaging) : the new version of GCM : https://firebase.google.com/docs/cloud-messaging

     

    * Query Engine

        - Presto (Distributed SQL Query Engine for Big Data) : https://prestodb.io/

        - Amazon Athena (Serverless Query Service - Amazon S3) : https://aws.amazon.com/athena/

     

    * Apache Spark 

        - Apache Spark : http://spark.apache.org

        - Download Apache Spark : http://spark.apache.org/downloads.html

        - Download Scala IDE for Eclipse : http://scala-ide.org/download/sdk.html

        - Download IntelliJ IDEA : https://www.jetbrains.com/idea/download/

        - Submit Application(spark-submit) : https://spark.apache.org/docs/latest/submitting-applications.html

        - Apache Spark Streaming

            : Spark Streaming Programming Guide : http://spark.apache.org/docs/latest/streaming-programming-guide.html

            : DStream : http://spark.apache.org/docs/latest/streaming-programming-guide.html#discretized-streams-dstreams

        - sparkjava (spark+java+web framework CRUD) : http://sparkjava.com/

            : GitHub : https://github.com/perwendel/spark

        - Spark Cassandra Connector : https://github.com/datastax/spark-cassandra-connector


    * Apache Storm

        - Apache Storm : http://storm.apache.org/


    * R

        - R (cran) : https://cran.r-project.org

        - R Manual : https://cran.r-project.org/manuals.html 

        - R bloggers : https://www.r-bloggers.com/

        - Cookbook for R Graphs(ggplot2) : http://www.cookbook-r.com/Graphs/

        - Download R 3.4.0 for Windows : https://cran.r-project.org/bin/windows/base/R-3.4.0-win.exe

        - RStudio : https://www.rstudio.com/products/RStudio/

            : Download RStudio Desktop : https://download1.rstudio.org/RStudio-1.0.143.exe

     

    * H2O

        - H2O.ai : https://www.h2o.ai/


    * Data Mining Tools

        - Weka :  https://sourceforge.net/projects/weka/

        - Knime :  https://www.knime.com/

           

    * Data Analytics Visualization

        - Apache Zeppelin (web-based notebook): http://zeppelin.apache.org/

        - Grafana : http://grafana.com/ 

        - D3(Data-Driven Documents) : https://d3js.org/  

        - Cytoscape (Network Graph) : http://www.cytoscape.org/download.php

        - Gephi (Network Graph) : https://gephi.org/users/download/

     

    'DEMO_INDEX' 카테고리의 다른 글

    Project Demo  (0) 2017.02.20
    IoT AI  (0) 2016.11.28
    Reference  (0) 2016.08.31
    IoT H/W Platform  (0) 2016.08.31
    IoT Sensor  (0) 2016.08.31
    Posted by RDIoT
    |

    IoT AI

    DEMO_INDEX 2016. 11. 28. 21:37

    RD IoT Demo Index > IoT AI



    Reference Site

     

    * Amazon AWS AI

        - Amazon Lex : https://aws.amazon.com/lex/

        - Amazon Rekognition : https://aws.amazon.com/rekognition/

        - Amazon Polly : https://aws.amazon.com/polly/

            : SSML(Speech Synthesis Markup Language) : http://www.w3.org/TR/2010/REC-speech-synthesis11-20100907/

        - Amazon Machine Learning : https://aws.amazon.com/machine-learning/


    * Amazon Alexa

        - Amazon Alexa Skills (Store)https://www.amazon.com/skills/

        - Amazon Alexa Skills Kit : https://developer.amazon.com/alexa-skills-kit

        - Amazon Alexa Voice Service : https://developer.amazon.com/alexa-voice-service

     

    * Apple Siri

        - Apple Siri : http://www.apple.com/ios/siri/

     

    * Google Assistant

        - Google Assistanthttps://assistant.google.com/

        - OK Google Command : http://ok-google.io/

        - GassistPi (Google Assistant for all RPi Boards)https://github.com/shivasiddharth/GassistPi

     

    * MS Cortana

        - MS Cortana : https://www.microsoft.com/en-us/mobile/experiences/cortana/

            : Developer Cortana : https://developer.microsoft.com/cortana

     

    * Samsung Bixby

        - Samsung Bixby AI Assistant : http://www.samsung.com/global/galaxy/apps/bixby/

        - VIV Labshttp://viv.ai/    

        - Bixby Developer Centerhttps://bixbydevelopers.com/

          : Bixby Developer Studio 


    * SKT AI (TAI)

        - SKT AI : https://developers.sktelecom.com/content/product/TAI/sub/?pkgId=857


    * Kakao AI (Kakao i)

        - Kakao i : https://kakao.ai/


    * Naver AI 

        - Clova https://clova.ai


    * AI Project

        - Google AI Project google.ai : http://google.ai

          : AI First Datacenter, Cloud TPU

          : AutoML (to AI by AI)

     

    * AI Open Source

        - Clarity Lab SIRIUS : http://sirius.clarity-lab.org/

            : Download sirius : http://sirius.clarity-lab.org/downloads/

        - Clarity Lab Lucida (Infrastructure for Emerging Intelligent Web Services)http://lucida.ai/

            : Download lucida : https://github.com/claritylab/lucida

        - TensorFlow : http://www.tensorflow.org

            : Getting Started : https://www.tensorflow.org/get_started/get_started

     

    * Statistical Learning

        - (eBook) An Introduction to Statistical Learning with Applications in R : http://www-bcf.usc.edu/~gareth/ISL/

          : Download the book PDF : http://www-bcf.usc.edu/~gareth/ISL/ISLR%20Seventh%20Printing.pdf

     

    * Machine Learning

        - ML Data Set

          : Kaggle.com dataset : https://www.kaggle.com/datasets

          : UCI Machine Learning Repository : http://archive.ics.uci.edu/ml/index.php

        - Algorithm
            : XGBoost : http://xgboost.readthedocs.io/en/latest/

        - Apache Mahout (ML LIbrary) : https://mahout.apache.org/

        - Jubatus (Distributed Online ML Framework) : https://jubat.us/en/

         

     * Robot

        - RT-Middleware

            : openRTM-aist : http://openrtm.org

        - ROS(Robot Operating System) : http://wiki.ros.org/

        - OpenHRP3http://fkanehiro.github.io/openhrp3-doc/

        - UNF-RF, RoIS Framework : http://ieeexplore.ieee.org/document/6145965/?reload=true&arnumber=6145965

    'DEMO_INDEX' 카테고리의 다른 글

    Project Demo  (0) 2017.02.20
    BigData  (0) 2016.12.22
    Reference  (0) 2016.08.31
    IoT H/W Platform  (0) 2016.08.31
    IoT Sensor  (0) 2016.08.31
    Posted by RDIoT
    |

    Reference

    DEMO_INDEX 2016. 8. 31. 20:31

    java 


    'DEMO_INDEX' 카테고리의 다른 글

    BigData  (0) 2016.12.22
    IoT AI  (0) 2016.11.28
    IoT H/W Platform  (0) 2016.08.31
    IoT Sensor  (0) 2016.08.31
    IoT Actuator  (0) 2016.08.31
    Posted by RDIoT
    |

    IoT H/W Platform

    DEMO_INDEX 2016. 8. 31. 20:31

    RD IoT Demo Index > IoT H/W Platform

    Youtube Samsung Artik Movies : Link
    Youtube Board Movies : Link


      Reference Site


      PICAXE : http://www.picaxe.com

      * Wiring  : http://wiring.org.co

          - Wiring Board : http://wiring.org.co/hardware

          - Wiring IDE : http://wiring.org.co/download/index.html

      * Arduino 

          - Arduino.cc : https://www.arduino.cc

          - Arduino.org : http://www.arduino.org

          - Arduino Function : https://www.arduino.cc/en/Reference/HomePage

          - Arduino Board : http://www.arduino.cc/en/main/hardware

          - Arduino Compatible Hardware : http://playground.arduino.cc/Main/SimilarBoards
          - Arduino Yun OpenWRT 

              : packages (1.6.2) : http://downloads.arduino.cc/openwrtyun/1.6.2/packages/index.html

      * Arduino-Compatible Board

          - Roboduino

          - Freeduino

          - Seeeduino

          - Chipkit : PIC

          - Femtoduino : Very Small

          - Ruggeduino : I/O Security Function

          - Teensy : Nano, Cheap

          - IOIO Board (PIC for Android) : https://en.wikipedia.org/wiki/IOIO

      * Arduino IDE

          - Arduino.cc IDE : https://www.arduino.cc/en/Main/Software

          - Arduino Web Editor : https://create.arduino.cc/editor

          - Arduino.org IDE : http://www.arduino.org/downloads

          - Sloeber Arduino eclipse IDE : http://eclipse.baeyens.it/

          - Programino IDE (cc1.6.5, org1.7.10) : http://programino.com/

      * ESP8266 Board

          - ESP8266 espressif : http://espressif.com/en/products/hardware/esp8266ex/overview

          - esp8266 community : http://www.esp8266.com/

          - WeMos : http://www.wemos.cc

      * NodeMcu (Lua Script Language)

          - NodeMCU Lua Dev board

          - NodeMCU Esplorer (Development Tool java)

      * Raspberry Pi 

          - Raspberry Pi.org : https://www.raspberrypi.org/

          - Raspberry Pi 2 PinMap : https://www.megaleecher.net/sites/default/files/images/raspberry-pi-rev2-gpio-pinout.jpg

          - Pi4J (Java I/O library for the Raspberrry Pi) : http://pi4j.com/https://github.com/Pi4J/pi4j

      * Banana Pi

          - Banana Pi org : http://www.banana-pi.org/

          - Banana Pi Wiki : https://en.wikipedia.org/wiki/Banana_Pi

      * Orange Pi

          - Orange Pi PC : http://www.orangepi.org/orangepipc/

      * Chipkit Pi

          - ChipKIT Pi : https://www.element14.com/community/community/raspberry-pi/raspberry-pi-accessories/chipkit_pi

          - ChipKIT : http://chipkit.net/   

      * Beglebone Black

          - TI Beegle Board : http://www.BeagleBoard.org

      * Samsung Artik

          - ARTIK : http://www.artik.io/

          - ARTIK Docs : https://developer.artik.io/documentation/

          - ARTIK Blog : https://www.artik.io/blog

          - ARTIK IDE : https://eclipse-che.readme.io/docs/download-artik-ide

          - ARTIK Arduino Board Lib : http://downloads.arduino.cc/libArduino/package_arduino.cc_linux_index.json

          - ARTIK GPIO : https://developer.artik.io/documentation/developer-guide/gpio/gpio-mapping.html

          - ALSA (The Advanced Linux Sound Architecture) Audio Control (arecord,aplay)

          - ARTIK Firmware : https://developer.artik.io/documentation/downloads.html#firmware

          - etcher (Burn images to SD) : https://etcher.io/

          - Tizen RT : https://wiki.tizen.org/Tizen_RT

          - NuttX RTOS : http://www.nuttx.org/


      * Particle Board 

          - Particle Photon (Wifi) : https://learn.sparkfun.com/tutorials/photon-development-guide

          - Particle Electron (Celluar) : only GSM

              : Country : https://s3.amazonaws.com/particle-marketing-assets/CountryListings.png

          - Particle Core 

          - Particle Tinker : http://docs.particle.io/photon/start/#step-2-install-the-app

          - Particle Build : https://build.particle.io/ 

          - Particle SDKs : https://www.particle.io/mobile

          - Particle Dev (Local IDE) : https://www.particle.io/dev

          - Particle CLI : https://github.com/spark/particle-cli

          - Particle ParticleJS : https://github.com/spark/particle-api-js

          - Particle Rest API : http://docs.particle.io/photon/api/

      * STM32 

          - Arduino for STM32 : http://www.stm32duino.com/

      * Maple (Leaflabs) 

          - Maple, Maple Mini : http://www.leaflabs.com/about-maple/

      * Samsung SmartThings : https://www.smartthings.com/

          - Samsung SmartThings Hub : https://shop.smartthings.com/products/samsung-smartthings-hub

          - Samsung SmartThings Product : https://shop.smartthings.com/products

          - SmartThings Groovy IDE : https://graph.api.smartthings.com/

          - SmartThings Developer : http://developer.smartthings.com/

          - SmartThings Developer Portal (new) : https://smartthings.developer.samsung.com/

          - SmartThings Docs : http://docs.smartthings.com/en/latest/

      * Scratch 

          - Scratch MIT MediaLab : https://scratch.mit.edu/

              : Scratch Web Editor : https://scratch.mit.edu/projects/editor/?tip_bar=home

          - S4A (Scratch for Arduino) : http://s4a.cat/

          - Entry (Entry Labs) : https://playentry.org
              : Download Entry : https://playentry.org/#!/offlineEditor

              : Entry offline Github : https://github.com/entrylabs/entry-offline/releases


      * Crowd funding

          - Kick Starter : https://www.kickstarter.com/

          - wadiz kor : https://www.wadiz.kr


      * 3D Modelling 

          - Thingiverse: https://www.thingiverse.com/ 

          - UG-NX (Unigraphics NX) : https://www.plm.automation.siemens.com/en/products/nx/

          - Fusion 360 (autodesk cloud based) : https://www.autodesk.com/products/fusion-360/


      * Learn & Tutorial

          - Learn Do Arduinoinfo : http://arduino-info.wikispaces.com/

       

      * Makers

          - Maker Faire Seoul : https://makerfaire.co.kr

          - Let's Make Instructables : http://www.instructables.com/

       

      * Tools

          - KiCad EDA (Electronics Design Automation Suite) : http://kicad-pcb.org/download/

      'DEMO_INDEX' 카테고리의 다른 글

      IoT AI  (0) 2016.11.28
      Reference  (0) 2016.08.31
      IoT Sensor  (0) 2016.08.31
      IoT Actuator  (0) 2016.08.31
      IoT Parts & Others  (0) 2016.08.31
      Posted by RDIoT
      |

      IoT Sensor

      DEMO_INDEX 2016. 8. 31. 20:30

      RD IoT Demo Index > IoT Sensor 

      Youtube Sensor Movies : Link

         


        Reference Site


        * DataSheet Search

            - alldatasheet :http://www.alldatasheet.com


        * Driver and Tools

            - Download FTDI Drivers : http://www.ftdichip.com/FTDrivers.htm

            - Download X-CTU : https://www.digi.com/products/xbee-rf-solutions/xctu-software/xctu


        * X10 

            - X10 (Home Automation Over Powerline) : https://www.x10.com/


        * GNSS (Global Navigation Satellite System)

            - GPS (Global Positioning System) : US

            - QZSS (Quasi-Zenith Satellite System) : Japan

            - RNSS (Regional Navigation Satellite System)

            - GLONASS (Global Navigation Satellite System) : Rusia


        * Indoor Navigation

            - IMES (Indoor Messaging System) : with GNSS

            - Wifi Fingerprint

            - Beacon with BLE


        * MS Kinect RGB-D Sensor

            - Kinect Wiki : https://en.wikipedia.org/wiki/Kinect


        * EnOcean (Self-powered IoT)

            - ESK 300 : https://www.enocean.com/en/enocean_modules/esk-300/

            - Development Tools : https://www.enocean.com/en/download/


        * RFID 

            - RFID Basics : http://www.priority1design.com.au/rfid_design.html

        'DEMO_INDEX' 카테고리의 다른 글

        Reference  (0) 2016.08.31
        IoT H/W Platform  (0) 2016.08.31
        IoT Actuator  (0) 2016.08.31
        IoT Parts & Others  (0) 2016.08.31
        IoT Data Platform  (0) 2016.08.31
        Posted by RDIoT
        |

        IoT Actuator

        DEMO_INDEX 2016. 8. 31. 20:30

          RD IoT Demo Index > IoT Actuator 

          Youtube Actuator Movies : Link


            'DEMO_INDEX' 카테고리의 다른 글

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

            IoT Parts & Others

            DEMO_INDEX 2016. 8. 31. 20:29

              RD IoT Demo Index > IoT Parts & Others 

              Youtube Parts & Others Movies : Link

                   

                  'DEMO_INDEX' 카테고리의 다른 글

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

                  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
                      |

                      SDR Radio

                      DEMO_INDEX 2016. 8. 31. 20:26

                        RD IoT Demo Index > SDR Radio 

                        Youtube SDR Radio Movies : Link



                          Reference Site


                          * Tools  

                              - RfCat Overview : https://bitbucket.org/atlas0fd00m/rfcat

                              - Inspectrum : https://github.com/miek/inspectrum



                          '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
                          IoT Data Platform  (0) 2016.08.31
                          Posted by RDIoT
                          |