WISE-4000 Series. WISE IoT Wireless I/O Modules

Size: px
Start display at page:

Download "WISE-4000 Series. WISE IoT Wireless I/O Modules"

Transcription

1 WISE-4000 Series WISE IoT Wireless I/O Modules

2 Bring Everything into World of the IoT

3 WISE IoT Ethernet I/O Architecture Public Cloud App Big Data New WISE DNA Data Center Smart Configure File-based Cloud App Private Cloud App IoT Data A-P-P Publishing Device Gateways Gateway Active Data Publishing Built-in Web Server WebAccess Integrated Direct Cloud Access Processing IoT Devices WISE-4000 Wi-Fi Input Range, Scaling Average, Filtering Data Conditioning Sensors WISE-4200 Build-in Sensor Acquisition Different I/O types Various I/O points Quick installation

4 WISE-4000 IoT Wireless I/O Top Features IEEE b/g/n 2.4GHz Wi-Fi Connectivity that Easy to be integrated into existing Ethernet Architecture Support Wireless AP Mode that can be direct access via Mobile devices HTML5 Web Server for Mobile Device to do Web Configuration and Diagnostics RESTful Web Service API for IoT Integration and also Modbus Protocol for Automation Local Data Log with Time Stamp that can be further Updated to Cloud Storage

5 Seamless I/O with Wired and Wireless Networking WLAN IEEE b/g/n 2.4GHz with WPA2 and 256-bit AES Mobile Devices WLAN Advantage Easy to be integrated with wired or wireless Ethernet devices, only wireless router or AP needed You can access the module directly via your mobile devices, its really simple compared with other interface Thousands of accessory available in the market WISE-4000 IEEE 802.3u 10/100Base-T(X) Ethernet WISE-4000 ADAM-6000 ADAM-6200 ADAM-6200 /LAN Port I/O pts Operating Temp. WISE-4000/LAN 1 1~8-40~70ºC ADAM ~18-20~70ºC ADAM ~16-10~70ºC

6 IEEE b/g/n 2.4GHz Wireless Ethernet The specification is a standard for wireless LAN (WLAN) that was ratified by the Institute of Electrical and Electronics Engineers (IEEE) in the year Like all IEEE 802 standards, the standards focus on the bottom two levels the ISO model, the physical layer and link layer. The name Wi-Fi (short for "Wireless Fidelity") corresponds to the name of the certification given by the Wi-Fi Alliance, the group which ensures compatibility between hardware devices that use the standard. Due to misuse of the terms, the name of the standard is often confused with the name of the certification. A Wi-Fi network, in reality, is a network that complies with the standard.

7 WLAN Infrastructure The WLAN infrastructure is organized by WLAN Access Point (AP) and WLAN Stations. The wireless client which is the end device like smart phone which connected to wireless access point to join the network is call WLAN station. The wireless server which provides the wireless network, and organizes the network for WLAN stations is call WLAN access point (AP), or wireless adapter. WLAN AP sometimes provides the function of DHCP server with dynamically assign IP address for WLAN stations. This kind of AP usually act as network router, so it can also been called wireless router.

8 Ethernet Architecture WLAN is the easiest interface for implement in existing Ethernet network, Just need to add and access point in existing network to extend the wireless connectivity. And usually all the network devices need not to be provided from same venders. So it is also widely been accepted by different application scenario.

9 Support Portable Device App and Web Configuration Wi-Fi Wi-Fi HTML5 HLTM5 enable the web service can be perform on various browser Direct Access Limited AP mode enable the WISE-4000 Series can be access via other Wi-Fi devices directly. Just as accessing AP. Web-based Configure All the configuration interface had been applied in to web service. User can configure WISE-4000 series without the limitation of OS/devices

10 Wireless Operation Mode Infrastructure Mode In general, WISE modules stay connected to access point (AP) to be online. Users who want to connect their mobile devices to WISE modules will need to connect to the same AP as WISE modules connected. In this case, that access point act as a wireless switch for both Ethernet devices.

11 Wireless Operation Mode AP Mode For configuration or doing module diagnostic, it is not necessary to have a wireless switch. WISE-4000 series offer another network mode: Limited AP Mode. Users can connect the mobile devices to access WISE module directly without an AP. When WISE-4000 work in Limited AP mode, user can find the SSID for WISE module, and connecting to it as a wireless switch. It makes the configuration and diagnostic of WISE module much easier.

12 HTML5 Web Configuration Compatible with any devices which support HTML5 browser: IE, Chrome, Firefox, Safari User can use smart phone, tablet, laptop, and PC to configure WISE HTML5 web configuration web page can auto layout for different resolution of screens

13 HMI in Your Pocket IoT connects not only devices, but also people. People nowadays use mobile devices as the media of IoT, to receive the service from cloud. With WLAN connectivity which connects WISE modules and mobile devices, the cloud service becomes more friendly to the users. WISE modules now can be accessed by mobile devices directly. The detail information can be shown on the mobile devices by built-in web server, which makes the mobile devices as the HMI of WISE modules. The data access and module configuration couldn t be more easily than ever all in your pocket.

14 Direct Cloud Connectivity via Secure Web Service New Web Service Not only support Modbus, but also support the protocol in IoT world, REST. Data can be poll and also be PUSH to server via REST. And you don t need to convert data value any more. More Secure in IoT World Public Cloud File-based Cloud Web service ensures the data be transmitted via secure socket in WAN, compared with Modbus which don t have security and can only work in LAN Data Log and Process Data can be buffed before uploaded and locally be processed in WISE-4000 App App Gateway Direct Cloud Access Private Cloud WISE-4000 App Big Data Direct Cloud Access Data gateway or SCADA node are NOT must have, the data can be pushed to cloud directly via web service Can be integrated with new WebAccess 8.0 cloud web service or free file-based cloud like Dropbox or Baidu cloud

