Hands-on Labs using the WLAN Pros ODROID Performance Testing Device

Size: px
Start display at page:

Download "Hands-on Labs using the WLAN Pros ODROID Performance Testing Device"

Transcription

1 Hands-on Labs using the WLAN Pros ODROID Performance Testing Device The goal is to provide Wireless LAN Professionals with a ready-to-use custom device to help provide throughput measurements for network performance. It can be used to test Wired-to-Wired, Wiredto-Wireless, and even Wireless-to-Wireless tests. These tests can assist in establishing baselines, help in troubleshooting, test consistency, as well as measuring network throughput from known end points. Why ODROID? The ODROID C-2 device has much in common with other Single-Board-Computers, like Raspberry Pi and others. We chose this platform for its versatility but mainly because it offers a full Gigabit Ethernet port, so that component should not ever be a bottleneck or be a throttle to network throughput testing. (unlike the Raspberry Pi s 10/100 Ethernet port). The specs on the ODROID are: 1.5GHz 64-bit quad-core single board computer (SBC) Gigabit Ethernet emmc Flash Storage boots in under 20-seconds Low power consumption around 1amp we power with standard USB battery Very Versatile Ability to use Bluetooth or USB keyboard/mice HDMI out capability We use an attached screen to do much of what we need Can be used in a headless environment

2 Linux Performance Testing Apps We are using Debian Linux with the following services running upon boot up so they are always ready: Application Version Port Iperf Iperf Ruckus ZAP 1.83 Ekahau eperf 3.x 5201 HTML5 Tests 6 versions 80 on Different URLs Client Applications (see other instructions on how to install all these client-side testing apps) Application Version MacOS Windows Android ios Iperf X X Iperf X X ZAP 1.83 X X Ekahau ESS X X WiFiPerf (Demo) 1.9 X X X X Ruckus Speedflex X X Hurricane Electric X X Aruba Utilities X Note: All the files for client-side applications are provided either on the included USB drive or via Internet while doing automatic installations. It is recommended you do the Client installs before starting on the ODROID performance testing. The installation instructions are in the appendix at the end of this document.

3 Powering On/Off Your ODROID The installed USB Battery from KORAL can be turned on with the power button on the side of the battery. Alternatively the ODROID can be powered with any 5v/2a power source. Powering Off the KORAL battery by pressing the power button TWICE! Connect your client devices to either the 2.4GHz or 5GHz SSID s. Note what IP addresses each received via WIRELESS connection. MacOS Windows OS Android ios Plug your ODROID into a wired port. Note what IP address it received. ODROID... Login and configure your ODROID SSH to the ODROID using an SSH Client Open Terminal (MacOS) or Putty (Windows) $ SSH root@a.a.a.a Default password = wlanpro Change root password: # passwd You should now have a remote session to your ODROID via SSH.

4 Performance Testing with the ODROID device Task 1 Basic Performance Test using iperf Execute an iperf test with iperf2 $ iperf c A.A.A.A Execute an iperf3 test $ iperf3 c A.A.A.A p C specifies client mode A.A.A.A is the ODROID IP address -p specifies the port to use

5 Task 2 Test Consistency using ZAP tool Using the Ruckus ZAP tool to measure the consistency and throughput of a network connection. Start zapd (daemon) Note: The starting of the ZAP daemon on the ODROID is by default at startup this is the ZAP Daemon on the client side. We will be running these ZAP tests from the client s perspective. Open a different terminal (MacOS) or Command Prompt (Windows) where we can control the ODROID. Run ZAP test to ODROID $ zap sa.a.a.a db.b.b.b -s specifies the source IP A.A.A.A is the ODROID IP Address -d specifies the destination IP B.B.B.B is your test device s IP Address Note: Do NOT put a space after the s or d Note: This will run a long time by default it will run 1,000 unique throughput tests. The results show not only average, but break down the results by percentile.

6 Task 3 Network Performance Graph using WiFiPerf Start WiFiPerf (MacOS) Configure WiFiPerf settings Target Server Address: A.A.A.A Server Port: 5202 Run Test A.A.A.A is the ODROID s IP address This tool is also using the ZAP application and showing a visual result of the statistics. Task 4 Mobile Performance Testing using Speedflex Start SpeedFlex app on ios or Android Configure SpeedFlex settings Destination Address: A.A.A.A Run Test A.A.A.A is the ODROID s IP address

7 Task 5 Mobile Performance Testing using Hurricane Electric Network Utilities iperf2 and iperf3 Use H/E Network Tools to perform an iperf2/3 measurement from ios Start H/E Network Tools Select iperf from the list of tools Configure iperf settings Select: iperf2 iperf Server: A.A.A.A Interval: 2 Bytes: 500M 4. Select field at top with address and click Go Note: Just click in the field with the server address then click enter *To use iperf3, select iperf3 and specify port 5202 Example: A.A.A.A -p 5202

8 Task 6 Mobile Performance Testing using Aruba Network Utilities Use Aruba Utilities to run an iperf test from an Android device Start Aruba Utilities (Android) Swipe to the left to select iperf page (Perhaps even multiple swipes) Configure iperf settings -c A.A.A.A -i 2 -t 10 -c connect to an iperf server at specified IP -i sets the reporting interval time in seconds -t time in seconds to run test for Run Task 7 - Remote test between 2 devices Use Zap to remotely measure the network performance between two devices. Start Zapd or Ruckus SpeedFlex on any two devices Example: iphone running SpeedFlex and Odroid running zapd Run a remote zap test from Windows or Mac $ zap -sa.a.a.a -db.b.b.b -s specifies source IP A.A.A.A = IP of Device 1 -d specifies destination IP B.B.B.B = IP of Device 2 *do not put a space after -s or -d

9 Task 8 Web Browser Speed Tests In this test, we will be using HTML5 code on the ODROID there is one specific set of code for the default on port 80 but to get additional tests one of which you might prefer for ease of use, readability, etc. We ve added 6 more versions for you to choose from. Just type in the appropriate URL. Start a Browser of choice Head over to A.A.A.A - your ODROID s IP Address Make choices on the check-boxes to what you d like to view Click Start For additional tests add one of these options to the end, like A.A.A.A/exampleX.html

