Creating a Webserver on the Nios development kit Stratix Edition board Enoch Hwang

Size: px
Start display at page:

Download "Creating a Webserver on the Nios development kit Stratix Edition board Enoch Hwang"

Transcription

1 Creating a Webserver on the Nios development kit Stratix Edition board Enoch Hwang A) Creating the Nios System (Nios v3.2 can only work with Quartus II v5.1 and below. Need to also remove Nios II completely.) 1) Use the standard_32 reference Nios template design in the directory: D:\My_Programs\Altera\Nios Board\standard_32 2) Use Quartus II and SOPC Builder. Must use the Nios module and not the Nios II module. Compile the Nios system and generate a.hexout output file. To generate a.hexout file from Quartus: select menu Assignment Device Device & Pin options button Programming Files tab Check the hex output file. 3) Download the Nios system to the FPGA using Quartus II with the ByteBlaster parallel cable. (This is volatile. Go to step (4) if you want non-volatile) 4) Start the Nios SDK Shell from Windows Start menu. The following commands are issued from this Shell. 5) To save the Nios system in flash so that when you power up the board, the FPGA will automatically be configured with this Nios system, you need to use hexout2flash to convert the.hexout file generated by Quartus to.flash. Issue the hexout2flash command from the SDK Shell monitor. [SOPC Builder]$ hexout2flash -b 0x standard_32.hexout 6) Now download the FPGA configuration data to the user portion of the flash memory at 0x Press the SW0 and CPU Reset on the Nios board first. (All the LEDs on the 7- segment should lit). Need to connect the serial cable from the PC s serial port to the Console port on the Nios board. [SOPC Builder]$ nios-run standard_32.hexout.flash or [SOPC Builder]$ perl -x c:/altera/kits/nios/bin/nios-run.pl standard_32.hexout.flash Notes: i) Start the GERMS monitor (Nios terminal mode) from the Nios SDK Shell by pressing SW0 and CPU Reset on the Nios board (All the LEDs on the 7-segment should lit) and then typing nr t in the SDK Shell. Need to connect the serial cable from the PC s serial port to the Console port on the Nios board.

2 ii) iii) Press the Reset Config (SW10) switch to configure the FPGA with the User configuration data stored in 0x If no valid user configuration is found, then the FPGA will be configured with the Safe image. To erase sectors in the flash memory, issue the e command from the GERMS monitor: e e B) Writing the Web Server Program in C 1) Use the template program nedk_example_web_server.c in the directory: D:\My_Programs\Altera\Nios Board\standard_32\cpu_sdk\src\plugs\webpage 2) Edit the c program using a text editor. The memory map, Nios I/O device pin names (e.g. na_led_pio) are defined in the file <CPU_name>_sdk/inc/excalibur.h. For example, F:\Nios\standard_32\cpu_sdk\inc\excalibur.h. 3) Start the Nios SDK Shell from Windows Start menu. The following commands are issued from this Shell. 4) Compile the web server program from.c to.srec. [SOPC Builder]$ nios-build wosfs.c nedk_example_web_server.c 5) (optional) convert the web server program from.srec to.flash. The C program is stored in flash starting at location 0x [SOPC Builder]$ srec2flash nedk_example_web_server.srec 6) Start the GERMS monitor (Nios terminal mode) on the Nios board by pressing SW0 and CPU Reset on the Nios board. All the LEDs on the 7-segment should lit. 7) Download the web server program to SRAM and run it (if you performed just step (4)) [SOPC Builder]$ nios-run nedk_example_web_server.srec or download to flash (if you performed step (5)) [SOPC Builder]$ nios-run nedk_example_web_server.flash 8) Press Reset Config (SW10) to run the program. The program that is stored in flash will first be copied to SRAM before it is run. C) Creating the Webpages 1) The sample directory is in: D:\My_Programs\Altera\Nios Board\standard_32\cpu_sdk\src\plugs\webpage