15 Support IoT and Automation Protocol Modbus/TCP Modbus is a serial communication protocol developed by Modicon for use with its programmable logic controllers (PLCs). Data is stored in the Slave device in four different tables. Two tables store on/off discrete values (coils) and two store numerical values (registers). The coils and registers each have a read-only table and read-write table. Each table has 9999 values. Modbus client poll Modbus server s data by Modbus address which descripting the position of data in these tables. And data can only be polled by master, auto pushing is not allowed.

16 Support IoT and Automation Protocol RESTful Web API Representational State Transfer (REST) is a software architecture style and widely adopted in IoT application. It is based on Hypertext Transfer Protocol (HTTP) and uses verbs, like GET, POST, PUT, DELETE, etc., for web browsers to get web pages or retrieve data with remote servers. So data can be polled or even be pushed by devices. The data can be retrieved by internet media type like JSON. REST use uniform resource identifier (URI) to identify the resource, or we call data here. Like using to identify the analog input value of channel 0.

17 3 Steps Security of WISE-4000 WISE-4000 Series provided 3-steps security to ensure the safety for IoT data 1. Wi-Fi WPA2 Encryption: all the data via Wi-Fi will been encrypted during transmitting Ethernet package 2. HTTPS Secure Socket: The protocol which used for transmitting data are using secure socket which can prevent eavesdropping and tampering 3. User Authorized: User need to login the web page before configuration, the white list can also be set in web configuration to prevent un-authorized IP address

18 Security Socket of WISE-4000 Compared with Modbus/TCP protocol with also based on TCP, RESTful API provided higher scales to be used in wide area network (WAN). Modbus/TCP does not support any security, so it can only be used in local area network (LAN). However, RESTful which using HTTP for data retrieving, can support HTTPS, which means the HTTP over SSL (Secure Socket Layer) or TLS (Transport Layer Secure). For developing IoT application, RESTful API will be a better option for publishing data to cloud or retrieving data between devices.

19 File-based WISE Cloud Logger Reducing the concerning of wireless interface Reduce the communication time and bandwidth Data storage with time stamp Up to samples local data storage Cloud Logger function with file-based cloud or private cloud Local Storage 10,000 Samples with Time Stamp WISE Cloud Logger Application on Dropbox Free Cloud Storage Server [Planning] Mobile Apps for Configuration, View, Alarm

20 Local Data Storage Reducing the concerning of wireless interface WISE-4000 Wireless IoT Ethernet I/O Modules focus on wireless connectivity. Even though new a new generation of Wi-Fi interface could be stable, users are concerned that the wireless signal maybe reduced or nonexistent. In this situation, WISE modules provide local data storage. The I/O data and system events are logged in the internal flash memory of the WISE module. So now users can fetch this logged data when communication is restored.

21 Local Data Storage Reduce the communication time and bandwidth In the IoT communication architecture, periodic polling takes lots of time and bandwidth. Once the data can be logged in the module, users can poll a batch of data at the same time, instead of polling each piece of data individually. In this case, user can simplify the polling mechanism and also reduce the communication interface fee.

22 Local Data Storage Data storage with time stamp The definition of data in the IoT is not only the status of everything, but also includes time or location information. With a build-in Real Time Clock (RTC), WISE modules log data with a time stamp and the MAC address of the WISE module. The internal RTC can be calibrated by SNTP with time server. Once the module been powered-off, the internal time can also be saved using the time backup battery. When users poll the data from the data logger, the time stamp will always be attached to the data.

23 Local Data Storage Up to samples local data storage The internal flash of the WISE module can log up to 10,000 samples of data with a time stamp. The I/O data can be logged periodically, and also when the I/O status changes. Once the memory is full, users can choose to overwrite the old data to ring log or just stop the log function. When the module is powered-off, data can be kept in the module. When restarting, users can decide whether to clear all data or continue logging.

24 File-based WISE Cloud Logger Cloud Logger function with filebased cloud or private cloud The internal flash of the WISE module can log up to 10,000 samples of data with time stamps. The I/O data can be logged periodically, and also be logged when the I/O status changes. Once the memory is full, users can choose to overwrite the old data to perform ring logging or just stop the log function. When the module is powered-off, data can be kept in the module. When restarting, users can decide whether to clear all data again or continue logging.

25 Quick Installation and Easy Maintenance Initial Switch / Outside Switch Detail Product Label USB Power Input New Mounting Kit Changeable Antenna LED Indicator for Diagnostics

26 Quick Installation and Easy Maintenance (A) Changeable Antenna For flexibility the wireless antenna of the WISE module is not fixed. Users can replace the antenna by unscrewing it counterclockwise. Please note that Advantech only ensure the performance of the default antenna. And performance is decided by the applications environment.

27 Quick Installation and Easy Maintenance (B) LED Indicator for Diagnostics WISE modules provide an LED indicator on the front of the module, the name plate of the module. Besides the Status and Communication indicator, users can instantly see the network mode by an LED indicator. The LED will be ON when working in AP mode. During infrastructure mode, the LED will be OFF and the signal strength LED will on to indicate the signal quality between the WISE module and wireless access point.

28 Quick Installation and Easy Maintenance (C) Outside Switch and Detailed Product Label The I/O input setting switches are on the back of the WISE module. Users don't need to open the device to configure the I/O type. For example, users can configure the digital input contact to be dry or wet by the switch. The details of the switch will be shown on the product label for the user s reference. The MAC address of the module is also on the label.

29 Quick Installation and Easy Maintenance (D) Initial Switch / Outside Switch There is a DIP switch on the back of the device for restoring the WISE module to the default factory communication settings. If the user forgets the IP address of the WISE module, or wireless communication password they can configure this switch to the OFF position for the default factory communication settings.

Chapter 6 Using Network Monitoring Tools

Chapter 6 Using Network Monitoring Tools Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your Wireless-G Router Model WGR614v9. You can access these features by selecting the items under

More information

YO-301AP POE AP Datasheet

YO-301AP POE AP Datasheet YO-301AP POE AP Datasheet 300Mbps Wi-Fi Ceiling POE Access Point VER:1.0 Date:2013-06-03 1 Product Description: Practical and powerful The Ceiling PoE wireless access point for your home or office network