10 Turn your ODROID into a Wireless Access Point Insert the enclosed USB Wi-Fi Adapter Configure your Access Point settings by editing the AP config file: /boot/ap.txt from an SSH session to the ODROID SSH to the ODROID using an SSH Client Open Terminal (MacOS) or Putty (Windows) $ SSH root@a.a.a.a Default password = wlanpro #nano /boot/ap.txt Modify the following settings from the WLANPros image: SSID WLAN_PRO wpa_passphrase changeme channel 36 Press Button 3 on the ODROID to start/stop the Access Point Turn on the access point, and then associate with your client. Check your IP address. Connect your client devices to the SSID s provided by the ODROID Access Point. Note what IP addresses each received. MacOS... Windows OS... Android... ios... Connect to the ODROID via SSH like above, or run any of the throughput tests. In this case you ll be testing the Wi-Fi USB device s capabilities By default it should be handing out xxx IP s from the ODROID s DHCP pool.

11 Use ODROID as a Remote Sensor for Wi-Fi Explorer Pro On the ODROID: Press button #2 to enable and disable the Remote Sensor service Note: SSH command line # service wifiexplorer-sensor start/stop On the MacOS Client: Start WiFi Explorer Pro Add a remote sensor You are now feeding information from the ODROID s attached USB Wi-Fi device directly to the running copy of Wi-Fi Explorer and can do remote analysis. (Think of having the ODROID shipped to a remote spot, plugged into an Ethernet port the attached remotely using Wi-Fi Explorer for gathering detailed information.)

12 Appendix Client Installations for ODROID Testing Macintosh Install iperf3 on Mac OS Install Xcode Launch Terminal Application $ xcode-select --install Install iperf3 $ sudo git clone $ cd iperf $ sudo./configure $ sudo make $ sudo make install Test if it is working $ iperf3 v Start an iperf 3 server $ iperf3 s Run an iperf3 client $ iperf3 c x.x.x.x (IP address of iperf3 server) Install iperf2 on Mac OS First, download and extract the latest iperf2 source code from here: Unzip and Save to your desktop. Open Terminal application and change directories to the location of the extracted iperf2 files, for example: $ cd ~/Desktop/iperf $./configure $ sudo make $ sudo make install

13 Test if iperf2 is installed: $ iperf v Start iperf2 server: $ iperf -s Run an iperf test as the client: $ iperf -c x.x.x.x (iperf2 server IP) Install ZAP on Mac OS Open Terminal application. $ sudo curl -O Note: Source-archive.zip is in the Clients for ODROID Exercises Folder Note: That is a capital letter O in the O command above, not a Zero. $ sudo unzip source-archive.zip $ cd zapwireless/trunk $ sudo make $ sudo make install $ sudo mv bin/macintosh/zap* /usr/local/bin Test the Zap server daemon: $ zapd Run a zap test: $ zap -sx.x.x.x -dx.x.x.x (Source and Destination IP Addresses) *zapd server must also be running on the same machine running this local test. Or if you are testing remotely the remote machine must be running the zapd daemon. Alternative method of using Zap on a Macintosh. Copy the zapd and zap files from the USB. /Clients for ODROID Exercises/ZAP/zap-mac/zap and zapd Copy these two files to the desktop. Test the Zap server daemon: $ /Users/YourUserName\ 1/Desktop/zapd Control-C to exit

14 Run a zap test: $ /Users/YourUserName\ 1/Desktop/zap -sx.x.x.x - dx.x.x.x (Source and Destination IP Addresses) Do not put a space after the s or the d. Use Control-C to exit. Install WiFiPerf (demo) Unzip the WiFiPerf Endpoint files from the Clients for ODROID Exercises Folder. /Clients for ODROID Exercises/Mac_OS_WiFiPerf_Deskptop_v2.0_b585b.zip Windows Install iperf3 Copy the iperf Windows files from the USB. /Clients for ODROID Exercises/iPerf3/iperf Windows Run iperf3.exe Test if it is working $ iperf3 v Start an iperf 3 server $ iperf3 s Run an iperf3 client $ iperf3 c x.x.x.x (IP address of iperf3 server) Install iperf2 Copy the iperf Windows files from the USB. /Clients for ODROID Exercises/iPerf2/iperf Windows Run iperf.exe Test if iperf2 is installed:

15 $ iperf v Start iperf2 server: $ iperf -s Run an iperf test as the client: $ iperf -c x.x.x.x (iperf2 server IP) Install ZAP Unzip the Zap-1.83-Windows files from the USB. /Clients for ODROID Exercises/zap-1.83-Windows Test the Zap server daemon: $ zapd Run a zap test: $ zap -sx.x.x.x -dx.x.x.x (Source and Destination IP Addresses) *zapd server must also be running on the same machine running this local test. Or if you are testing remotely the remote machine must be running the zapd daemon. Install WiFiPerf (demo) Unzip the WiFiPerf-Windows files from the USB. /Clients for ODROID Exercises/Windows_WiFiPerf_Endpoint_v1.0_b528.zip Ekahau Site Survey Install Ekahau ESS and ask instructor for a temporary license key. /Clients for ODROID Exercises/ESS

16 ios Install WiFiPerf (demo) Unzip the WiFiPerf Endpoint files from the USB. /Clients for ODROID Exercises/Mac_OS_WiFiPerf_Endpoint_v1.0_b585b.zip Install Ruckus Speedflex Get from Apple App Store Install Hurricane Electric Network Tools Install from Apple App Store. Android Install WiFiPerf (demo) Install the WiFiPerf Endpoint files from the USB. /Clients for ODROID Exercises/Andoird_WiFiPerf_Endpoint_v1.0_build528.apk Install Ruckus SpeedFlex Download from Google Play Store Install Hurricane Electric Network Tools App Download and Install from Google Play Store Install Aruba Utilities Download and install from Google Play Storehttps://play.google.com/store/apps/details?id=com.arubanetworks.arubautilities