3 2) Edit wosfs_maker.pl first line should be #!/bin/perl 3) To change the location where the webpages are stored in flash: Edit wosfs_maker.pl. Change the two lines in the file to the address that you want my $kwosfs_flashbegin = 0x200000; my $kwosfs_flashend = 0x400000; 4) The definition in the web server program for where the webpages are stored is found in wosfs.h. Edit the two lines #define nk_wosfs_flash_begin (nasys_main_flash + 0x200000) #define nk_wosfs_flash_end (nasys_main_flash + 0x400000) 5) Create standard webpages. 6) Convert webpages to wosfs format Run wosfs_maker.pl from the Nios II SDK Shell. (First change directory to the directory containing the webpages.) [SOPC Builder]$./wosfs_maker.pl index.html static_page.html exc-nios.gif template_page.html.template control_page.html LSU.gif 404_page.html monkey.jpg > pages.flash 7) Connect a serial cable between COM1 on the computer and the Console port on the Nios board. 8) Start terminal mode on the Nios board by pressing sw0 and cpu reset on the Nios board. 9) Download the webpages to flash using the Nios SDK Shell prompt. Type nios-run from the Nios II SDK Shell [SOPC Builder]$ nios-run pages.flash or [SOPC Builder]$ perl -x c:/altera/kits/nios/bin/nios-run.pl pages.flash 10) Press cpu reset button (or Reset Config button) to run the server program. If you have connected a serial cable between the COM1 port on the PC and the Console port on the Nios board, and you have started the nios-run in terminal mode nios-run t You should see a message in the terminal window saying what the IP address is and the port number.

4 11) Test web server by browsing to 12) Several ways to change the IP address: i. Start up the Safe configuration. Browse to it and click on the link that says IP Address. ii. Run the hello_plugs.srec program located in standard_32\cpu_sdk\src\plugs from the SDK Shell nb hello_plugs.c nr hello_plugs.srec 13) To change the port number: Edit the file nedk_example_web_server.c and change the line #define k_http_port 81 Follow the instructions in section B) to re-compile and download the program. 14) To find out the IP information, type xip from the GEMS SDK Shell + xip To disable DHCP + xdhcp:off To change the IP address + xip: To erase a flash sector: e60000 Flash Memory Map Address (hex) Flash Allocation User Web server program User Web pages (2 MB)

5 User FPGA Configuration Data (1 MB) Safe FPGA Configuration Data (1 MB) 7B0000 Safe Web server program 7F0000 Network settings

PowerShield SNMP Adaptor

PowerShield SNMP Adaptor PowerShield SNMP Adaptor This manual describes the setup and operation of the PowerShield SNMP adaptor for the Sentinel battery monitoring system 6300-079A SNMP User Manual Page 1 of 9 1. Connecting the

More information

December 2002, ver. 1.0 Application Note 285. This document describes the Excalibur web server demonstration design and includes the following topics:

December 2002, ver. 1.0 Application Note 285. This document describes the Excalibur web server demonstration design and includes the following topics: Excalibur Web Server Demonstration December 2002, ver. 1.0 Application Note 285 Introduction This document describes the Excalibur web server demonstration design and includes the following topics: Design

More information

Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah

Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah (DSF) Soft Core Prozessor NIOS II Stand Mai 2007 Jens Onno Krah Cologne University of Applied Sciences www.fh-koeln.de jens_onno.krah@fh-koeln.de NIOS II 1 1 What is Nios II? Altera s Second Generation

More information

Implementation of Web-Server Using Altera DE2-70 FPGA Development Kit

Implementation of Web-Server Using Altera DE2-70 FPGA Development Kit 1 Implementation of Web-Server Using Altera DE2-70 FPGA Development Kit A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENT OF FOR THE DEGREE IN Bachelor of Technology In Electronics and Communication

More information

2. Scope of the DE0 Board and Supporting Material

2. Scope of the DE0 Board and Supporting Material 1 Getting Started with Altera s DE0 Board This document describes the scope of Altera s DE0 Development and Education Board and the supporting materials provided by the Altera Corporation. It also explains

More information

Debugging Network Communications. 1 Check the Network Cabling

Debugging Network Communications. 1 Check the Network Cabling Debugging Network Communications Situation: you have a computer and your NetBurner device on a network, but you cannot communicate between the two. This application note provides a set of debugging steps

More information

Plena Voice Alarm System Firmware update

Plena Voice Alarm System Firmware update Plena Voice Alarm System Firmware update 1. Introduction It is advised to update a Bosch Plena Voice Alarm System with the latest released firmware. This Application Note describes how a firmware update

More information

PRN_LOAD 17.04.2002 16:22

PRN_LOAD 17.04.2002 16:22 PRN_LOAD.EXE is a user-friendly program for loading the HPR4915 with new firmware or fonts. It is based on the DOS operating system and also runs under WIN 95/89/NT WIN2000 WIN ME WIN XP and OS/2. However,