More information

How To Check If Your Router Is Working Properly

How To Check If Your Router Is Working Properly Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax Dual Band Wireless-N Router WNDR3300. You can access these features by selecting the

More information

WRE6505. User s Guide. Quick Start Guide. Wireless AC750 Range Extender. Default Login Details. Version 1.00 Edition 1, 4 2014

WRE6505. User s Guide. Quick Start Guide. Wireless AC750 Range Extender. Default Login Details. Version 1.00 Edition 1, 4 2014 WRE6505 Wireless AC750 Range Extender Version 1.00 Edition 1, 4 2014 2.4G 5G Quick Start Guide User s Guide Default Login Details LAN IP Address 192.168.1.2 User Name admin www.zyxel.com Password 1234

More information

Chapter 6 Using Network Monitoring Tools

Chapter 6 Using Network Monitoring Tools Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax Wireless-N Gigabit Router WNR3500. You can access these features by selecting the items

More information

This section will focus on basic operation of the interface including pan/tilt, video, audio, etc.

This section will focus on basic operation of the interface including pan/tilt, video, audio, etc. Catalogue Basic Operation... 2 For Internet Explorer... 2 For Other Non-IE Web Browsers... 5 Camera Settings... 6 System... 6 About... 6 PT Setting... 7 Backup and Restore Setup... 8 NTP Setting... 8 System

More information

Chapter 4 Management. Viewing the Activity Log

Chapter 4 Management. Viewing the Activity Log Chapter 4 Management This chapter describes how to use the management features of your NETGEAR WG102 ProSafe 802.11g Wireless Access Point. To get to these features, connect to the WG102 as described in

More information

ENHWI-N3. 802.11n Wireless Router

ENHWI-N3. 802.11n Wireless Router ENHWI-N3 802.11n Wireless Router Product Description Encore s ENHWI-N3 802.11n Wireless Router s 1T1R Wireless single chip can deliver up to 3x faster speed than of 802.11g devices. ENHWI-N3 supports home

More information

WAP3205 v2. User s Guide. Quick Start Guide. Wireless N300 Access Point. Default Login Details. Version 1.00 Edition 2, 10/2015

WAP3205 v2. User s Guide. Quick Start Guide. Wireless N300 Access Point. Default Login Details. Version 1.00 Edition 2, 10/2015 WAP3205 v2 Wireless N300 Access Point Version 1.00 Edition 2, 10/2015 Quick Start Guide User s Guide Default Login Details Web Address http://zyxelsetup Password www.zyxel.com 1234 Copyright 2014 ZyXEL

More information

Quick Installation Guide of WLAN Broadband Router

Quick Installation Guide of WLAN Broadband Router To avoid users without access right through your WLAN Broadband Router, suggest that use security mechanism like WEP, WPA or set ID/password for web configuration login IP address 192.168.1.254. Preparation

More information

AC750 WiFi Range Extender

AC750 WiFi Range Extender Model EX6100 User Manual April 2014 202-11307-03 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial number

More information

WRE2205. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Login Details. Version 1.00 Edition 1, 06/2012

WRE2205. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Login Details. Version 1.00 Edition 1, 06/2012 WRE2205 Wireless N300 Range Extender Version 1.00 Edition 1, 06/2012 Quick Start Guide User s Guide Default Login Details LAN IP Address http://192.168.1.2 User Name admin Passwordwww.zyxel.com 1234 Copyright

More information

Linksys E2500 Wireless-N Router Configuration Guide

Linksys E2500 Wireless-N Router Configuration Guide Linksys E2500 Wireless-N Router Configuration Guide Revision 1.0 Copyright 2012 Maretron, LLP All Rights Reserved Maretron, LLP 9014 N. 23 rd Ave #10 Phoenix, AZ 85021-7850 http://www.maretron.com Maretron

More information

MN-700 Base Station Configuration Guide

MN-700 Base Station Configuration Guide MN-700 Base Station Configuration Guide Contents pen the Base Station Management Tool...3 Log ff the Base Station Management Tool...3 Navigate the Base Station Management Tool...4 Current Base Station

More information

H0/H2/H4 -ECOM100 DHCP & HTML Configuration. H0/H2/H4--ECOM100 DHCP Disabling DHCP and Assigning a Static IP Address Using HTML Configuration

H0/H2/H4 -ECOM100 DHCP & HTML Configuration. H0/H2/H4--ECOM100 DHCP Disabling DHCP and Assigning a Static IP Address Using HTML Configuration H0/H2/H4 -ECOM100 DHCP & HTML 6 H0/H2/H4--ECOM100 DHCP Disabling DHCP and Assigning a Static IP Address Using HTML 6-2 H0/H2/H4 -ECOM100 DHCP DHCP Issues The H0/H2/H4--ECOM100 is configured at the factory

More information

Quick Installation Guide

Quick Installation Guide 0, Total 18 Quick Installation Guide Sep, 2013 1, Total 18 Thank you for purchasing Enterprise High Gain Outdoor CPE. This manual will instruct you how to configure and manage this CPE, enable you to use

More information