REAL WORLD MOBILE WLAN TESTING - PART 2

REAL WORLD MOBILE WLAN TESTING - PART 2 REAL WORLD MOBILE WLAN TESTING - PART 2 WLAN PI OVERVIEW The goal, provide Wireless LAN Professionals with a ready-to-use device capable of providing throughput measurements for assessing network performance.

More information

Lab: Setting up PL-App with a Raspberry Pi

Lab: Setting up PL-App with a Raspberry Pi Lab Topology Objectives Set up a Raspberry Pi board as a PL-App device Use PL-App Launcher to provision and discover PL-App devices Background Cisco Prototyping Lab is a set of hardware and software components

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide NEXTAV TM Cloud Hub - Table of Contents Product Features... 1 Ways to Connect... 1 Hardware and Accessories... 2 Product Parameters... 2 Minimum Hardware Requirements... 2 Product

More information

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi Nick Antipa, Li-Hao Yeh, based on labs by Jon Tamir and Frank Ong January 24, 2018 This lab will walk you through setting up your Raspberry Pi

More information

Getting started with Raspberry Pi (and WebIoPi framework)

Getting started with Raspberry Pi (and WebIoPi framework) Getting started with Raspberry Pi (and WebIoPi framework) 1. Installing the OS on the Raspberry Pi Download the image file from the Raspberry Pi website. It ll be a zip file as shown below: Unzip the file

More information

How To Guide on JPerf and IPerf

How To Guide on JPerf and IPerf How To Guide on JPerf and IPerf Performance testing is used to validate your Network, and can be used on either Wired or Wireless segments. One way to use the iperf tool is testing between an iperf Server

More information

RX300 Settings Manual General

RX300 Settings Manual General RX300 Settings Manual General The RX300 is provisioned by the administrator. The settings can be modified remotely from vspace Console or the RX300 device itself. In the General tab, the administrator

More information

Spring 2017 Gabriel Kuri

Spring 2017 Gabriel Kuri Lab 2 ECE 431L Spring 2017 Gabriel Kuri This lab is made up of two parts. Part 1 will consist of familiarizing yourself with the Raspberry Pi (RPi). It includes running Unix/Linux commands to become somewhat

More information

IoTivity Development on ARTIK 530s

IoTivity Development on ARTIK 530s Getting Started Guide Sungdong Kim SAMSUNG IoTivity Development on ARTIK 530s G E T T I N G S T A R T E D G U I D E Version 1.0, October 24, 2018 Table of Contents Summary... 3 OCF and IoTivity... 3 The

More information

COALESCE PROFESSIONAL (PRO)

COALESCE PROFESSIONAL (PRO) USER MANUAL WC-COA-PRO COALESCE PROFESSIONAL (PRO) 24/7 AT OR VISIT BLACKBOX.COM TABLE OF CONTENTS 1. SPECIFICATIONS... 4 2. THE COALESCE PRO APP... 6 2.1 What is Coalesce Pro?...6 2.2 Networking...6 2.3

More information

XLink Kai Raspberry Pi Beginners Tutorial

XLink Kai Raspberry Pi Beginners Tutorial XLink-Kai-Raspberry-Pi-Beginners-Tutorial.md XLink Kai Raspberry Pi Beginners Tutorial Hi! This tutorial will guide you through setting up XLink Kai on a Raspberry Pi to play multiplayer system link Xbox

More information

Determining Your MAC address

Determining Your MAC address Determining Your MAC address A MAC (Media Access Control) address is a set of six pairs of alphanumeric characters separated by colons or dashes, e.g., AA:BB:CC:11:22:33, that uniquely identifies each

More information

DCM510 Quick Start Guide

DCM510 Quick Start Guide The best way to use the DCM510 controller is through a browser window using a PC, tablet or smartphone. Using a PC or Tablet: 1 2 3 4 Future Wi-Fi Fieldbus Ethernet (WLAN) (LAN) (LAN) Front Panel Communication

More information

Cassia Hub Bluetooth Router. ios & ANDROID APPLICATION GUIDE

Cassia Hub Bluetooth Router. ios & ANDROID APPLICATION GUIDE Cassia Hub Bluetooth Router ios & ANDROID APPLICATION GUIDE Items Included. Cassia Hub (). Power Adapter (). User Guide () Product Inputs / Controls. LED indicator. USB. Ethernet. Power (VDC) GETTING STARTED

More information

COALESCE: MEETING PLACE EDITION

COALESCE: MEETING PLACE EDITION USER MANUAL WC-COA-MPE COALESCE: MEETING PLACE EDITION 24/7 AT OR VISIT BLACKBOX.COM TABLE OF CONTENTS 1. SPECIFICATIONS... 4 2. THE COALESCE MPE APP... 6 2.1 What is Coalesce MPE?...6 2.2 Networking...6

More information

Aegis II Quick Start Guide

Aegis II Quick Start Guide The best way to use the Aegis II controller is through a browser window using a PC, tablet or smartphone. Using a PC or Tablet: 1 2 3 4 Future Wi-Fi Fieldbus Ethernet (WLAN) (LAN) (LAN) Front Panel Communication

More information

SOLVING ANDROID IPTV VIDEO STREAMING ISSUES

SOLVING ANDROID IPTV VIDEO STREAMING ISSUES 1 2 3 SOLVING ANDROID IPTV VIDEO STREAMING ISSUES 1-2-3 with Globeron 26 Sep 2017 DISCLAIMER Wi-Fi professionals use enterprise level tools, but these can be quite expensive for persons who want to troubleshoot

More information

Wi-Fi Setup Guide TM. Model 7320 Universal Programmable Smart Wi-Fi Thermostat. Leave this Setup Guide with thermostat.

Wi-Fi Setup Guide TM. Model 7320 Universal Programmable Smart Wi-Fi Thermostat. Leave this Setup Guide with thermostat. Wi-Fi Setup Guide TM Model 7320 Universal Programmable Smart Wi-Fi Thermostat Leave this Setup Guide with thermostat. 7320-105-02 1 Wire and Install Thermostat Properly wire and configure thermostat. Refer

