IOTA HOW TO START BUILDING.

Slides:



Advertisements
Similar presentations
Connecting to GMT machine via Windows 7. Windows PuTTy GMT on Mac server int-038.geosci.usyd.edu.au To use GMT, you will connect to a Mac server via PuTTy.
Advertisements

Linux commands exercise 1. What do you need, if you try to these at home? You need to download and install Ubuntu Linux from the Internet – DVD is need.
COMPUTER PROGRAMMING Task 1 LEVEL 6 PROGRAMMING: Be able to use a text based language like Python and JavaScript & correctly use procedures and functions.
Enter the address as shown below in the address bar.
Using Pine to send your ICS111 homework First Log in into UNIX using SSH either from home (If you have previously installed SSH or from the Lab. Once in.
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
Using Relational Databases and SQL Steven Emory Department of Computer Science California State University, Los Angeles Laboratory 1: Introduction to Relational.
Chinese Information Processing (I): Basic Concepts and Practice Unit 7: Web Pages in Chinese.
Installing Hugs on Windows March 31, Installing Hugs Go to Click on the Hugs link under implementations.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
© 2010 IBM Corporation IBM Experience Modeler - Theme Editor Installing Python Image Library Presenter’s Name - Presenter’s Title DD Month Year.
Operating Systems. Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications.
Lecture 8 Configuring a Printer-using Magic Filter Introduction to IP Addressing.
MBAC 611.  We have been using MS Access to query and modify our databases.  MS Access provides a GUI (Graphical User Interface) that hides much of the.
JR3PCI by J. Norberto Pires Installation Example.
Ext Environment Copyright © 2005 Liferay, LLC All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Potential Unix/Linux Questions March 25, 2014 Dr. Bob Mathis.
Introduction to Programming Workshop 1 PHYS1101 Discovery Skills in Physics Dr. Nigel Dipper Room 125d
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Ext Environment Copyright © 2005 Liferay, LLC All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Vim Editor and Unix Command gcc compiler Computer Networks.
Matthew Ellis rd January 2006 CM610 Assignment Bsc(Hons) Computing Studies.
Run your first C program.  Bring your computers to class  No prior programming experience is needed  Hours spent  Sakai  TAs.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
RT-LAB Electrical Applications 1 Opal-RT Technologies Use of the “Store Embedded” mode Solution RT-LAB for PC-104.
1 Installing Java on Your PC. Installing Java To develop Java programs on your PC: Install JDK (Java Development Kit) Add the directory where JDK was.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rarhttp://vulms.vu.edu.pk/Courses/CS609/Downl.
Practical Kinetics Exercise 0: Getting Started Objectives: 1.Install Python and IPython Notebook 2.print “Hello World!”
Exploring Spyder: An IDE for scientific computing
1 Introduction to SQL *Plus Oracle SQL Interface MIS309 Database Systems.
1. Starting 1 Let’s Learn Saenthong School, January – February 2016 Teacher: Aj. Andrew Davison, CoE, PSU Hat Yai Campus
Tomcat Setup BCIS 3680 Enterprise Programming. One-Click Tomcat Setup 2  This semester we’ll try to set up Tomcat with a PowerShell script.  Preparation.
WordPress and Etherpad with BlueMix and Docker. Our aim is to run on BlueMix containers (now in beta) these two famous services In the BlueMix dashboard,
HOW TO FIX MSVCR100. DLL IS MISSING ERROR? missing-error.
Trend Micro Support for Installing the Latest Version Security 2016.
How To Silent-Install The AVG Antivirus 2017 Using The DOS Command.
How to Program.
How to Work on your METEO 473 codes from your PC at home
Getting started with CentOS Linux
How to change the LOGO on PecStarWeb V3.6
WORKSHOP 19 HATCHBACK III
Raspberry Pi in Headless Operation
Introduction to SAS on acs-linux (via Xwin32)
Assignment Preliminaries
Perl A simple test.
How to fix Update Failure Error “0x800f081f” on Windows 10 KB ?
Appendix A: Introduction to SkyDrive and Office Web Apps
Updated July 15, 2017: How to start Condor on a Windows 10 PC
Apache MXNet | Installation
How to install the Enterprise Agent using Active Directory
3 10 A B 0.25 C 1 2 D 25% 7 20 E 20% F 0.35 G H 0.2 To edit presentation: change text in shapes, select all shapes by clicking on shape and pressing CTRL.
The Laptop Instrument Meeting 2 January 22, 2018.
BSc in Digital Media, PSUIC
Task 1 Computer Programming LEVEL 6 PROGRAMMING:
Run Java file with Window cmd
LAB 9 – INTRUSION DETECTION AND PREVENTION SYSTEMS
Getting started with CentOS Linux
Cordova & Cordova Plugin Installation and Management
You will be given the answer. You must give the correct question.
To download pictures to your computer:
How to Execute TSR Program
Scripts In Matlab.
Lecture 12: The Fetch Api and AJAx
Young Joon Kim SPL basic – Quick Start SPL First Beginner Course – 01 Young Joon Kim
How to Execute TSR Program
DOS Commands Damian Gordon.
PowerPoint Prototyping Toolkit
Macs without binding to Active Directory
Presentation transcript:

IOTA HOW TO START BUILDING

NodeJS http://www.iotameetup.nl/

Download the correct version for your operating system NodeJS Download the correct version for your operating system

Download the ‘Send’ file JS Script Download the ‘Send’ file http://www.iotameetup.nl/

Edit the .TS file with an editor (notepad will do the job) NodeJS Edit the .TS file with an editor (notepad will do the job)

Address Can be found on http://www.iotameetup.nl/ MessageBoard on http://node01.iotameetup.nl:1337/

NodeJS Open NodeJS on your computer (Search for Node after pressing Windows-key) 2. Go in that terminal screen to the directory of your ‘Send’ files (with the command ‘cd C:\Whereever\your\files\are’) 3. Type: ‘npm install’ This installs all necessary dependencies 4. Type: node send.ts 5. Look at the magic!