How To Check If Your Router Is Working Properly On A Nr854T Router (Wnr854) On A Pc Or Mac) On Your Computer Or Ipad (Netbook) On An Ipad Or Ipa (Networking

How To Check If Your Router Is Working Properly On A Nr854T Router (Wnr854) On A Pc Or Mac) On Your Computer Or Ipad (Netbook) On An Ipad Or Ipa (Networking Chapter 7 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax NEXT Wireless Router WNR854T. These features can be found by clicking on the Maintenance

More information

10/2011 - English Edition 1. Quick Start Guide. NWA1100N-CE CloudEnabled Business N Wireless Access Point

10/2011 - English Edition 1. Quick Start Guide. NWA1100N-CE CloudEnabled Business N Wireless Access Point 10/2011 - English Edition 1 Quick Start Guide NWA1100N-CE CloudEnabled Business N Wireless Access Point Package Contents - 1 x ZyXEL NWA1100N-CE Access Point - 2 x Detachable Antennas - 1 x Power Adapter

More information

HC900 Hybrid Controller When you need more than just discrete control

HC900 Hybrid Controller When you need more than just discrete control HC900 Hybrid Controller When you need more than just discrete control Product Brief: Wireless Communications and HC900 Controllers Background: With the introduction of Honeywell s One Wireless network

More information

EW-7438RPn V2 User Manual

EW-7438RPn V2 User Manual EW-7438RPn V2 User Manual 09-2013 / v1.0 CONTENTS I. Product Information... 1 I-1. Package Contents... 1 I-2. System Requirements... 1 I-3. LED Status... 1 I-4. Hardware Overview... 3 I-5. Safety Information...

More information

ALL0237R. Wireless N 300Mbit Access Point/Repeater. User s Manual

ALL0237R. Wireless N 300Mbit Access Point/Repeater. User s Manual ALL0237R Wireless N 300Mbit Access Point/Repeater User s Manual ALLNET ALL0237R User Manual Table of Contents About the Device... 3 Minimum System Requirements... 5 Package Contents... 5 Device Overview...

More information

Quick Installation Guide DIR-620. Multifunction Wireless Router Supporting GSM, CDMA, WiMAX with Built-in 4-port Switch

Quick Installation Guide DIR-620. Multifunction Wireless Router Supporting GSM, CDMA, WiMAX with Built-in 4-port Switch DIR-620 Multifunction Wireless Router Supporting GSM, CDMA, WiMAX with Built-in 4-port Switch BEFORE YOU BEGIN Delivery Package Multifunction wireless router DIR-620 Power adapter DC 5V/2.5A Ethernet cable

More information

NWA1120 Series. User s Guide. Quick Start Guide. Wireless LAN Ceiling Mountable PoE Access Point. Default Login Details

NWA1120 Series. User s Guide. Quick Start Guide. Wireless LAN Ceiling Mountable PoE Access Point. Default Login Details NWA1120 Series Wireless LAN Ceiling Mountable PoE Access Point Version 1.00 Edition 1, 08/2012 Quick Start Guide User s Guide Default Login Details LAN IP Address http://192.168.1.2 User Name admin Passwordwww.zyxel.com

More information

VSG1432. User Setup Guide. 802.11n Wireless VDSL2 4-port Gateway. Default Login Details. www.zyxel.com. Firmware Version 1.10 Edition 1, 10/2011

VSG1432. User Setup Guide. 802.11n Wireless VDSL2 4-port Gateway. Default Login Details. www.zyxel.com. Firmware Version 1.10 Edition 1, 10/2011 VSG1432 User Setup Guide 802.11n Wireless VDSL2 4-port Gateway Default Login Details IP Address http://192.168.1.254 Username admin Password telus Firmware Version 1.10 Edition 1, 10/2011 www.zyxel.com

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide (For Windows & Mac OS) Outdoor Wireless IP Camera Package Contents V1.1 IP Camera Power Adapter Resource CD Ethernet Cable Mounting Bracket(except FI8919) Wi-Fi Antenna Quick Installation

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

More information

Chapter 2 Configuring Your Wireless Network and Security Settings

Chapter 2 Configuring Your Wireless Network and Security Settings Chapter 2 Configuring Your Wireless Network and Security Settings This chapter describes how to configure the wireless features of your DG834N RangeMax TM NEXT Wireless ADSL2+ Modem Router. For a wireless

More information

PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400

PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400 PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400 PePWave Surf Outdoor Series: Surf AP 200/400-X, PolePoint 400-X, Surf 400-DX User Manual Document Rev. 1.2 July 07 COPYRIGHT & TRADEMARKS

More information

Quick Installation Guide DAP-1360. Wireless N 300 Access Point & Router

Quick Installation Guide DAP-1360. Wireless N 300 Access Point & Router DAP-1360 Wireless N 300 Access Point & Router BEFORE YOU BEGIN Delivery Package Access point DAP-1360 Power adapter DC 12V Ethernet cable (CAT 5E) (brochure). If any of the items are missing, please contact

More information

Chapter 3 Management. Remote Management

Chapter 3 Management. Remote Management Chapter 3 Management This chapter describes how to use the management features of your ProSafe 802.11a/g Dual Band Wireless Access Point WAG102. To access these features, connect to the WAG102 as described

More information

RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application

RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application 2012 Roving Networks. All rights reserved. RN-131/171-PICTAIL-UM Version 1.0 1/8/2013 OVERVIEW The RN-131 and RN-171 WiFly radio modules are

More information

IP Camera (L series) User manual 2013-05 V1.1

IP Camera (L series) User manual 2013-05 V1.1 Dear users, the configuration for this camera is professional, so please read the user manual carefully before using the camera. IP Camera (L series) User manual 2013-05 V1.1 Statement If the user manual

More information

Wireless LAN Access Point. IEEE 802.11g 54Mbps. User s Manual

Wireless LAN Access Point. IEEE 802.11g 54Mbps. User s Manual Wireless LAN Access Point IEEE 802.11g 54Mbps User s Manual Table of Contents Chapter 1 Introduction... 1 1.1 Package Contents...2 1.2 Features...2 1.3 Specifications...2 1.4 Physical Description...3 Chapter

More information

EAP9550 11N Wall Mount Access Point / WDS AP / Universal Repeater

EAP9550 11N Wall Mount Access Point / WDS AP / Universal Repeater EAP9550 is a powerful and multi-functioned 11n Access Point and it can act three modes AP/WDS/Universal Repeater. Smoke detector appearance will minimize visibility. So this model can work properly at

More information

ROCKET HUB QUICK START GUIDE

ROCKET HUB QUICK START GUIDE ROCKET HUB QUICK START GUIDE 3G27WV-R Internet and Voice Key Features High speed internet Convenient internet access, portable for use anywhere on the Rogers wireless network. Download speeds of up to

More information

APPENDIX 3 LOT 3: WIRELESS NETWORK

APPENDIX 3 LOT 3: WIRELESS NETWORK APPENDIX 3 LOT 3: WIRELESS NETWORK A. TECHNICAL SPECIFICATIONS MAIN PURPOSE The Wi-Fi system should be capable of providing Internet access directly to a user using a smart phone, tablet PC, ipad or Laptop

More information

Home Station ADSL. You may also use the following address (regardless of whether you have changed the primary address or not):

Home Station ADSL. You may also use the following address (regardless of whether you have changed the primary address or not): TABLE OF CONTENTS 1 Introduction 1 2 User interface overview 2 3 LAN and WLAN settings 8 4 Setting the Internet connection 11 5 Settings and status of devices connected to your router 13 6 Configure applications

More information

xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide

xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide Part Number 900-685 Revision A June 2013 Copyright and Trademark Contacts 2013 Lantronix, Inc.. All rights reserved. No part of the contents

More information

Quick Installation Guide DSL-2750U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch

Quick Installation Guide DSL-2750U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch DSL-2750U/NRU 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2750U/NRU Power adapter RJ-11 telephone cable Straight-through Ethernet cable (CAT 5E)

More information

EAP300. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW

EAP300. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW Long Range Ceiling Mount Access Point 2.4 GHz 300Mbps 11b/g/n 29dBm AP/WDS PRODUCT OVERVIEW is a 300Mbps wireless-n ceiling mount AP which offers users extended coverage, strong penetration, secure network

More information

Access Point Configuration

Access Point Configuration Access Point Configuration Developed by IT +46 Based on the original work of: Onno Purbo and Sebastian Buettrich Goals Provide a general methodology to installation and configuration of access points Give

More information

Wireless VoIP Phone User s Manual

Wireless VoIP Phone User s Manual Wireless VoIP Phone User s Manual Table of Contents Chapter 1 Overview of the WiFi phone... 5 1.1 Front Panel and Keypad...5 1.2 Removing and Installing the Battery...7 1.3 Charging the WIFI PHONE...8

More information

Advanced Configuration Guide. Vodafone Mobile Broadband Sharing Dock Vodafone R101

Advanced Configuration Guide. Vodafone Mobile Broadband Sharing Dock Vodafone R101 Vodafone R101 Table of Contents Welcome...3 1. Getting Started Initial Connection and Security Settings... 4 1.1 Overview... 5 System Requirements... 5 Device overview... 5 Sharing Dock and USB Stick LEDs...

More information

Network Management System (NMS) FAQ

Network Management System (NMS) FAQ Network Management System (NMS) FAQ Q: How does the NMS work? A: The Cooper NMS is a powerful, flexible and highly scalable wireless and fixed network management solution for thousands of network nodes

More information

DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245

DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245 DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245 E Data Projector Wireless Function Guide Be sure to read the precautions in the User s Guide (Basic Operations) that comes with the Data Projector. Be sure

More information

Wireless Day / Night Cloud Camera TV-IP751WIC (v1.0r)

Wireless Day / Night Cloud Camera TV-IP751WIC (v1.0r) (v1.0r) TRENDnet s Wireless Day / Night Cloud Camera, model, takes the work out of viewing video over the internet. Previously to view video remotely, users needed to perform many complicated and time

More information

Quick Start Guide: Iridium GO! Advanced Portal

Quick Start Guide: Iridium GO! Advanced Portal Quick Start Guide: Iridium GO! Advanced Portal Contents Set-Up... 3 Overview... 4 Main Tab 1: General... 5 Status.... 5 Settings... 8 Audio.... 8 GPS.... 9 Tab 2: Communication... 9 Wi-Fi... 9 Satellite...

More information

P-870HN-51b. 802.11n VDSL2 4-port Gateway DEFAULT LOGIN DETAILS. Firmware v1.00 Edition 1, 9/2009. IP Address: http://192.168.1.1.

P-870HN-51b. 802.11n VDSL2 4-port Gateway DEFAULT LOGIN DETAILS. Firmware v1.00 Edition 1, 9/2009. IP Address: http://192.168.1.1. P-870HN-51b 802.11n VDSL2 4-port Gateway Firmware v1.00 Edition 1, 9/2009 DEFAULT LOGIN DETAILS IP Address: http://192.168.1.1 Username: admin Password: 1234 www.zyxel.com Copyright 2009 ZyXEL Communications

More information

EAP300. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW

EAP300. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW Long Range Ceiling Mount Access Point 2.4 GHz 300Mbps 11b/g/n 29dBm AP/WDS/Repeater PRODUCT OVERVIEW is a 300Mbps wireless-n ceiling mount AP which offers users extended coverage, strong penetration, secure

More information

Cloud Traveler. Manual. Portable Wireless Router/Hotspot APP

Cloud Traveler. Manual. Portable Wireless Router/Hotspot APP Manual FREE APP Tablet PC Portable Wireless Router/Hotspot 1. Extends the coverage of wireless networks 2. Wireless access to storage devices 3. High Power charger for Smartphones/Tablets 4. Can be controlled

More information

AC1900, N900, and N450 WiFi Cable Data Gateways

AC1900, N900, and N450 WiFi Cable Data Gateways AC1900, N900, and N450 WiFi Cable Data Gateways Models C6300BD, CG4500BD, and CG3000Dv2 User Manual March 2015 202-11434-03 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting

More information

Technology Spotlight on Cellular Data Networking for SCADA system networks. Presented by Teamwork Solutions, Inc.

Technology Spotlight on Cellular Data Networking for SCADA system networks. Presented by Teamwork Solutions, Inc. on Cellular Data Networking for SCADA system networks Presented by Teamwork Solutions, Inc. Wireless (Cellular) Data Networking Internet SCADA Server How Wireless (Cellular) Data Networking Works Dynamic

More information

Error! Bookmark not defined. Error! Bookmark not defined. Error! Bookmark not defined.

Error! Bookmark not defined. Error! Bookmark not defined. Error! Bookmark not defined. Remote Lighting Kit Table of Contents Lighting Kit Overview 2 System Requirements 3 Basic Concepts of Wireless Routers and Networks 4 Basic Concepts of Network Light Bulbs 8 Planning Your Lighting Network

More information

Easy and efficient asset management for your business

Easy and efficient asset management for your business Easy and efficient asset management for your business PERFORMANCE MADE SMARTER Featuring Monitoring of process values Diagnostics Device programming Simulation of process values TEMPERATURE I.S. INTERFACES

More information

A Division of Cisco Systems, Inc. GHz 2.4 802.11g. Wireless-G. Access Point with SRX. User Guide WIRELESS WAP54GX. Model No.

A Division of Cisco Systems, Inc. GHz 2.4 802.11g. Wireless-G. Access Point with SRX. User Guide WIRELESS WAP54GX. Model No. A Division of Cisco Systems, Inc. GHz 2.4 802.11g WIRELESS Wireless-G Access Point with SRX User Guide Model No. WAP54GX Copyright and Trademarks Specifications are subject to change without notice. Linksys

More information

LET S GO. Get your Ultra Broadband ready Business gateway up and running

LET S GO. Get your Ultra Broadband ready Business gateway up and running LET S GO Get your Ultra Broadband ready Business gateway up and running CONTENTS BUSINESS GATEWAY ULTRA BROADBAND READY 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Equipment Check 2 Getting Started 3 Setting Up

More information

LW310V2 Sweex Wireless 300N Router

LW310V2 Sweex Wireless 300N Router LW310V2 Sweex Wireless 300N Router Please notice! On the included CD-ROM you will find the Setup Wizard. This easy install procedure will show you how to setup the router step-by-step. Do not expose the

More information

FI8910W Quick Installation Guide. Indoor MJPEG Pan/Tilt Wireless IP Camera

FI8910W Quick Installation Guide. Indoor MJPEG Pan/Tilt Wireless IP Camera Model: FI8910W Quick Installation Guide (For Windows OS) (For MAC OS please go to page 17) Indoor MJPEG Pan/Tilt Wireless IP Camera Black White Package Contents IP Camera FI8910W with IR-Cut.x 1 DC Power

More information

N300 WiFi Range Extender

N300 WiFi Range Extender Model EX2700 User Manual July 2014 202-11395-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial number on

More information

NBG6816. User s Guide. Quick Start Guide. Simultaneous Dual-Band Wireless AC2350 Ultra HD Media Router. Default Login Details

NBG6816. User s Guide. Quick Start Guide. Simultaneous Dual-Band Wireless AC2350 Ultra HD Media Router. Default Login Details NBG6816 Simultaneous Dual-Band Wireless AC2350 Ultra HD Media Router Version 1.00 Edition 1, 03/2015 Quick Start Guide User s Guide Default Login Details LAN IP http://192.168.1.1 Address (Router Mode)

More information

Product Introduction and Setup Examples. RS232 to WIFI Converter

Product Introduction and Setup Examples. RS232 to WIFI Converter Product Introduction and Setup Examples RS232 to WIFI Converter Part WF5000B U.S. Converters LLC page 1 of 12 Content Product Introduction. 3 AP and STA Modes. 3 Auto- Frequency Function. 3 Security..

More information

Wifi Pan/Tilt IP Camera User Manual

Wifi Pan/Tilt IP Camera User Manual Wifi Pan/Tilt IP Camera User Manual Rev. 3.0 Software Version 3.00 May. 25 th.2009 Table of Contents 1. PRODUCT VIEWS...3 1.1. PRONT PANEL...3 1.2. BACK PANEL...3 1.3. ACCESSORIES...4 2. SETUP AND STARTUP...5

More information

HG659 Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD.

HG659 Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD. HG659 Home Gateway User Guide HUAWEI TECHNOLOGIES CO., LTD. Product Overview...................................... 1 Ports and Buttons.................................................. Indicators.........................................................

More information

Wireless PTZ Cloud Camera TV-IP851WC (v1.0r)

Wireless PTZ Cloud Camera TV-IP851WC (v1.0r) (v1.0r) TRENDnet s Wireless PTZ Cloud Camera, model, takes the work out of viewing video over the internet. Previously to view video remotely, users needed to perform many complicated and time consuming

More information

NETVIGATOR Wireless Modem Setup Guide. (TG789Pvn)

NETVIGATOR Wireless Modem Setup Guide. (TG789Pvn) NETVIGATOR Wireless Modem Setup Guide (TG789Pvn) Configure the NETVIGATOR Wireless Modem Make sure that system meets the following requirement prior to NETVIGATOR Wireless Modem usage: - Subscribers who

More information

Quick Start. Nighthawk X8 AC5300 Tri-Band WiFi Router Model R8500. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA 95134 USA

Quick Start. Nighthawk X8 AC5300 Tri-Band WiFi Router Model R8500. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA 95134 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

WLAN Outdoor CPE For 2.4G. Quick Installation Guide

WLAN Outdoor CPE For 2.4G. Quick Installation Guide WLAN Outdoor CPE For 2.4G Quick Installation Guide Part I: External Installation Direction A. Check the parts in your box CPE SET 1 DC 12V/1.5A Power Adapter 1 PoE DC Injector 1 Hose Clamps 2 Manual &

More information

WN-200HD. 2 Mega-Pixels. 2.0 Mega Pixel Wireless 150Mbps IPCamera. High Quality 2.0 MegaPixel Image. Full Feature 150Mbps Wireless N Camera

WN-200HD. 2 Mega-Pixels. 2.0 Mega Pixel Wireless 150Mbps IPCamera. High Quality 2.0 MegaPixel Image. Full Feature 150Mbps Wireless N Camera 2.0 Mega Pixel Wireless 150Mbps IPCamera S till couldn't find a way to watch your children or the elders when you are in busy or on duty? Or just need an easy solution for monitoring your office, store

More information

WiFi Anywhere. Multi Carrier 3G/4G WiFi Router. IntraTec Solutions Ltd www.intratec-uk.com

WiFi Anywhere. Multi Carrier 3G/4G WiFi Router. IntraTec Solutions Ltd www.intratec-uk.com WiFi Anywhere Multi Carrier 3G/4G WiFi Router Contents Packing List... 3 Introduction... 3 Supported USB Modems... 3 Connecting USB Devices... 3 Accessing the Web Interface... 4 Interfaces... 4 Configuring

More information

NBG6815. User s Guide. AC2200 MU-MIMO Dual-Band Wireless Gigabit Router. Quick Start Guide. Default Login Details. Version 1.00 Edition 1, 02/2016

NBG6815. User s Guide. AC2200 MU-MIMO Dual-Band Wireless Gigabit Router. Quick Start Guide. Default Login Details. Version 1.00 Edition 1, 02/2016 NBG6815 AC2200 MU-MIMO Dual-Band Wireless Gigabit Router Version 1.00 Edition 1, 02/2016 Quick Start Guide User s Guide Default Login Details LAN IP http://192.168.1.1 Address (Router Mode) www.zyxel.comhttp://192.168.1.2

More information

EAP350. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW

EAP350. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW Long Range Ceiling Mount Access Point 2.4 GHz 300Mbps 11b/g/n 28dBm AP/WDS PRODUCT OVERVIEW is a 300Mbps wireless-n ceiling mount AP which offers users extended coverage, strong penetration, secure network

More information

How To Use A Modem On A Pc Or Mac Or Ipad (For A Laptop)

How To Use A Modem On A Pc Or Mac Or Ipad (For A Laptop) CLEAR MODEM with Wi-Fi USER GUIDE GET TO KNOW YOUR CLEAR MODEM WITH WI-FI 3 WHAT S IN THE BOX? 3 INFORMATIVE LED INDICATORS 3 USE WITH CARE 3 SET UP THE MODEM 4 PLACE THE MODEM ON A FLAT, STABLE SURFACE

More information

A Division of Cisco Systems, Inc. GHz 2.4 802.11g. Wireless-G. User Guide. Access Point with Power Over Ethernet WIRELESS WAP54GP. Model No.

A Division of Cisco Systems, Inc. GHz 2.4 802.11g. Wireless-G. User Guide. Access Point with Power Over Ethernet WIRELESS WAP54GP. Model No. A Division of Cisco Systems, Inc. GHz 2.4 802.11g WIRELESS Wireless-G Access Point with Power Over Ethernet User Guide Model No. WAP54GP Copyright and Trademarks Specifications are subject to change without

More information

Wireless VoIP Phone. Table of Contents. User s Manual

Wireless VoIP Phone. Table of Contents. User s Manual Wireless VoIP Phone User s Manual Table of Contents Chapter 1 Overview the WiFi Phone... 6 1.1 Front Panel and Keypad... 6 1.2 Removing and Installing the Battery... 8 1.4 Powering the WiFi Phone On and

More information

Link Link sys E3000 sys RE1000

Link Link sys E3000 sys RE1000 User Guide High Performance Extender Wireless-N Router Linksys Linksys RE1000 E3000Wireless-N Table of Contents Contents Chapter 1: Product Overview 1 Front 1 Top 1 Bottom 1 Back 2 Chapter 2: Advanced

More information

DV230 Web Based Configuration Troubleshooting Guide

DV230 Web Based Configuration Troubleshooting Guide DV230 Web Based Configuration Troubleshooting Guide 1. Login settings After getting a DHCP IP address from your P1 W1MAX Modem DV-230), open any Internet browser and type in the URL address: http://10.1.1.254