More information

Deploy a Customer Site

Deploy a Customer Site Local Administration, on page 1 Run Port Check Tool, on page 4, on page 4 Add Cisco Wireless IP Phone 8821 to the Wireless LAN, on page 6 Provision the Phone, on page 7 Local Administration You can connect

More information

5inch HDMI LCD (B) User Manual

5inch HDMI LCD (B) User Manual 5inch HDMI LCD (B) User Manual Description 5 inch Resistive Touch Screen LCD, HDMI interface, supports various systems Features 800 480 high resolution, touch control Supports Raspberry Pi, and driver

More information

AC2600 MU-MIMO Wi-Fi Router QUICK INSTALL GUIDE

AC2600 MU-MIMO Wi-Fi Router QUICK INSTALL GUIDE AC2600 MU-MIMO Wi-Fi Router QUICK INSTALL GUIDE DIR-882 Package Contents DIR-882 AC2600 High Power Wi-Fi Gigabit Router Power Adapter Ethernet Cable Wi-Fi Configuration Card Quick Install Guide If any

More information

A - ELECTRONIC SCORESHEET - CONNECTIVITY INFORMATION

A - ELECTRONIC SCORESHEET - CONNECTIVITY INFORMATION A - ELECTRONIC SCORESHEET - CONNECTIVITY INFORMATION Note: This information is accurate whether we have a dedicated access point or not. In order to function properly, the Electronic Scoresheet needs to

More information

Wi-Fi Network applications for Apple Mac OS X

