Code Monkey home page Code Monkey logo

aidor-acceleration-05's Introduction

AIDOR ACCELERATION 基礎知識講座 第5回 | サンプルプログラム

What's This?

IoT・ロボットビジネス創出プログラム「AIDOR ACCELERATION」における、 2018年度 基礎知識講座 第5回で使用したサンプルプログラムです。

Getting Started

第2回のセットアップ手順, および第3回のセットアップ手順もあわせて行ってください。

Raspberry Piにログインした後、下記画像 青線部内のアイコンをクリックしターミナルを開きます。

ターミナル上で、以下のコマンドを入力します:

sudo apt-get install nodejs npm

これにより、

  • nodejs: Node.js ::= 汎用用途のJavaScript開発環境
  • npm: npm ::= Node.js用のパッケージ管理ツール

以上2点がインストールされます。

次に、ダウンロードリンクをクリックすることで、 プログラムを一式ダウンロードできます。(この時、ダウンロード先・解凍先は /home/pi に変更してください。)

ターミナル上で、以下のコマンドを入力します:

cd ~/aidor-acceleration-05
npm i

これにより、Node-REDを起動するために必要なファイルがインストールされます。

How to Use

ターミナル上で、以下のコマンドを入力します:

cd ~/aidor-acceleration-05
npm start

その後、Webブラウザ上で http://127.0.0.1:1880 へアクセスすることで、 Node-REDを使用することができます。

Copyright (c) 2018,

This software is released under the MIT License.

aidor-acceleration-05's People

Contributors

guvalif avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.