More information

Securing your Linksys WRT54G

Securing your Linksys WRT54G Securing your Linksys WRT54G Abstract Current implementations of the 802.11b and 802.11g wireless LAN standards have several potential pitfalls for security. However, built in security mechanisms in these

More information

2.4GHz / 5GHz Dual CPU 600Mbps 11N AP/Router

2.4GHz / 5GHz Dual CPU 600Mbps 11N AP/Router Dual Band Concurrent Router ESR7750 2.4GHz / 5GHz Dual CPU 600Mbps 11N AP/Router PRODUCT DESCRIPTION ESR7750 is a Dual Band Concurrent Wireless 11N Broadband Router with dual CPU that offers user unprecedented

More information

Aeroqual Connect and Cloud

Aeroqual Connect and Cloud Aeroqual Connect and Cloud Page 1 Contents 1. Introduction to Aeroqual Connect and Cloud... 3 1.2. Aeroqual Connect... 3 1.3. Aeroqual Cloud... 3 2. How to Connect... 4 2.1. Aeroqual Connect... 4 2.1.1.

More information

Movie Cube. User s Guide to Wireless Function

Movie Cube. User s Guide to Wireless Function Movie Cube User s Guide to Wireless Function Table of Contents 1. WLAN USB Adapter Connection...3 2. Wireless Setup...4 2.1 Infrastructure (AP)...5 2.2 Peer to Peer (Ad Hoc)...7 2.3 Settings for PC...8