Wi-Fi Network applications for Apple Mac OS X Published on Jisc community (https://community.jisc.ac.uk) Home > Advisory services > Wireless Technology Advisory Service > Guides > Wi-Fi Network applications for Apple Mac OS X Wi-Fi Network applications

More information

Adafruit's Raspberry Pi Lesson 6. Using SSH

Adafruit's Raspberry Pi Lesson 6. Using SSH Adafruit's Raspberry Pi Lesson 6. Using SSH Created by Simon Monk Last updated on 2017-08-16 01:12:07 AM UTC Guide Contents Guide Contents Overview Enabling SSH Using a blank boot file Using Raspi-Config

More information

C-Assist Set up Guide

C-Assist Set up Guide C-Assist Set up Guide Wireless connection to and projection from PCs Macs and Mobile Devices CASIO COMPUTER CO., LTD. Contents Heading Wirelessly Connecting your PC/Mac to your Casio Projector Page Process

More information

Sigma Tile Workshop Guide. This guide describes the initial configuration steps to get started with the Sigma Tile.

Sigma Tile Workshop Guide. This guide describes the initial configuration steps to get started with the Sigma Tile. Sigma Tile Workshop Guide This guide describes the initial configuration steps to get started with the Sigma Tile. 1 Contents Contents... 2 Chapter 1: System Requirements... 3 Chapter 2: Configure Your

More information

Installing Your Multifunction to Your Network for the First Time. PIXMA MX350 / PIXMA MX870 Mac OS

Installing Your Multifunction to Your Network for the First Time. PIXMA MX350 / PIXMA MX870 Mac OS Installing Your Multifunction to Your Network for the First Time PIXMA MX350 / PIXMA MX870 Mac OS 1 Navigation Tips for Macintosh Users DOWN To navigate this guide, please use the arrows on the MAC keyboard

More information

Table Of Content 1. What s in the box 3 2. About the unit 4 3. Getting started 5 4. Networking options 6 5. Turning on the MTC-5000 Unit 7 6.

Table Of Content 1. What s in the box 3 2. About the unit 4 3. Getting started 5 4. Networking options 6 5. Turning on the MTC-5000 Unit 7 6. MTC-5000 User Guide Table Of Content 1. What s in the box 3 2. About the unit 4 3. Getting started 5 4. Networking options 6 5. Turning on the MTC-5000 Unit 7 6. The Status Bar Menu 8 7. Connecting participants

More information

AIR HANDLING UNIT CONNCECTION VIA TL-WR802N (AHU, TL-WR802N, smartphone) QUICK LAUNCH GUIDE P0117_AZ_0001

AIR HANDLING UNIT CONNCECTION VIA TL-WR802N (AHU, TL-WR802N, smartphone) QUICK LAUNCH GUIDE P0117_AZ_0001 WWW.SALDA.LT AIR HANDLING UNIT CONNCECTION VIA TL-WR802N (AHU, TL-WR802N, smartphone) QUICK LAUNCH GUIDE P0117_AZ_0001 CONTENTS I. CONNECTING THE ROUTER 3 II. TP-LINK WIRELESS N NANO ROUTER RANGE EXTENDER

More information

Quick Start. AC1600 WiFi VDSL/ADSL Modem Router Model D6400. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA USA

Quick Start. AC1600 WiFi VDSL/ADSL Modem Router Model D6400. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate the serial number on the label of your product and use it to register your product at https://my.netgear.com.

More information

Mobile Metrics. SUNY Technology Conference Bill Kramp. Copyright 2012 William D. Kramp All Rights Reserved

Mobile Metrics. SUNY Technology Conference Bill Kramp. Copyright 2012 William D. Kramp All Rights Reserved Mobile Metrics SUNY Technology Conference 2012 Bill Kramp Copyright 2012 William D. Kramp All Rights Reserved Metrics Throughput Examples Open Source Tools Latency Examples Open Source Tools Commercial

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 9L0-064 Title : OS X v10.8 Troubleshooting Exam Vendors : Apple Version : DEMO 1 /

More information

KODO Controller. Remote Access. Hutech Corporation Atlantic Ocean Dr., Unit B-17. Lake Forest, CA

KODO Controller. Remote Access. Hutech Corporation Atlantic Ocean Dr., Unit B-17. Lake Forest, CA KODO Controller Remote Access Hutech Corporation 25691 Atlantic Ocean Dr., Unit B-17 Lake Forest, CA 92630 https://hutech.com 20180709 Introduction The Kodo Controller provides basic input and output via

More information

Guidelines of Ethernet for Using a Star Device. - Mac OS X - Rev. 3.0

Guidelines of Ethernet for Using a Star Device. - Mac OS X - Rev. 3.0 Guidelines of Ethernet for Using a Star Device - Mac OS X - Rev. 3.0 Guidelines for Using an Etehrnet Star Device on Mac OS X The star device s IP address must be set in advance to use a star device that

More information

Installing driver over the network

Installing driver over the network Installing driver over the network Command- line Definition Description Command- line Definition Description /a or /A /n or /N /nd or /ND Specifies

More information

N900 Wireless Dual Band Gigabit Router

N900 Wireless Dual Band Gigabit Router Trademarks NETGEAR, the NETGEAR logo, and Connect with Innovation are trademarks and/or registered trademarks of NETGEAR, Inc. and/or its subsidiaries in the United States and/or other countries. Information

More information

WiFi Camera (V380) Installation Manual. iphone IOS Android. PC Client available on

WiFi Camera (V380) Installation Manual. iphone IOS Android. PC Client available on WiFi Camera (V380) Installation Manual iphone IOS Android PC Client available on www.av380.cn/index-en.html iphone IOS Smart Phone Installation WiFi smart link installation (with WiFi Network) 1. Open

More information

HOW TO SETUP TP-LINK DECO

HOW TO SETUP TP-LINK DECO HOW TO SETUP TP-LINK DECO Ver 1.0 1 Before we start the TP-LINK DECO, we need to install TP-LINK DECO apps on our mobile. Goto PLAY STORE search for TP-LINK DECO Select TP-LINK DECO and install the apps

More information

1 WiPG-1600 User s Manual. WiPG User's Manual. version: 2.01

1 WiPG-1600 User s Manual. WiPG User's Manual. version: 2.01 1 WiPG-1600 User s Manual WiPG-1000 User's Manual version: 2.01 2 WiPG-1600 User s Manual Table of Contents 1 Overview... 3 2 Package Contents... 4 3 USB Token Contents... 4 4 Physical Details... 5 5 What

More information

TCP/IP CONFIGURATION 3-6

TCP/IP CONFIGURATION 3-6 TCP/IP CONFIGURATION 3. Type IPCONFIG /RENEW and press the Enter key. Verify that your IP Address is now 192.168.2.xxx, your Subnet Mask is 255.255.255.0 and your Default Gateway is 192.168.2.1. These

More information

ShareLink 200 N Setup Guide

ShareLink 200 N Setup Guide ShareLink 00 N Setup Guide This guide provides instructions for installing and connecting the Extron ShareLink 00 N Collaboration Gateway Network Version. The ShareLink 00 N allows anyone to present content

More information

DG-HR1160M Portable Power Bank 3G Router User Manual

DG-HR1160M Portable Power Bank 3G Router User Manual DG-HR1160M Portable Power Bank 3G Router User Manual V1.0 2013-11-14 As our products undergo continuous development the specifications are subject to change without prior notice COPYRIGHT Copyright 2013

More information

South Essex College Remote Resources

South Essex College Remote Resources South Essex College Remote Resources South Essex College Remote Resources can be configured on Windows so that the programs appear in your Start menu for ease of use, please see below under Set up RemoteApp

More information

Quick Start Guide NetShair Nano Ultra Portable Wi-Fi Router/Access Point

Quick Start Guide NetShair Nano Ultra Portable Wi-Fi Router/Access Point Quick Start Guide NetShair Nano Ultra Portable Wi-Fi Router/Access Point GWPAP1 PART NO. Q1376 www.iogear.com Package Contents 1 x NetShair Nano Wi-Fi Router/Access Point 1 x Quick Start Guide 1 x Warranty

More information

Nighthawk X4S AC2600 Smart WiFi Router Model R7800. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA USA.

Nighthawk X4S AC2600 Smart WiFi Router Model R7800. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA USA. Support Thank you for purchasing this NETGEAR product. You can visit www.netgear.com/support to register your product, get help, access the latest downloads and user manuals, and join our community. We

More information

Raspberry Pi Setup Tutorial

Raspberry Pi Setup Tutorial Raspberry Pi Setup Tutorial The Raspberry Pi is basically a miniature linux- based computer. It has an ARM processor on it, specifically the ARM1176JZF- S 700 MHz processor. This is the main reason why

More information

Installing the Linksys app on your Android device via the Google Play Store and Google Play Website

Installing the Linksys app on your Android device via the Google Play Store and Google Play Website User Guide Installing the Linksys app on your Android device via the Google Play Store and Google Play Website The Linksys app is a free mobile application that allows you to securely access your home

More information

WAP6405. User s Guide. Quick Start Guide. 5GHz AC1750 Gigabit Wireless Bridge. Default Login Details. Version 1.00 Edition 1, 06/2016

WAP6405. User s Guide. Quick Start Guide. 5GHz AC1750 Gigabit Wireless Bridge. Default Login Details. Version 1.00 Edition 1, 06/2016 WAP6405 5GHz AC1750 Gigabit Wireless Bridge Version 1.00 Edition 1, 06/2016 Quick Start Guide User s Guide Default Login Details LAN IP Address http://192.168.1.2 (AP Mode) http://192.168.1.5 (Repeater

More information

Quick Start Guide. Wireless IP Camera. Technical Support QG4_A

Quick Start Guide. Wireless IP Camera. Technical Support QG4_A Technical Support Wireless IP Camera Quick Start Guide For Windows Client & Mac Client, please download the PC software: https://reolink.com/software-and-manual/ For advanced setup, please download the

More information

NET-DYN USB Dual Band (Mediatek) Installation Guide. This manual is divided into three parts: Windows XP, Windows 7 / 8 / 8.

NET-DYN USB Dual Band (Mediatek) Installation Guide. This manual is divided into three parts: Windows XP, Windows 7 / 8 / 8. Installation Guide NET-DYN USB Dual Band (Mediatek) Installation Guide This manual is divided into three parts: Windows XP, Windows 7 / 8 / 8.1 /10, and Mac 1.Windows XP Please do the following steps to

More information

ViZion DR + Wireless Install Guide

ViZion DR + Wireless Install Guide 1 ViZion DR + Wireless Install Guide 1. Open the DR panel box. 2. Put aside the three cables from the top layer of Styrofoam for storage. These cables are only required for potential troubleshooting scenarios.

More information

If you ve ordered a (OFFICE SOLUTION) product, you MUST. obtain local connectivity between your devices.

If you ve ordered a (OFFICE SOLUTION) product, you MUST. obtain local connectivity between your devices. Available Wi-Fi networks for exhibitors Two Wi-Fi networks will be available for these exhibitors ordering Internet Access (Wi-Fi + LAN) product. EXHIBITION_WIFI: This Wi-Fi network will be available only

More information

Spreedbox Getting Started Guide

Spreedbox Getting Started Guide Spreedbox Getting Started Guide Last Updated: September 2017 CONTENTS 1. Introduction... 3 2. Prerequisites... 4 3. Opening the box... 5 4. USB Manual, Quick Start Guide & MAC Sticker... 6 5. International

More information

Lab Install Windows 8

Lab Install Windows 8 Introduction In this lab, you will install Windows 8.1 and 8.0. Recommended Equipment A computer with a blank hard disk drive Windows 8.1 and 8.0 installation DVD or USB flash drive Step 1: Starting the

More information

Model Numbers: DPC3939, TC8707C. Quick Start Guide. Wi-Fi Devices. Wireless Gateway 2

Model Numbers: DPC3939, TC8707C. Quick Start Guide. Wi-Fi Devices. Wireless Gateway 2 Wireless Gateway 2 Model Numbers: DPC3939, TC8707C Quick Start Guide Wi-Fi Devices Wireless Gateway 2 ENG_WG2XB3_QSG_1013.indd 1 About the Wireless Gateway 2 (Model Numbers: DPC3939, TC8707C) The Wireless

More information

ShareLink 200 N Setup Guide

ShareLink 200 N Setup Guide ShareLink 00 N Setup Guide This guide provides instructions for installing and connecting the Extron ShareLink 00 N Collaboration Gateway Network Version. The ShareLink 00 N allows anyone to present content

More information

CirrusSense Router Quick Start Guide. Connect your router. Configure your router for internet access

CirrusSense Router Quick Start Guide. Connect your router. Configure your router for internet access CirrusSense Router Quick Start Guide by Transducers Direct Connect your router 1) First, if you re going to connect to the internet via a wired connection, connect an Ethernet cable to the Ethernet port