More information

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc.

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc. SKP16C62P Tutorial 1 Software Development Process using HEW Renesas Technology America Inc. 1 Overview The following tutorial is a brief introduction on how to develop and debug programs using HEW (Highperformance

More information

FLASH PROCEDURE for GSM BENTEL and DSC cards

FLASH PROCEDURE for GSM BENTEL and DSC cards FLASH PROCEDURE for GSM BENTEL and DSC cards Following step are intended to properly update the flash memory of the GSM card. The same procedure will guide you to recover a GSM card after a block due to

More information

Basic Router and Switch Instructions (Cisco Devices)

Basic Router and Switch Instructions (Cisco Devices) Basic Router and Switch Instructions (Cisco Devices) Basic Device Connection 1. Connect to the device via the console cable (light blue cable) and the use of a terminal program (Windows Hyperterminal,

More information

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification: PURPOSE Verify that communication is established for the following products programming option (488.2 compliant, SCPI only): DCS - M9C & DCS M130, DLM M9E & DLM-M9G & DLM M130, DHP - M9D, P series, SG,

More information

Connecting the DG-102S VoIP Gateway to your network

Connecting the DG-102S VoIP Gateway to your network Contents of Package: DG-102S VoIP Station Gateway Power adapter CD-ROM, including User s Manual Quick Install Guide Requirements: RS-232 Console Cable Two RJ-45 CAT-5 Straight-Through Cables For more information

More information

Projetex 9 Workstation Setup Quick Start Guide 2012 Advanced International Translations

Projetex 9 Workstation Setup Quick Start Guide 2012 Advanced International Translations Projetex 9 Workstation Setup Quick Start Guide 1 Projetex 9 Help Table of Contents Disclaimer 2 System Requirements 2 Registration/Upgrade 3 Projetex Workstation Setup 5 User Login to Projetex Workstation

More information

TE100-P21/TEW-P21G Windows 7 Installation Instruction

TE100-P21/TEW-P21G Windows 7 Installation Instruction Hardware Installation TE100-P21/TEW-P21G Windows 7 Installation Instruction 1. Go to http://www.trendnet.com/downloads/ to download the Windows 7 Utility. Save the file to your desktop. 2. Right click

More information

Guide to Installing BBL Crystal MIND on Windows 7

Guide to Installing BBL Crystal MIND on Windows 7 Guide to Installing BBL Crystal MIND on Windows 7 Introduction The BBL Crystal MIND software can not be directly installed on the Microsoft Windows 7 platform, however it can be installed and run via XP

More information

Product Type: ASC/3. Purpose: Introduction: Applications: Reference: AN2038 Date: 5/4/06

Product Type: ASC/3. Purpose: Introduction: Applications: Reference: AN2038 Date: 5/4/06 Purpose: To walk the customer through the Software upgrade process. Introduction: There are several ways to upgrade ASC/3 SW. The easiest way is to use the ASC/3 SW Installation Utility. This application

More information

IP Phone Configuration and Troubleshooting Guide

IP Phone Configuration and Troubleshooting Guide IP Phone Configuration and Troubleshooting Guide NetVanta 7000 Series and IP 700 Series Phones Overview The purpose of this guide: Explain the default configuration. Explain how to configure the NetVanta

More information

DRO-210i LOAD BALANCING ROUTER. Review Package Contents

DRO-210i LOAD BALANCING ROUTER. Review Package Contents DRO-210i LOAD BALANCING ROUTER Review Package Contents Make sure that the package contains the following items. DRO-210i Load Balancing Router 2 Straight Ethernet Cables 1 Cross Over Ethernet Cable 1 Power

More information

Application Note: Connecting to a 2500 Series Processor using PLC Workshop

Application Note: Connecting to a 2500 Series Processor using PLC Workshop Application Note: Connecting to a 2500 Series Processor using PLC Workshop This application note will describe a step by step process for the three ways to connect to a 2500-CXXX with PLC Workshop. The

More information

WIZ-Embedded WebServer User s Manual (Ver. 1.0)

WIZ-Embedded WebServer User s Manual (Ver. 1.0) [텍스트 입력] WIZ-Embedded WebServer User s Manual (Ver. 1.0) 2007 WIZnet Inc. All Rights Reserved. For more information, visit our website at www.wiznet.co.kr Document History Information Revision Data Description

More information

T3 Mux M13 Multiplexer

T3 Mux M13 Multiplexer T3 Mux M13 Multiplexer User Manual [Type the abstract of the document here. The abstract is typically a short summary of the contents of the document. Type the abstract of the document here. The abstract

More information

Getting Started with Embedded System Development using MicroBlaze processor & Spartan-3A FPGAs. MicroBlaze

Getting Started with Embedded System Development using MicroBlaze processor & Spartan-3A FPGAs. MicroBlaze Getting Started with Embedded System Development using MicroBlaze processor & Spartan-3A FPGAs This tutorial is an introduction to Embedded System development with the MicroBlaze soft processor and low

More information

Nios II IDE Help System

Nios II IDE Help System Nios II IDE Help System 101 Innovation Drive San Jose, CA 95134 www.altera.com Nios II IDE Version: 9.0 Document Version: 1.7 Document Date: March 2009 UG-N2IDEHELP-1.7 Table Of Contents About This Document...1

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

Set up a Nios II project that specifies a desired hardware system and software program

Set up a Nios II project that specifies a desired hardware system and software program Altera Monitor Program Tutorial For Quartus II 11.0 1 Introduction This tutorial presents an introduction to the Altera Monitor Program, which can be used to compile, assemble, download and debug programs

More information

Using the NicheStack TCP/IP Stack - Nios II Edition Tutorial

Using the NicheStack TCP/IP Stack - Nios II Edition Tutorial Using the NicheStack TCP/IP Stack - Nios II Edition Tutorial Using the NicheStack TCP/IP Stack - Nios II Edition Tutorial 101 Innovation Drive San Jose, CA 95134 www.altera.com TU-01001-3.0 Subscribe Copyright

More information

1. Overview of Nios II Embedded Development

1. Overview of Nios II Embedded Development May 2011 NII52001-11.0.0 1. Overview o Nios II Embedded Development NII52001-11.0.0 The Nios II Sotware Developer s Handbook provides the basic inormation needed to develop embedded sotware or the Altera

More information

IP SERIAL DEVICE SERVER

IP SERIAL DEVICE SERVER IP SERIAL DEVICE SERVER ( 1 / 2 / 4 serial port ) Installation guide And User manual Version 1.0 1Introduction... 5 1.1Direct IP mode...5 1.2Virtual COM mode...5 1.3Paired mode...6 1.4Heart beat... 6

More information

Ultra Thin Client TC-401 TC-402. Users s Guide

Ultra Thin Client TC-401 TC-402. Users s Guide Ultra Thin Client TC-401 TC-402 Users s Guide CONTENT 1. OVERVIEW... 3 1.1 HARDWARE SPECIFICATION... 3 1.2 SOFTWARE OVERVIEW... 4 1.3 HARDWARE OVERVIEW...5 1.4 NETWORK CONNECTION... 7 2. INSTALLING THE

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

ALOHA Load Balancer Quickstart guide

ALOHA Load Balancer Quickstart guide ALOHA Load Balancer Quickstart guide Summary 1 Package contents... 3 2 Preparing your Aloha... 4 3 Cabling... 5 3.1 Howto... 5 3.2 ALBBOX Overview... 6 3.3 ALB2K Overview... 7 3.4 ALB4K, ALB8K and ALB16K

More information

Remote Annex. Quick Start for Windows. Read before installing and using Remote Annex Software Release 4.2

Remote Annex. Quick Start for Windows. Read before installing and using Remote Annex Software Release 4.2 Remote Annex Quick Start for Windows Read before installing and using Remote Annex Software Release 4.2 These installation notes contain information specific to this release. This information is not available

More information

Operating Instructions

Operating Instructions Operating Instructions (For Setting Up) Digital Imaging Systems Installation Overview Model No. DP-8060 / 8045 / 8035 Table of Contents Setting Your Machine Installation Overview General Installation Overview...

More information

HOWTO configure Xinu under Virtual Box

HOWTO configure Xinu under Virtual Box This document describes the steps needed to install and configure Xinu under VirtualBox. When you are finished, you will be able to compile a Xinu image and boot the image in a Virtual Machine. Although

More information

Maintaining the Content Server

Maintaining the Content Server CHAPTER 7 This chapter includes the following Content Server maintenance procedures: Backing Up the Content Server, page 7-1 Restoring Files, page 7-3 Upgrading the Content Server, page 7-5 Shutting Down

More information

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website April 16 2012 The following instructions are to show you how to map your Home drive using ITS s Network in order to publish a website

More information

Tutorial: Configuring GOOSE in MiCOM S1 Studio 1. Requirements

Tutorial: Configuring GOOSE in MiCOM S1 Studio 1. Requirements Tutorial: Configuring GOOSE in MiCOM S1 Studio 1. Requirements - Two (2) MiCOM Px4x IEDs with Version 2 implementation of IEC 61850 - Two (2) Cat 5E Ethernet cable - An Ethernet switch 10/100 Mbps - MiCOM

More information

Setting up the Swann HD IP cameras

Setting up the Swann HD IP cameras Setting up the Swann HD IP cameras Connecting the cameras to the network The Swann IP cameras are connected to the network with Category 5/5E/6 cables. The cameras feature Power over Ethernet for ease

More information

SSL (Secure Socket Layer)

SSL (Secure Socket Layer) eztcp Application Note SSL (Secure Socket Layer) Version 1.2 Sollae Systems Co., Ltd. http://www.eztcp.com Contents 1 INTRODUCTION...- 2-1.1 SSL (Secure Socket Layer)...- 2-1.2 SSL with the eztcp... -

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

DUKANE Intelligent Assembly Solutions

DUKANE Intelligent Assembly Solutions PC Configuration Requirements: Configuration Requirements for ipc Operation The hardware and operating system of the PC must comply with a list of minimum requirements for proper operation with the ipc

More information

Changing Password for Ingate Firewalls/SIParators Rickard Nilsson

Changing Password for Ingate Firewalls/SIParators Rickard Nilsson Changing Password for Ingate Firewalls/SIParators Rickard Nilsson Ingate Firewall/SIParator version: Valid from 5.0.1, released in 5.0.4 Document version: 1.0 Table of Contents Changing Password for Ingate

More information

In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM-.01. www.rovingnetworks.com 1

In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM-.01. www.rovingnetworks.com 1 RN-WIFLYCR-UM-.01 RN-ISP-UM In-System Programmer 2012 Roving Networks. All rights reserved. Version 1.1 1/19/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW You use Roving Networks In-System-Programmer

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

WinCON8000-R2/R8. Hardware User s Manual

WinCON8000-R2/R8. Hardware User s Manual WinCON8000-R2/R8 Compact Embedded Controller Hardware User s Manual REV 1.1 2004/10/22 1 Warranty All products manufactured by ICP DAS are warranted against defective materials for a period of one year

More information

L1255-4149 Firmware And FPGA Configuration Upgrade

L1255-4149 Firmware And FPGA Configuration Upgrade Technical Note TN133 Issue:2 L1255-4149 Firmware And FPGA Configuration Upgrade IMPORTANT NOTE: When using USB to Serial converters and upgrading the Firmware there is a danger of early L1255s becoming

More information

Application & Quick-Start Guide

Application & Quick-Start Guide Model: CRMWIC Web Intelligent Controller 1 This document will illustrate various ways to connect and use a CRM-WIC as well as programming examples. When connecting CRM-WIC, the installer has several interface

More information

Remote Configuration Over Ethernet with the Nios II Processor

Remote Configuration Over Ethernet with the Nios II Processor Remote Configuration Over Ethernet with the Nios II Processor April 2010 AN-429-3.0 Introduction Firmware in embedded hardware systems is frequently updated over the Ethernet. For embedded systems that

More information

Transceiver Signal Integrity Development Kit, Stratix IV GT Edition User Guide

Transceiver Signal Integrity Development Kit, Stratix IV GT Edition User Guide Transceiver Signal Integrity Development Kit, Stratix IV GT Edition User Guide Transceiver Signal Integrity Development Kit, 101 Innovation Drive San Jose, CA 95134 www.altera.com UG-01077-1.2 Subscribe

More information

History of Revisions. Ordering Information

History of Revisions. Ordering Information No part of this document may be reproduced in any form or by any means without the express written consent of II Morrow Inc. II Morrow, Apollo, and Precedus are trademarks of II Morrow Inc. Windows is

More information

Tera Term Telnet. Introduction

Tera Term Telnet. Introduction Tera Term Telnet Introduction Starting Telnet Tera Term is a terminal emulation program that enables you to log in to a remote computer, provided you have a registered account on that machine. To start

More information

SecureLinx Spider Duo Quick Start Guide

SecureLinx Spider Duo Quick Start Guide SecureLinx Spider Duo Quick Start Guide SecureLinx Spider Duo Quick Start Guide SecureLinx Spider Duo QUICK START GUIDE CONTENTS Overview... 2 What s In The Box... 3 Installation and Network Settings...

More information

PROFINET IRT: Getting Started with The Siemens CPU 315 PLC

PROFINET IRT: Getting Started with The Siemens CPU 315 PLC PROFINET IRT: Getting Started with The Siemens CPU 315 PLC AN-674 Application Note This document shows how to demonstrate a working design using the PROFINET isochronous real-time (IRT) device firmware.

More information

Pentesting Android Mobile Application

Pentesting Android Mobile Application Pentesting Android Mobile Application Overview on Mobile applications Connect in Superior Way!! Mobile market is the worldwide rapidly developing segments since many customers are using mobile phones.

More information

BiPAC 7404V series. VoIP/(802.11g) ADSL2+ (VPN) Firewall Router. Quick Start Guide

BiPAC 7404V series. VoIP/(802.11g) ADSL2+ (VPN) Firewall Router. Quick Start Guide BiPAC 7404V series VoIP/(802.11g) ADSL2+ (VPN) Firewall Router Quick Start Guide VoIP/(802.11g) ADSL2+ (VPN) Firewall Router For more detailed instructions on configuring and using the Billion VoIP/(802.11g)

More information

Korosi Monitoring System (KMS) Software Manual

Korosi Monitoring System (KMS) Software Manual PT. KOROSI SPECINDO Corrosion Monitoring System Eng. Doc. No.: KS-MNL-KMS Korosi Monitoring System (KMS) Software Manual Revision Date Prepared Approved Description 0 23/05/2008 ES JH Issued for approval

More information

13. Publishing Component Information to Embedded Software

13. Publishing Component Information to Embedded Software February 2011 NII52018-10.1.0 13. Publishing Component Information to Embedded Software NII52018-10.1.0 This document describes how to publish SOPC Builder component information for embedded software tools.

More information

Select Correct USB Driver

Select Correct USB Driver Select Correct USB Driver Windows often installs updated drivers automatically, and defaults to this latest version. Not all of these drivers are compatible with our software. If you are experiencing communications

More information

Using the Altera Serial Flash Loader Megafunction with the Quartus II Software

Using the Altera Serial Flash Loader Megafunction with the Quartus II Software Using the Altera Flash Loader Megafunction with the Quartus II Software AN-370 Subscribe The Altera Flash Loader megafunction IP core is an in-system programming (ISP) solution for Altera serial configuration

More information

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2]

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2] SMS Alarm Messenger SMSPro_Setup Revision 090210 [Version 2.2] ~ 1 ~ Contents 1. How to setup SMS Alarm Messenger?... 3 2. Install the SMSPro_Setup software... 5 3. Connection Type... 6 4. Connection Port

More information

Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface

Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Application te Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Abstract This

More information

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the

More information

4 Networking Generators

4 Networking Generators 4 Networking Generators Topics in this chapter: Overview Configuring a file server Establishing a network environment Network operations Controlling a generator remotely Upgrading generators over a network

More information

Service & Support. How can you establish a connection between an S7-1200 PLC and SIMATIC NET OPC? S7-1200 PLC, SIMATIC NET OPC.

Service & Support. How can you establish a connection between an S7-1200 PLC and SIMATIC NET OPC? S7-1200 PLC, SIMATIC NET OPC. Cover How can you establish a connection between an S7-1200 PLC and SIMATIC NET OPC? S7-1200 PLC, SIMATIC NET OPC FAQ January 2010 Service & Support Answers for industry. This entry is from the Service&Support

More information

INTRODUCTION FEATURES OF THE ICM

INTRODUCTION FEATURES OF THE ICM INTRODUCTION The ICM, Internet Control Module, is a remote controller device accessible via the Internet that allows operational access to the IPS (and other base units available). Through the ICM you

More information

Ethernet Module Manual

Ethernet Module Manual Ethernet Module Manual INNOVATIVE & COMPACT EASY TO PROGRAM LOW COST FACTOR User Manual Ethernet Module U p d a t e d: April 15, 2 0 10 DDS xlogic SuperRelay is an Easy Electronic Co., Ltd Manufactured

More information

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0 T-BOXN12R You can make it wireless First steps with T-BOXN12R Date: 2004-07-16 Version 1.0 Content 1. Purpose of this document... 3 2. T-BoxN12R overview... 4 3. First step... 5 3.1. Preparing your workshop

More information

Getting Started Guide with WIZ550web

Getting Started Guide with WIZ550web 1/21 WIZ550web is an embedded Web server module based on WIZnet s W5500 hardwired TCP/IP chip, Users can control & monitor the 16-configurable digital I/O and 4-ADC inputs on module via web pages. WIZ550web

More information

Quartus II Software Design Series : Foundation. Digitale Signalverarbeitung mit FPGA. Digitale Signalverarbeitung mit FPGA (DSF) Quartus II 1

Quartus II Software Design Series : Foundation. Digitale Signalverarbeitung mit FPGA. Digitale Signalverarbeitung mit FPGA (DSF) Quartus II 1 (DSF) Quartus II Stand: Mai 2007 Jens Onno Krah Cologne University of Applied Sciences www.fh-koeln.de jens_onno.krah@fh-koeln.de Quartus II 1 Quartus II Software Design Series : Foundation 2007 Altera

More information

ML310 VxWorks QuickStart Tutorial. Note: Screen shots in this acrobat file appear best when Acrobat Magnification is set to 133.3%

ML310 VxWorks QuickStart Tutorial. Note: Screen shots in this acrobat file appear best when Acrobat Magnification is set to 133.3% ML30 VxWorks QuickStart Tutorial Note: Screen shots in this acrobat file appear best when Acrobat Magnification is set to 33.3% Overview Setup Boot ROM with VxWorks Hardware and Software ACE file Target

More information

User Manual Network Interface

User Manual Network Interface User Manual Network Interface Rev. 1.00 SRP-350plusll SRP-352plusll http://www.bixolon.com Table of Contents 1. Manual Information...3 2. Specifications...3 2-1 Hardware version...3 2-2 Configuration Tool...3

More information

DSA-1000 / PRT-1000 Device Server / Thermal Printer

DSA-1000 / PRT-1000 Device Server / Thermal Printer LevelOne DSA-1000 / PRT-1000 Device Server / Thermal Printer User Manual V2.0 TABLE OF CONTENTS 1. INTRODUCTION...- 3-2. DEVICE OVERVIEW...- 7-3. HARDWARE SETUP...- 10-4. SYSTEM CONFIGURATION...- 12 -,

More information

This techno knowledge paper can help you if: You need to setup a WAN connection between a Patton Router and a NetGuardian.

This techno knowledge paper can help you if: You need to setup a WAN connection between a Patton Router and a NetGuardian. Problem: Patton / 240T WAN Setup Platform: NetGuardian 240T This TKP is a guide to setting up a PPP to T1 WAN connection between a Patton Model 2603 Router and a NetGuardian 240T. The example in this guide

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab. 2 Network Devices & Packet Tracer Objectives 1. To become familiar with

More information

IP BOOT MANAGER 9280 USERS MANUAL. IP Boot Manager 9280 User Manual

IP BOOT MANAGER 9280 USERS MANUAL. IP Boot Manager 9280 User Manual IP Boot Manager 9280 User Manual User Manual IP BOOT MANAGER 9280 Version V1.00 Date 2008.04-1 - VER. 1.0 Notice 1. Any modification without the authorization of the manufacturer will void the warranty

More information

http://computernetworkingnotes.com/ccna-study-guide/cisco-ios-naming-convention-explainedwith-examples.html

http://computernetworkingnotes.com/ccna-study-guide/cisco-ios-naming-convention-explainedwith-examples.html IOS is the most critical part of any cisco device. We should always keep a backup copy of IOS to deal with any unwanted situation. In this article I will explain the backup and restore process of IOS in

More information

Nios II Development Kit Version 5.1 SP1 Release Notes

Nios II Development Kit Version 5.1 SP1 Release Notes Nios II Development Kit Version 5.1 SP1 Release Notes January 2006 Release Notes Overview This document lists the release notes for the Nios II Development Kit version 5.1 Service Pack 1. Release notes

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

Operating Instruction MEW01652 Revision -

Operating Instruction MEW01652 Revision - Operating Instruction MEW01652 Revision - OPC512 G3 V2.0.x for Web-server II, 1598 Author: Rutger Pålsson Date of issue: 2013-05-21 Date of rev: This page has deliberately been left blank. Table of contents

More information

Programming the On-Chip Flash on a phycore-xc161 phycore-xc167

Programming the On-Chip Flash on a phycore-xc161 phycore-xc167 Application Note Programming the On-Chip Flash on a phycore-xc161 phycore-xc167 Application Note Edition July 2003 LAN-020e_1 Application Note Preface...1 1 Installing Infineon MemTool...2 2 Preparing

More information

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition 10 STEPS TO YOUR FIRST QNX PROGRAM QUICKSTART GUIDE Second Edition QNX QUICKSTART GUIDE A guide to help you install and configure the QNX Momentics tools and the QNX Neutrino operating system, so you can

More information

Rogue RE-CONN Utility

Rogue RE-CONN Utility Rogue RE-CONN Utility Rogue s RE-CONN software is a utility that enables remote communication with compatible Rogue devices, using a Windows-based PC and a DCV-0001 data converter. With this utility you

More information

DE4 NetFPGA Packet Generator Design User Guide

DE4 NetFPGA Packet Generator Design User Guide DE4 NetFPGA Packet Generator Design User Guide Revision History Date Comment Author 01/30/2012 Initial draft Harikrishnan Contents 1. Introduction... 4 2. System Requirements... 4 3. Installing DE4 NetFPGA

More information

Avalanche Enabler 5.3 User Guide

Avalanche Enabler 5.3 User Guide Avalanche Enabler 5.3 User Guide 30/05/2012 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095 Telephone:

More information

Kaltura On-Prem Evaluation Package - Getting Started

Kaltura On-Prem Evaluation Package - Getting Started Kaltura On-Prem Evaluation Package - Getting Started Thank you for your interest in the Kaltura On-Prem Online Video Platform (OVP). Before you get started with your Kaltura On-Prem evaluation, a Kaltura

More information

Smartphone Pentest Framework v0.1. User Guide

Smartphone Pentest Framework v0.1. User Guide Smartphone Pentest Framework v0.1 User Guide 1 Introduction: The Smartphone Pentest Framework (SPF) is an open source tool designed to allow users to assess the security posture of the smartphones deployed

More information

InstantSearch+ for Magento Extension

InstantSearch+ for Magento Extension InstantSearch+ for Magento Extension Troubleshooting Guide- version 2.1.1 1. Sync status on the InstantSearch+ Dashboard Go to http://magento.instantsearchplus.com/login Login using the username/password

More information

Remote Access. Table Of Contents. Rev: 3.30, 8/03

Remote Access. Table Of Contents. Rev: 3.30, 8/03 Remote Access Rev: 3.30, 8/03 Table Of Contents Welcome to Remote Access... 1 Using Remote Access... 1 Using Remote Access... 3 Selecting an OPLC model... 3 Communication-PC Settings... 3 Remote Access

More information

Service & Support. How can you establish a connection between a S7-1200 PLC and SIMATIC NET OPC? S7-1200 PLC, SIMATIC NET OPC.

Service & Support. How can you establish a connection between a S7-1200 PLC and SIMATIC NET OPC? S7-1200 PLC, SIMATIC NET OPC. Cover How can you establish a connection between a S7-1200 PLC and SIMATIC NET OPC? S7-1200 PLC, SIMATIC NET OPC FAQ November 2009 Service & Support Answers for industry. Question This entry is from the

More information

SMS (Server Management Software) Digital Video Recorder. User s Manual

SMS (Server Management Software) Digital Video Recorder. User s Manual SMS (Server Management Software) Digital Video Recorder User s Manual Contents 1 - Introduction 2 1.1 About this manual 2 1.2 Configuration 2 1.3 SMS Functions 2 1.4 Product Information 2 1.5 System Requirements

More information

Comparing performance of L7x vs L6x using Logix5000 Task Monitor tool

Comparing performance of L7x vs L6x using Logix5000 Task Monitor tool Purpose: This document shows how to use the Logix5000 Task Monitor tool to compare the scan times of an application running in an Logix556x controller vs Logix 557x controller. The Logix5000 Task Monitor

More information

Mitsubishi Electric Q Series PLC Ladder Monitor. Operation Manual

Mitsubishi Electric Q Series PLC Ladder Monitor. Operation Manual Mitsubishi Electric Q Series PLC Ladder Monitor Operation Manual Preface Thank you for purchasing Pro-face's PLC Ladder Monitor Add-on Kit for the Mitsubishi Electric Q Series PLC. This manual ("Mitsubishi

More information

MT-350 SMS. Operation Manual. PORTech Communications Inc.

MT-350 SMS. Operation Manual. PORTech Communications Inc. MT-350 SMS Operation Manual PORTech Communications Inc. Index 1.Hardware Setup...1 2.Software Setup...1 3.Operation Guide...2 4.How to send out a short message...3 5.Report File...6 6.Q & A...6 MT-350

More information

Update Firmware from GUI

Update Firmware from GUI Update Firmware from GUI Purpose: Update firmware from embedded GUI. Product Affect: SA-4551S, SA-6651S, SA-6651E, SA-8850S, SS-4551E, SS-4552E, SS-6651E, SS-6652E, SS-4501E, SS-4501R, SS-4502E, SS-4502R,

More information

Configuring the Switch with the CLI Setup Program

Configuring the Switch with the CLI Setup Program APPENDIXC Configuring the Switch with the CLI Setup Program This appendix provides a command-line interface (CLI) setup procedure for a standalone switch. To set up the switch by using Express Setup, see

More information

Configuring Devices for Use with Cisco Configuration Professional (CCP) 2.5

Configuring Devices for Use with Cisco Configuration Professional (CCP) 2.5 Configuring Devices for Use with Cisco Configuration Professional (CCP) 2.5 Objectives Part 1: Configure CCP Access for Routers Enable HTTP/HTTPS server. Create a user account with privilege level 15.

More information

Nios Development Board

Nios Development Board Nios Development Board Reference Manual, Cyclone Edition 101 Innovation Drive San Jose, CA 95134 (408) 544-7000 www.altera.com Document Version: 1.3 Document Date: January 2004 Copyright Nios Development

More information

3.1 Connecting to a Router and Basic Configuration

3.1 Connecting to a Router and Basic Configuration 3.1 Connecting to a Router and Basic Configuration Objective This lab will focus on the ability to connect a PC to a router in order to establish a console session and observe the user interface. A console

More information

enetworks TM Using the Syslog Feature C.1 Configuring the Syslog Feature

enetworks TM Using the Syslog Feature C.1 Configuring the Syslog Feature encor! enetworks TM Version A, March 2010 2013 Encore Networks, Inc. All rights reserved. Using the Syslog Feature This document provides basic information for using the syslog feature in the ELIOS software.

More information