More information

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev.

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev. Management Software AT-S106 Web Browser User s Guide For the AT-GS950/48 Gigabit Ethernet Smart Switch Version 1.0.0 613-001339 Rev. A Copyright 2010 Allied Telesis, Inc. All rights reserved. No part of

More information

NBG2105. User s Guide. Quick Start Guide. Wireless Mini Travel Router. Default Login Details. Version 1.00 Edition 1, 11/2012

NBG2105. User s Guide. Quick Start Guide. Wireless Mini Travel Router. Default Login Details. Version 1.00 Edition 1, 11/2012 NBG2105 Wireless Mini Travel Router Version 1.00 Edition 1, 11/2012 Quick Start Guide User s Guide LAN IP Address Default Login Details 192.168.1.1 (Router Mode) 192.168.1.2 (Other Modes) Passwordwww.zyxel.com

More information

Wireless-N Mini Router Quick Installation Guide

Wireless-N Mini Router Quick Installation Guide Wireless-N Mini Router Quick Installation Guide INHOUD INTRODUCTION... 8 Main Features... 9 GETTING STARTED... 10 Setting up a Wireless Infrastructure Network... 10 Repeater:... 11 Access Point:... 13

More information

ESR7550 KEY FEATURES PRODUCT DESCRIPTION