More information

Ekahau RTLS Interop Note & Configuration Guide

Ekahau RTLS Interop Note & Configuration Guide Ekahau RTLS Interop Note & Configuration Guide MERUNETWORKS.COM Version 1.0, April 2011 Table of contents: Requirements 3 Communication Overview 3 Controller and Access Point configuration 4 Ekahau RTLS

More information

Dell IoT Gateway 5500 Edge MicroServer Setup Guide

Dell IoT Gateway 5500 Edge MicroServer Setup Guide Dell IoT Gateway 5500 Edge MicroServer Setup Guide Version [1.0] Software Change Log... 2 Introduction... 2 About the Dell IoT Gateway 5500... 2 Installation... 3 Initial Setup... 3 Download Prerequisite

More information

AirCruiser G Wireless Router GN-BR01G

AirCruiser G Wireless Router GN-BR01G AirCruiser G Wireless Router GN-BR01G User s Guide i Contents Chapter 1 Introduction... 1 Overview...1 Features...1 Package Contents...2 AirCruiser G Wireless Router Rear Panel...2 AirCruiser G Wireless

More information

Ding Dong, You've Got Mail! A Lab Activity for Teaching the Internet of Things

Ding Dong, You've Got Mail! A Lab Activity for Teaching the Internet of Things Teaching Case Ding Dong, You've Got Mail! A Lab Activity for Teaching the Internet of Things Mark Frydenburg mfrydenberg@bentley.edu Computer Information Systems Department Bentley University Waltham,

More information

ASUS AIMESH SETUP GUIDE

ASUS AIMESH SETUP GUIDE ASUS AIMESH SETUP GUIDE Step 1 Preparation Before you start to setup ASUS AiMesh, you have to prepare: Two (2) ASUS routers (models supporting AiMesh https://www.asus.com/aimesh/). Assign one router as

More information

IP Cam EdiLife Quick Installation Guide

IP Cam EdiLife Quick Installation Guide IP Cam EdiLife Quick Installation Guide 08-2018 / v1.0 CONTENTS l. Product Information... 3 I-1 System Requirements... 3 II Camera Setup... 4 II-1 Hardware Setup... 4 II-2 EdiLife App... 6 II-2-1 Android

More information

ETVR360CAMW-User Guide

ETVR360CAMW-User Guide ETVR360CAMW-User Guide TABLE OF CONTENTS 1. PARTS... 3 GETTING STARTED... 6 Charging the Battery... 6 Power On & Power Off... 6 Use Mode... 6 Independent Operation... 6 APP... 6 CONNECTING THROUGH WIFI...

More information

1 Connect a computer and the NF10WV using an Ethernet cable. (A yellow Ethernet cable was provided with your NF10WV).

1 Connect a computer and the NF10WV using an Ethernet cable. (A yellow Ethernet cable was provided with your NF10WV). Wireless Setup Guide NF10WV FAQs Wireless Setup guide Login to Web User Interface 1 Connect a computer and the NF10WV using an Ethernet cable. (A yellow Ethernet cable was provided with your NF10WV). 2

More information

Label Printer QL-810W/820NWB. Quick Setup Guide (English)

Label Printer QL-810W/820NWB. Quick Setup Guide (English) Label Printer QL-810W/820NWB Quick Setup Guide (English) Label Printer QL-810W/820NWB Printed in China D00RPG001 Quick Setup Guide (English) Available Manuals Product Safety Guide This guide provides safety

More information

Quick Setup Guide - AirStation Draft-N WZR-G300N Nfiniti Wireless Router & AP

Quick Setup Guide - AirStation Draft-N WZR-G300N Nfiniti Wireless Router & AP Quick Setup Guide - AirStation Draft-N WZR-G300N Nfiniti Wireless Router & AP Package Contents WZR-G300N AirStation Base Stand AC Adapter and Power Cable CAT5 LAN cable Utility CD with Manual Quick Setup

More information

WLPC 2017 Maker Session

WLPC 2017 Maker Session WLPC 2017 Maker Session Swiss-Army SDR for the WLAN Professional 1. Introduction Have you ever wanted a single tool for spectrum and protocol analysis across multiple frequencies and technologies? This

More information

Quick Install Guide. Package Contents. Hardware Overview. Thank you for choosing EnGenius. One ERB M Range Extender. One 12V/1A power adapter

Quick Install Guide. Package Contents. Hardware Overview. Thank you for choosing EnGenius. One ERB M Range Extender. One 12V/1A power adapter Package Contents Hardware Overview One ERB9250 300M Range Extender One 12V/1A power adapter Two 2dBi 2.4GHz SMA antennas One Ethernet cable One CD-ROM with user manual This Quick Start Guide WPS Button

More information

linkzone User ManUal

linkzone User ManUal LINKZONE User Manual Getting to Know Your Mobile Hotspot Power key WPS key LED indicator USB jack LED Description Part Power key WPS key LED indicators Charging / USB Port Reset Reboot Description Hold

More information

OUTPUT COM AUDIO R RS-232 RESET. Tx Rx G

OUTPUT COM AUDIO R RS-232 RESET. Tx Rx G ShareLink Pro 000 Setup Guide This guide provides instructions for installing and connecting the Extron ShareLink Pro 000 Collaboration Gateway. The ShareLink Pro 000 allows anyone to present wireless

More information

Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software

Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software V1.00 The TR-7wf Series of Wi-Fi enabled wireless loggers ship from the factory pre-configured for seamless integration with

More information

WIRELESS ROUTER N150. User Manual. F9K1009v1 8820zb01125 Rev.B00

WIRELESS ROUTER N150. User Manual. F9K1009v1 8820zb01125 Rev.B00 WIRELESS ROUTER N150 User Manual F9K1009v1 8820zb01125 Rev.B00 TABLE OF CONTENTS Getting Started... 1 What s in the Box...1 Initial Setup...1 How to Set It UP...2 Adding Computers to Your Network...3 Manually

More information

Wireless Security Setup Guide

Wireless Security Setup Guide Wireless Security Setup Guide NF17ACV FAQs Wireless Security Overview To guard your home network against attack and prevent unauthorised access, it is very important that you follow this guide to secure

More information

DATA PROJECTOR XJ-H1650/XJ-H1750 XJ-ST145/XJ-ST155

DATA PROJECTOR XJ-H1650/XJ-H1750 XJ-ST145/XJ-ST155 DATA PROJECTOR XJ-H1650/XJ-H1750 XJ-ST145/XJ-ST155 E Data Projector Wireless Function Guide Be sure to read the precautions in the Setup Guide that comes with the Data Projector. Be sure to keep all user

More information

Methodist University. Wireless Connectivity Guide. Version 1.5.0

Methodist University. Wireless Connectivity Guide. Version 1.5.0 Methodist University Wireless Connectivity Guide Version 1.5.0 Guide Updates... 3 Getting Started... 4 Available SSID s... 5 Unsecured Connectivity... 5 Methodist University... 5 MU_Guest... 5 MU_Devices...

More information

Quick Start. Package Contents. Nighthawk AC1900 WiFi VDSL/ADSL Modem Router Model D7000. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA USA

Quick Start. Package Contents. Nighthawk AC1900 WiFi VDSL/ADSL Modem Router Model D7000. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate the serial number on the label of your product and use it to register your product at https://my.netgear.com.

More information

Ethernet (CAT5 UTP/Straight-Through) Cable. 5V DC Power Adapter

Ethernet (CAT5 UTP/Straight-Through) Cable. 5V DC Power Adapter 1 This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. Before You Begin Check Your Package Contents DI-824VUP+ 2.4GHz Wireless VPN Router and

More information

DATA PROJECTOR XJ-H1650/XJ-H1750/XJ-H2650 XJ-ST145/XJ-ST155

DATA PROJECTOR XJ-H1650/XJ-H1750/XJ-H2650 XJ-ST145/XJ-ST155 DATA PROJECTOR XJ-H1650/XJ-H1750/XJ-H2650 XJ-ST145/XJ-ST155 E Data Projector Wireless Function Guide Be sure to read the precautions in the Quick Start Guide that comes with the Data Projector. Be sure

More information

Networking Basics. Crystal Printer Network Installation Guidelines

Networking Basics. Crystal Printer Network Installation Guidelines Networking Basics & Crystal Printer Network Installation Guidelines 1. Overview This guide is intended to provide the necessary basic knowledge of wireless networking needed to enable the Crystal printer

More information

QL-1110NWB. Applications for Use with Computers. Applications for Use with Mobile Devices. Quick Setup Guide (English) NOTE

QL-1110NWB. Applications for Use with Computers. Applications for Use with Mobile Devices. Quick Setup Guide (English) NOTE D00ZC6001 QL-1110NWB Quick Setup Guide (English) Thank you for purchasing the QL-1110NWB Label Printer! Read the Product Safety Guide first, then read this Quick Setup Guide for the correct setup procedure.

More information

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window.

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window. How to configure EW-7228APn/EW-7416APn as a Repeater to extend wireless range This article can apply on EW-7228APn and EW-7416APn. We used screen shots of EW-7416APn in this instruction. We recommend you

More information

Setting your PC for operating from a smartphone, iphone, etc. as a controller (Windows 8.1)

Setting your PC for operating from a smartphone, iphone, etc. as a controller (Windows 8.1) Help Guide Home Audio System MHC-V90DW The following explains how to use this home audio system. Listening to music from an Internet streaming service (music service) Listening to music from an Internet

More information

WiCS User's Manual (March 2017) Version: 1.0

WiCS User's Manual (March 2017) Version: 1.0 WiCS-2100 User's Manual (March 2017) Version: 1.0 2 WiCS-2100 User s Manual Table of Contents 1 Overview... 3 2 Physical Details... 5 3 Quick Installation... 6 4 Start/Standby Screen of the Projector/Display...

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

Learn How to Configure EnGenius Wi-Fi Products for Popular Applications

Learn How to Configure EnGenius Wi-Fi Products for Popular Applications Learn How to Configure EnGenius Wi-Fi Products for Popular Applications Operation Modes Access Point (AP) / WDS AP Client Bridge (CB) Repeater WDS Bridge Client Router AP Router Access Point An access

More information

Mobile App Installation & Configuration

Mobile App Installation & Configuration Install the mobile app on your mobile device(s) Figure 1 1. Download the AGBRIDGE Mobile app from Google Play or itunes a. Download the free mobile app onto as many mobile devices that may be used to transfer

More information

Digital Free Library. Created by Kirby Griese. Last updated on :35:15 PM UTC

Digital Free Library. Created by Kirby Griese. Last updated on :35:15 PM UTC Digital Free Library Created by Kirby Griese Last updated on 2018-01-04 04:35:15 PM UTC Guide Contents Guide Contents Overview Parts Needed Preparation Prepare Micro SD Card Install Apache Configure Access

More information

Raspberry Pi NTP Clock Setup Guide

Raspberry Pi NTP Clock Setup Guide Raspberry Pi NTP Clock Setup Guide Several steps are involved in getting your Raspberry Pi to operate as a NTP Clock. To begin with, you must obtain a LCD Plate (www.adafruit.com) and build it. You must

More information

Connecting Remotely Staff & Students

Connecting Remotely Staff & Students Connecting Remotely Staff & Students Install VMware Horizon View client There are two main ways to access the college network remotely using VMware on your computer, either (1) connecting directly through

More information

User Manual. AC ac Wireless Access Point/Router. Model WAC124. NETGEAR, Inc.

User Manual. AC ac Wireless Access Point/Router. Model WAC124. NETGEAR, Inc. AC2000 802.11ac Wireless Access Point/Router Model WAC124 December 2018 202-11885-02 NETGEAR, Inc. 350 E. Plumeria Drive San Jose, CA 95134, USA AC2000 802.11ac Support Thank you for purchasing this NETGEAR

More information

SETTING UP THE STUDENT COMPUTERS

SETTING UP THE STUDENT COMPUTERS C SETTING UP THE STUDENT COMPUTERS Understanding the System Requirements Getting the Course Virtual Machines Getting the Course Files APPENDIX C: SETTING UP THE STUDENT COMPUTERS C-1 Understanding the

More information

54Mbps Pocket Wireless Access Point (WL-330g)

54Mbps Pocket Wireless Access Point (WL-330g) 54Mbps Pocket Wireless Access Point (WL-330g) Copyright 2004 ASUSTeK COMPUTER INC. All Rights Reserved. Contents Conventions... 2 Welcome!... 3 Package contents... 3 System requirements... 3 Device installation...

More information

Quick Start. Nighthawk X6 AC3200 Tri-Band WiFi Router Model R8000. Package Contents. Installation Video

Quick Start. Nighthawk X6 AC3200 Tri-Band WiFi Router Model R8000. Package Contents. Installation Video Support Thank you for purchasing this NETGEAR product. After installing your device, locate the serial number on the label of your product and use it to register your product at https://my.netgear.com.

More information

DIR-842. Wireless AC1200 Wi-Fi Gigabit Router. Quick Install Guide

DIR-842. Wireless AC1200 Wi-Fi Gigabit Router. Quick Install Guide DIR-842 Wireless AC1200 Wi-Fi Gigabit Router Quick Install Guide Package Contents DIR-842 AC1200 Wi-Fi Gigabit Router Power Adapter Ethernet Cable Wi-Fi Configuration Card Quick Install Guide If any of

More information

Wireless Security Setup Guide

Wireless Security Setup Guide Wireless Security Setup Guide NF10WV FAQs Wireless Security Overview To guard your home network against attack and prevent unauthorised access, it is very important that you follow this guide to secure

More information

eftp Application User Guide

eftp Application User Guide Team A eftp User Guide 1/30 eftp Application User Guide Table of Contents Page 1. Acknowledgement 2 2. Introduction a. Welcome eftp Audience 3 b. What s in this manual 3 c. Manual Conventions 3 d. Getting

More information

WRE6606. User s Guide. Quick Start Guide. Dual-Band Wireless AC1300 Access Point. Default Login Details. Version 1.00 (ABDU.0) Edition 1, 10/2016

WRE6606. User s Guide. Quick Start Guide. Dual-Band Wireless AC1300 Access Point. Default Login Details. Version 1.00 (ABDU.0) Edition 1, 10/2016 WRE6606 Dual-Band Wireless AC1300 Access Point Version 1.00 (ABDU.0) Edition 1, 10/2016 Quick Start Guide User s Guide Default Login Details Web Address http://zyxelsetup http://dhcp-assigned IP www.zyxel.comhttp://192.168.1.2

More information

Mi Home Security Camera Connection Guide. (ios)

Mi Home Security Camera Connection Guide. (ios) Mi Home Security Camera Connection Guide (ios) 1. Navigate to the APP Store with your iphone and search for Mi Home, or scan the QR code below to download and install Mi Home APP. 2. Plug in the Mi Home

More information

Instruction For Use Laptop Internet On Mobile Via Wifi Hotspot

Instruction For Use Laptop Internet On Mobile Via Wifi Hotspot Instruction For Use Laptop Internet On Mobile Via Wifi Hotspot Follow the instructions to create a Wi-Fi hotspot on Android 4.4 Kitkat to share You can share your own cellular data connection with your

More information