ESR7550 KEY FEATURES PRODUCT DESCRIPTION PRODUCT DESCRIPTION ESR7750 is a Dual Band Concurrent Wireless 11N Broadband Router with dual CPU that offers user unprecedented network performance. WMM support boosts streaming and multimedia intensive

More information

LabQuest 2 Networking

LabQuest 2 Networking LabQuest 2 Networking Advanced Technical Reference Vernier LabQuest 2 is a standalone interface used to collect sensor data with its built-in graphing and analysis application. The large, high-resolution

More information

Chapter 4 Managing Your Network

Chapter 4 Managing Your Network Chapter 4 Managing Your Network This chapter describes how to perform network management tasks with your ADSL2+ Modem Wireless Router. Backing Up, Restoring, or Erasing Your Settings The configuration

More information

Integrating the Brookhouse imux with another on-board network

Integrating the Brookhouse imux with another on-board network Integrating the Brookhouse imux with another on-board network In this era of technology, many vessels, commercial and pleasure, use an onboard network (LAN) for access to the internet by multiple users

More information

Technical Glossary from Frontier

Technical Glossary from Frontier Technical Glossary from Frontier A Analogue Lines: Single Analogue lines are generally usually used for faxes, single phone lines, modems, alarm lines or PDQ machines and are generally not connected to

More information

Honeywell Internet Connection Module

Honeywell Internet Connection Module Honeywell Internet Connection Module Setup Guide Version 1.0 - Page 1 of 18 - ICM Setup Guide Technical Support Setup - Guide Table of Contents Introduction... 3 Network Setup and Configuration... 4 Setting

More information

Output Power (without antenna) 5GHz 2.4GHz

Output Power (without antenna) 5GHz 2.4GHz Dual Band High- PoE AP Router Dual Band Concurrent AP Router 11a + 11a/b/g Hi- Radios 802.3af PoE Port 7 Wireless Operation Modes 5/10/20 Variable Channel Width Home Digital Network Application School,

More information

How To. Simply Connected. XWR-1750 Basic Configuration INTRODUCTION

How To. Simply Connected. XWR-1750 Basic Configuration INTRODUCTION XWR-1750 Basic Configuration How To DOCUMENT INTRODUCTION This document will guide you through the initial setup of the XWR-1750 for basic functionality. What should I do? We recommend, you change your

More information

Data Loggers for Real Time Temperature Monitoring - WiFi

Data Loggers for Real Time Temperature Monitoring - WiFi Data Loggers for Real Time Temperature Monitoring - WiFi Main Features Complete standalone system. Even if computer/network does not operate the recording system will continue to record without any interruption.

More information

Nokia Siemens Networks. CPEi-lte 7212. User Manual

Nokia Siemens Networks. CPEi-lte 7212. User Manual Nokia Siemens Networks CPEi-lte 7212 User Manual Contents Chapter 1: CPEi-lte 7212 User Guide Overview... 1-1 Powerful Features in a Single Unit... 1-2 Front of the CPEi-lte 7212... 1-2 Back of the CPEi-lte

More information

AC1200 Multi-Function Concurrent Dual-Band Gigabit Wi-Fi Router

AC1200 Multi-Function Concurrent Dual-Band Gigabit Wi-Fi Router The extraordinary growth in the number of wireless devices found in modern homes has seen a huge increase in demand for wireless speed, range and bandwidth. This continuing trend away from wired connections

More information

P-2612HNU-Fx. 802.11n ADSL2+ VoIP IAD DEFAULT LOGIN DETAILS. Firmware V3.00 Edition 1, 1/2010. Password: 1234 User Name: admin Password: 1234

P-2612HNU-Fx. 802.11n ADSL2+ VoIP IAD DEFAULT LOGIN DETAILS. Firmware V3.00 Edition 1, 1/2010. Password: 1234 User Name: admin Password: 1234 P-2612HNU-Fx 802.11n ADSL2+ VoIP IAD Firmware V3.00 Edition 1, 1/2010 DEFAULT LOGIN DETAILS IP Address: User Login: Administrator Login: http://192.168.1.1 User Name: user Password: 1234 User Name: admin

More information

Amcrest 960H DVR Quick Start Guide

Amcrest 960H DVR Quick Start Guide Amcrest 960H DVR Quick Start Guide Welcome Thank you for purchasing our Amcrest 960H DVR! This quick start guide will help you become familiar with our DVR in a very short time. Before installation and

More information

5GHz 300Mbps 802.11a/n Wireless Outdoor Access Point

5GHz 300Mbps 802.11a/n Wireless Outdoor Access Point 5GHz 300Mbps 802.11a/n Wireless Outdoor Access Point Key Features Wireless LAN & LAN Compliant with IEEE 802.11n wireless technology capable of up to 300Mbps data rate Backward compatible with 802.11a

More information

P-2302HWUDL-P1. Quick Start Guide. 802.11g Wireless VoIP Station Gateway. with Built-in DECT Base Station

P-2302HWUDL-P1. Quick Start Guide. 802.11g Wireless VoIP Station Gateway. with Built-in DECT Base Station P-2302HWUDL-P1 802.11g Wireless VoIP Station Gateway with Built-in DECT Base Station Quick Start Guide Version 3.60 Edition 1 3/2007 Overview The P-2302HWUDL-P1 model is a router with IEEE 802.11g wireless

More information

Apple Airport Extreme Base Station V4.0.8 Firmware: Version 5.4

Apple Airport Extreme Base Station V4.0.8 Firmware: Version 5.4 1. APPLE AIRPORT EXTREME 1.1 Product Description The following are device specific configuration settings for the Apple Airport Extreme. Navigation through the management screens will be similar but may

More information

USER GUIDE Cisco Small Business

USER GUIDE Cisco Small Business USER GUIDE Cisco Small Business WBPN Wireless-N Bridge for Phone Adapters December 2011 Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries.

More information