SIM7100. Gobi Development Environment In Linux

Size: px
Start display at page:

Download "SIM7100. Gobi Development Environment In Linux"

Transcription

1 SIM7100 Gobi Development Environment In Linux

2 Document Title: SIM7100 Setup Gobi Development Environment In Linux Version: 1.0 Date: Status: Release Document Control ID: SIM7100 Gobi Development Environment In Linux V1.0 General Notes SIMCom offers this information as a service to its customers, to support application and engineering efforts that use the products designed by SIMCom. The information provided is based upon requirements specifically provided to SIMCom by the customers. SIMCom has not undertaken any independent search for additional relevant information, including any information that may be in the customer s possession. Furthermore, system validation of this product designed by SIMCom within a larger electronic system remains the responsibility of the customer or the customer s system integrator. All specifications supplied herein are subject to change. Copyright This document contains proprietary technical information which is the property of SIMCom Limited., copying of this document and giving it to others and the using or communication of the contents thereof, are forbidden without express authority. Offenders are liable to the payment of damages. All rights reserved in the event of grant of a patent or the registration of a utility model or design. All specification supplied herein are subject to change without notice at any time. Copyright Shanghai SIMCom Wireless Solutions Ltd SIM7100 Gobi Development Environment In Linux V /09/04

3 Contents 1 Introduction Build and install driver Build and install driver Connect and check driver works ok Build and install libraries Build and install GobiAPI libraries Setup Your Application Development Environment Connect Network Without GobiAPI Lib Notice... 8 SIM7100 Gobi Development Environment In Linux V /09/04

4 Version History Date Version Description of change Author V1.0 New version Scope This document describes how to setup Gobi development environment in linux step by step, but not teach customers how to use Gobi API to development their applications upon linux. SIM7100 Gobi Development Environment In Linux V /09/04

5 1 Introduction This document provides the guideline on how to setup Gobi development environment in Linux OS. It takes Ubuntu as an example to present the guildline. 2 Build and install driver 2.1 Build and install driver. (1) Extract GobiNet.zip to customer s workspace. unzip GobiNet.zip (2) Build driver cd GobiNet && make Driver is built successfully and customers can go to next step if they find GobiNet.ko in current directory. (3). Install driver sudo modprobe usbnet sudo insmod GobiNet lsmod Once GobiNet and usbnet are available, the driver is installed successfully. 2.2 Connect and check driver. (1) Connect SIM7100 module via physical USB interface and power on the modem. (2) Open the terminal and type the shell command lsusb. SIM7100 Gobi Development Environment In Linux V /09/04

6 (3) SIM7100 is recognized in Ubuntu as USB interface (vid=1e0e,pid=9001) (4) List the devices by ls -l /dev/qcqmi* ifconfig. If /dev/qcqmi1 is visual, the device driver is installed successfully! Besides, a new interface (eth1) is created, customer could check with command 3 Build and install libraries 3.1 Build and install GobiAPI libraries. Application has to invoke methods in these libraries to communicate with the SIM7100, so customer has to build them first. (1) Extract GobiAPI_ (simcom).tar.gz to workspace. SIM7100 Gobi Development Environment In Linux V /09/04

7 tar zxvf GobiAPI_ \(simcom\).tar.gz (2) Build and install libraries. cd GobiAPI_ make sudo make install (3) Check libraries generated. Type ls lib*, you will find: 4 Setup Application Development Environment (1) Copy libraries to the directory the application in: cp libcore.a libgobiconnectionmgmt.so ${APPLICATION-DIR} (2) Copy header files to the directory application in: cp simcom/gobiconnectionmgmtapi.h ${APPLICATION-DIR} cp simcom/gobiconnectionmgmtapienums.h ${APPLICATION-DIR} cp simcom/gobiconnectionmgmtapistructs.h ${APPLICATION-DIR} cp simcom/gobi3000translation.h ${APPLICATION-DIR} (3) Make sure the header files copied in step 2 is from simcom directory instead of GobiConnectionMgmt (4) Write source code, do not forget: #include GobiConnectionMgmtAPI.h #include GobiConnectionMgmtAPIStructs.h #include Gobi3000Translation.h even GobiConnectionMgmtAPIEnums.h is not necessary, but customers still have to copy it to application directory, because it is included in GobiConnectionMgmtAPIStructs.h (5) Customer must have been aware that function GobiConnect should be invoked before communicate with SIM7100, please remember the value of the first parameter pinterface must be the absolute path of the device after installing driver GobiNet, such SIM7100 Gobi Development Environment In Linux V /09/04

8 as /dev/qcqmi1. (6) When building an application, do not forget to contain lcore lgobiconnectionmgmt in makefile. 5 Connect Network Without GobiAPI Lib GobiAPI provides a powerful library to help customer s application to make use of all functions that modem provides, so it is definitely that customers could connect to the network with these API functions. If only data service is used in app, GobiNet driver is enough. The reference code is in archive ndis_manager.zip. 6 Notice (1) If there is an error bits/predefs.h:no such file or directory when building above libraries. (2) sudo apt-get install gcc-multilib (3) If GobiConnect is always failed and returns 10, please check the permission to access /dev/qcqmi* (4) To Check the debug information of libraries Modify line 4 in Makefile in directory GobiAPI_ , add or delete D DEBUG to enable or disable the debug feature. (5) Error code is defined in GobiConnectionMgmtAPIEnums.h file. SIM7100 Gobi Development Environment In Linux V /09/04

9 Contact us: Shanghai SIMCom Wireless Solutions Co.,Ltd. Address: Building A, SIM Technology Building, No. 633, Jinzhong Road, Shanghai, P. R. China Tel: Fax: URL: SIM7100 Gobi Development Environment In Linux V /09/04

SIM900_Custom Application Building Tutorial_Application Note_V1.00

SIM900_Custom Application Building Tutorial_Application Note_V1.00 SIM900_Custom Application Building Tutorial_Application Note_V1.00 Document Title: SIM900 Custom Application Building Tutorial Application Note Version: 1.00 Date: 2010-9-16 Status: Document Control ID:

More information

SIM900 Eclipse environment install Application Note_V1.00

SIM900 Eclipse environment install Application Note_V1.00 SIM900 Eclipse environment install Application Note_V1.00 Document Title: Note Version: V1.00 Date: 2011-01-11 Status: Document Control ID: Edit SIM900_Eclipse_environment_install_Application_Note _V1.01

More information

SIMCom_3G_SSL_Application Note_V1.10

SIMCom_3G_SSL_Application Note_V1.10 SIMCom_3G_SSL_Application Note_V1.10 Document Title: SIMCom_3G_SSL_Application Note Version: 1.10 Date: Status: Document Control ID: Release SIMCom_3G_SSL_Application Note_V1.10 General Notes SIMCom offers

More information

SIM800 Series_IP_Application Note_V1.02

SIM800 Series_IP_Application Note_V1.02 SIM800 Series_IP_Application Note_V1.02 Document Title SIM800 Series_IP_Application Note Version 1.02 Date Status Document Control ID Release SIM800 Series_IP_ Application Note_V1.02 General Notes SIMCom

More information

SIM800 Series_FM_Application Note_V1.00

SIM800 Series_FM_Application Note_V1.00 SIM800 Series_FM_Application _V1.00 Document Title SIM800 Series_FM_Application Version 1.00 Date Status Document Control ID Release SIM800 Series_FM_ Application _V1.00 General s SIMCom offers this information

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GPRS Startup User Guide GPRS_Startup_UGD_V1.01 Document Title GPRS Startup User Guide Version 1.01 Date 2009-11-16 Status Document Control ID Release GPRS_Startup_UGD_V1.01 General Notes

More information

GSM. Quectel Cellular Engine. HTTP Service AT Commands GSM_HTTP_ATC_V1.2

GSM. Quectel Cellular Engine. HTTP Service AT Commands GSM_HTTP_ATC_V1.2 GSM Cellular Engine HTTP Service AT Commands GSM_HTTP_ATC_V1.2 Document Title HTTP Service AT Commands Version 1.2 Date 2015-04-13 Status Document Control ID Release GSM_HTTP_ATC_V1.2 General Notes offers

More information

SIM800 Series_SSL_Application Note_V1.00

SIM800 Series_SSL_Application Note_V1.00 SIM800 Series_SSL_Application Note_V1.00 Document Title: SIM800 Series_SSL_Application Note Version: 1.00 Date: 2013-09-18 Status: Document Control ID: Release SIM800 Series_SSL_ Application Note_V1.00

More information

L16. Quectel GNSS Engine. EVB User Guide L16_EVB_UGD_V1.0

L16. Quectel GNSS Engine. EVB User Guide L16_EVB_UGD_V1.0 L16 GNSS Engine EVB User Guide L16_EVB_UGD_V1.0 Document Title L16 EVB User Guide Version 1.0 Date 2012-07-18 Status Document Control ID Released L16_EVB_UGD_V1.0 General Notes offers this information

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine HTTP Service AT Commands GSM_HTTP_ATC_V1.00 Document Title HTTP Service AT Commands Version 1.00 Date 2009-07-06 Status Document Control ID Release GSM_HTTP_ATC_V1.00 General Notes offers

More information

U10. Quectel Cellular Engine. Video Call Application Notes. U10_ Video_Call_AN_V1.0

U10. Quectel Cellular Engine. Video Call Application Notes. U10_ Video_Call_AN_V1.0 U10 Cellular Engine Video Call Application Notes U10_ Video_Call_AN_V1.0 Document Title Video Call Application Notes Version 1.0 Date 2012-05-22 Status Document Control ID Released U10_Video_Call_AN_V1.0

More information

SIM800 Series_SSL_Application Note_V1.01

SIM800 Series_SSL_Application Note_V1.01 SIM800 Series_SSL_Application Note_V1.01 Document Title: SIM800 Series_SSL_Application Note Version: 1.01 Date: 2014-06-30 Status: Document Control ID: Release SIM800 Series_SSL_ Application Note_V1.01

More information

SMS Application Note. SIM5360_SMS_Application_Note_V0.01

SMS Application Note. SIM5360_SMS_Application_Note_V0.01 SMS Application Note 0 Document Title: SIM5360 SMS Application Note Version: 0.01 Date: 2014-02-21 Status: Document ID: Developing General Notes Simcom offers this information as a service to its customers,

More information

Copyright 2014, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com

Copyright 2014, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com Ve Version 3.4 Copyright 2014, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com We have attempted to make these documents complete, accurate, and useful, but we cannot guarantee them to be

More information

WCDMA&GSM Module_Extra_Function_for_Network

WCDMA&GSM Module_Extra_Function_for_Network WCDMA&GSM Module_Extra_Function_for_Network Document Title: Ve rsion : Date: Status: Document Control ID: General Notes SIMCom offers this information as a service to its customers, to support application

More information

M72. Quectel Cellular Engine. EVB User Guide M72_EVB_UGD_V1.0

M72. Quectel Cellular Engine. EVB User Guide M72_EVB_UGD_V1.0 M72 Quectel Cellular Engine EVB User Guide M72_EVB_UGD_V1.0 Document Title EVB User Guide Version 1.0 Date 2011-05-18 Status Document Control ID Release M72_EVB_UGD_V1.0 General Notes Quectel offers this

More information

Email(SMTP/POP3) Application Note

Email(SMTP/POP3) Application Note Email(SMTP/POP3) Application Note Document Title: Email(SMTP/POP3) Application Note Version: 0.01 Date: 2014-02-21 Status: Document ID: Developing.doc General Notes SIMCom offers this information as a

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM FTP AT Commands GSM_FTP_ATC_V1.1 Document Title GSM FTP AT Commands Version 1.1 Date 2010-12-28 Status Document Control ID Release GSM_FTP_ATC_V1.1 General Notes offers this information

More information

Computer Science and Engineering Linux Cisco VPN Client Installation and Setup Guide

Computer Science and Engineering Linux Cisco VPN Client Installation and Setup Guide Computer Science and Engineering Linux Cisco VPN Client Installation and Setup Guide Contents Installation: Ubuntu Linux 7.10 Gusty Gibbon:... 2 Installation: Redhat Enterprise 5 and Fedora 8 Linux:...

More information

RocketRAID 2640/2642 SAS Controller Ubuntu Linux Installation Guide

RocketRAID 2640/2642 SAS Controller Ubuntu Linux Installation Guide RocketRAID 2640/2642 SAS Controller Ubuntu Linux Installation Guide Version 1.2 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Last updated on June 14, 2012 Table of Contents 1 Overview...

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

L10. Quectel GPS Engine. EVB User Guide L10_EVB_UGD_V1.00

L10. Quectel GPS Engine. EVB User Guide L10_EVB_UGD_V1.00 L10 GPS Engine EVB User Guide L10_EVB_UGD_V1.00 Document Title L10 EVB User Guide Version 1.00 Date 2009-7-20 Status Document Control ID Release L10_EVB_UGD_V1.00 General Notes offers this information

More information

USB HSPA Modem. User Manual

USB HSPA Modem. User Manual USB HSPA Modem User Manual Congratulations on your purchase of this USB HSPA Modem. The readme file helps you surf the Internet, send and receive SMS, manage contacts and use many other functions with

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

SimbaEngine SDK 9.4. Build a C++ ODBC Driver for SQL-Based Data Sources in 5 Days. Last Revised: October 2014. Simba Technologies Inc.

SimbaEngine SDK 9.4. Build a C++ ODBC Driver for SQL-Based Data Sources in 5 Days. Last Revised: October 2014. Simba Technologies Inc. Build a C++ ODBC Driver for SQL-Based Data Sources in 5 Days Last Revised: October 2014 Simba Technologies Inc. Copyright 2014 Simba Technologies Inc. All Rights Reserved. Information in this document

More information

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Technical Note. TN_132 Adding FTDI Devices VCP Driver Support to Android

Technical Note. TN_132 Adding FTDI Devices VCP Driver Support to Android Future Technology Devices International Ltd. Technical Note TN_132 Adding FTDI Devices VCP Driver Support to Android Document Reference No.: FT_000491 Version 1.1 Issue Date: 2011-08-25 This document describes

More information

Cosmic Board for phycore AM335x System on Module and Carrier Board. Application Development User Manual

Cosmic Board for phycore AM335x System on Module and Carrier Board. Application Development User Manual Cosmic Board for phycore AM335x System on Module and Carrier Board Application Development User Manual Product No: PCL-051/POB-002 SOM PCB No: 1397.0 CB PCB No: 1396.1 Edition: October,2013 In this manual

More information

RecoveryVault Express Client User Manual

RecoveryVault Express Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Online Backup Linux Client User Manual

Online Backup Linux Client User Manual Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might

More information

USB Driver. Installation Guide for H5 Devices

USB Driver. Installation Guide for H5 Devices USB Driver Installation Guide for H5 Devices USB DRIVER INSTALLATION GUIDE USB Driver Installation Guide For the following devices: MTSMC-H5-U, MTD-H5, MTPCIE-H5, MT100UCC-H5, MTC-H5-B03, MTCBA-H5-U S000553,

More information

Online Backup Client User Manual

Online Backup Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

GIVE WINGS TO YOUR IDEAS TUTORIAL

GIVE WINGS TO YOUR IDEAS TUTORIAL GIVE WINGS TO YOUR IDEAS TUTORIAL PLUG IN TO THE WIRELESS WORLD Tutorial Version: 001 / 1.0 Date: October 30, 2001 Reference: WM_SW_OAT_UGD_001 confidential Page: 1 / 18 (THIS PAGE IS INTENTIONALY LEFT

More information

HP SDN VM and Ubuntu Setup

HP SDN VM and Ubuntu Setup HP SDN VM and Ubuntu Setup Technical Configuration Guide Version: 1 September 2013 Table of Contents Introduction... 2 Option 1: VirtualBox Preconfigured Setup... 2 Option 2: VMware Setup (from scratch)...

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM UART Port Application Notes GSM_UART_AN_V1.01 Document Title GSM UART Port Application Notes Version 1.01 Date 2009-11-16 Status Document Control ID Release GSM_UART_AN_V1.01 General

More information

DualShield. for PAM RADIUS. Implementation Guide. (Version 5.4) Copyright 2012 Deepnet Security Limited

DualShield. for PAM RADIUS. Implementation Guide. (Version 5.4) Copyright 2012 Deepnet Security Limited DualShield for Implementation Guide (Version 5.4) Copyright 2012 Deepnet Security Limited Copyright 2012, Deepnet Security. All Rights Reserved. Page 1 Trademarks Deepnet Unified Authentication, MobileID,

More information

MatrixSSL Getting Started

MatrixSSL Getting Started MatrixSSL Getting Started TABLE OF CONTENTS 1 OVERVIEW... 3 1.1 Who is this Document For?... 3 2 COMPILING AND TESTING MATRIXSSL... 4 2.1 POSIX Platforms using Makefiles... 4 2.1.1 Preparation... 4 2.1.2

More information

Linux Integration Services 3.4 for Hyper-V Readme

Linux Integration Services 3.4 for Hyper-V Readme Linux Integration Services 3.4 for Hyper-V Readme Microsoft Corporation Published: September 2012 Abstract This guide discusses the installation and functionality of Linux Integration Services for Hyper-V

More information

Future Technology Devices International Ltd. Technical Note TN_101

Future Technology Devices International Ltd. Technical Note TN_101 Future Technology Devices International Ltd. Technical Note TN_101 Implementing Custom FTDI VID and PID Codes using Linux Document Reference No: FT_000081 Version 1.0 Issue Date: 2008-10-30 This FTDI technical

More information

LSN 10 Linux Overview

LSN 10 Linux Overview LSN 10 Linux Overview ECT362 Operating Systems Department of Engineering Technology LSN 10 Linux Overview Linux Contemporary open source implementation of UNIX available for free on the Internet Introduced

More information

Setting up VMware Server v1 for 2X VirtualDesktopServer Manual

Setting up VMware Server v1 for 2X VirtualDesktopServer Manual Setting up VMware Server v1 for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

0011-01-16-03-001 USB Stick Driver Installation Instructions

0011-01-16-03-001 USB Stick Driver Installation Instructions Application Note 0011-01-16-03-001 USB Stick Driver Installation Instructions Document No: 0011-01-16-03-001 (Issue A) INTRODUCTION This document outlines how to install the virtual COM port drivers for

More information

Abstract. Microsoft Corporation Published: November 2011

Abstract. Microsoft Corporation Published: November 2011 Linux Integration Services Version 3.2 for Hyper-V (Windows Server 2008, Windows Server 2008 R2, Microsoft Hyper-V Server 2008, and Microsoft Hyper-V Server 2008 R2) Readme Microsoft Corporation Published:

More information

FTP Peach Pit Data Sheet

FTP Peach Pit Data Sheet FTP Peach Pit Data Sheet Peach Fuzzer, LLC v3.6.94 Copyright 2015 Peach Fuzzer, LLC. All rights reserved. This document may not be distributed or used for commercial purposes without the explicit consent

More information

APPLICATION NOTE. How to build pylon applications for ARM

APPLICATION NOTE. How to build pylon applications for ARM APPLICATION NOTE Version: 01 Language: 000 (English) Release Date: 31 January 2014 Application Note Table of Contents 1 Introduction... 2 2 Steps... 2 1 Introduction This document explains how pylon applications

More information

Intel IoT Gateway Software Development Kit SK100

Intel IoT Gateway Software Development Kit SK100 Intel IoT Gateway Software Development Kit SK100 Order No.: 331568-001 By using this document, in addition to any agreements you have with Intel, you accept the terms set forth below. You may not use or

More information

NaviCell Data Visualization Python API

NaviCell Data Visualization Python API NaviCell Data Visualization Python API Tutorial - Version 1.0 The NaviCell Data Visualization Python API is a Python module that let computational biologists write programs to interact with the molecular

More information

Software Prerequisites Linux Ubuntu 12.04 LTS. Estimated completion time: 15min. The goal of this hands-on is to:

Software Prerequisites Linux Ubuntu 12.04 LTS. Estimated completion time: 15min. The goal of this hands-on is to: TRAINING MANUAL Using SAM-BA for Linux on SAMA5D3 Xplained AN-8995 Prerequisites Hardware Prerequisites Atmel SAMA5D3 Xplained USB serial TTL adapter (optional) FTDI TTL-232R-3V3 USB to TTL serial cable

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

Setup Soft PLC Technical handbook

Setup Soft PLC Technical handbook 2 Setup Soft PLC Version V 1.1 Date 05.02.2007 Author Editing/Illustrations Frick Su/Pa Tools This documentation was created with Microsoft Word 2000 and Adobe Illustrator. Trade mark All product names

More information

APPLICATION NOTE. Getting Started with pylon and OpenCV

APPLICATION NOTE. Getting Started with pylon and OpenCV APPLICATION NOTE Getting Started with pylon and OpenCV Applicable to all Basler USB3 Vision, GigE Vision, and IEEE 1394 cameras Document Number: AW001368 Version: 01 Language: 000 (English) Release Date:

More information

Desktop : Ubuntu 10.04 Desktop, Ubuntu 12.04 Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu 10.04 Server, Ubuntu 12.04 Server, CentOS 5, CentOS 6

Desktop : Ubuntu 10.04 Desktop, Ubuntu 12.04 Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu 10.04 Server, Ubuntu 12.04 Server, CentOS 5, CentOS 6 201 Datavoice House, PO Box 267, Stellenbosch, 7599 16 Elektron Avenue, Technopark, Tel: +27 218886500 Stellenbosch, 7600 Fax: +27 218886502 Adept Internet (Pty) Ltd. Reg. no: 1984/01310/07 VAT No: 4620143786

More information

Spectrum Spatial Analyst Version 4.0. Installation Guide for Linux. Contents:

Spectrum Spatial Analyst Version 4.0. Installation Guide for Linux. Contents: Spectrum Spatial Analyst Version 4.0 Installation Guide for Linux This guide explains how to install the Spectrum Spatial Analyst on a Unix server (Ubuntu). The topics covered in this guide are: Contents:

More information

The Build Process. of (GNU Tools for ARM Embedded Processors) 2016-03

The Build Process. of (GNU Tools for ARM Embedded Processors) 2016-03 The Build Process of (GNU Tools for ARM Embedded Processors) 2016-03 Copyright c 2012-2016 ARM Ltd. i Table of Contents Preface.............................................. 1 1 Build GNU Tools on Ubuntu

More information

Apache Hadoop 2.0 Installation and Single Node Cluster Configuration on Ubuntu A guide to install and setup Single-Node Apache Hadoop 2.

Apache Hadoop 2.0 Installation and Single Node Cluster Configuration on Ubuntu A guide to install and setup Single-Node Apache Hadoop 2. EDUREKA Apache Hadoop 2.0 Installation and Single Node Cluster Configuration on Ubuntu A guide to install and setup Single-Node Apache Hadoop 2.0 Cluster edureka! 11/12/2013 A guide to Install and Configure

More information

The embedded Linux quick start guide lab notes

The embedded Linux quick start guide lab notes The embedded Linux quick start guide lab notes Embedded Linux Conference Europe 2010 Date: Tuesday 26th October Location: DeVere University of Arms Hotel, Cambridge Room: Churchill Suite Presenter: Chris

More information

RocketRAID 174x SATA Controller Ubuntu Linux Installation Guide

RocketRAID 174x SATA Controller Ubuntu Linux Installation Guide RocketRAID 174x SATA Controller Ubuntu Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on November 13, 2008 Table of Contents 1 Overview...1

More information

Solr Bridge Search Installation Guide

Solr Bridge Search Installation Guide Solr Bridge Search Installation Guide Table of contents 1. Solr Installation 1.1 Tomcat6 (Web server) installation. 1.2 Apache Solr 3.3.0 installation. 1.3 Install SolrBirge package (preconfigured solr

More information

Android: How To. Thanks. Aman Nijhawan

Android: How To. Thanks. Aman Nijhawan Android: How To. This is just a collection of useful information and tricks that I used during the time I was developing on the android ADP1. In some cases the information might be a little old and new

More information

SNMP Peach Pit Data Sheet

SNMP Peach Pit Data Sheet SNMP Peach Pit Data Sheet Peach Fuzzer, LLC v3.6.94 Copyright 2015 Peach Fuzzer, LLC. All rights reserved. This document may not be distributed or used for commercial purposes without the explicit consent

More information

Wireless Mobile Broadband Setup Guide for Linux OS

Wireless Mobile Broadband Setup Guide for Linux OS Wireless Mobile Broadband Setup Guide for Linux OS Note: This document is provided for information purposes only. Sprint cannot accept any responsibility for the use of information provided in this document.

More information

Version 1.00. User Manual. USB 3.0 to Gigabit Ethernet Adapter DUB-1312

Version 1.00. User Manual. USB 3.0 to Gigabit Ethernet Adapter DUB-1312 Version 1.00 User Manual USB 3.0 to Gigabit Ethernet Adapter DUB-1312 Manual Overview D-Link reserves the right to revise this publication and to make changes in the content hereof without obligation to

More information

Linux Development Environment Description Based on VirtualBox Structure

Linux Development Environment Description Based on VirtualBox Structure Linux Development Environment Description Based on VirtualBox Structure V1.0 1 VirtualBox is open source virtual machine software. It mainly has three advantages: (1) Free (2) compact (3) powerful. At

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

3D Restoration (Kine3D -3)

3D Restoration (Kine3D -3) 3D Restoration (Kine3D -3) SKUA 2009.4 and GOCAD 2009.4 Rock & Fluid Canvas 2009 Epos 4.0 Rollup 3 Configuration Guide 2007 2011 Paradigm Ltd. or its affiliates and subsidiaries. All rights reserved. The

More information

USB Driver. Installation Guide for LTE Devices

USB Driver. Installation Guide for LTE Devices USB Driver Installation Guide for LTE Devices USB DRIVER INSTALLATION GUIDE USB Driver Installation Guide For the following devices: MTSMC-LEU1-U, MTSMC-LAT1-U, MTSMC-LVW2-U S000616, Version 1.0.3 Copyright

More information

Personal Virtual Server (PVS) Quick Start Guide

Personal Virtual Server (PVS) Quick Start Guide Personal Virtual Server (PVS) Quick Start Guide Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM Multiplexer Application Notes GSM_MUX_AN_V1.00 Document Title GSM Multiplexer Application Notes Version 1.00 Date 2009-06-27 Status Document Control ID Release GSM_MUX_AN_V1.00 General

More information

Waspmote IDE. User Guide

Waspmote IDE. User Guide Waspmote IDE User Guide Index Document Version: v4.1-01/2014 Libelium Comunicaciones Distribuidas S.L. INDEX 1. Introduction... 3 1.1. New features...3 1.2. Other notes...3 2. Installation... 4 2.1. Windows...4

More information

IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager

IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager Scenario You are a system administrator responsible for managing web application server installations.

More information

Simulation of wireless ad-hoc sensor networks with QualNet

Simulation of wireless ad-hoc sensor networks with QualNet Advanced Seminar Embedded Systems 2008/2009 Simulation of wireless ad-hoc sensor networks with QualNet Documentation by Tobias Doerffel Chemnitz, April 9, 2009 Contents Contents 1 Introduction 3 1.1 The

More information

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide Acronis Backup & Recovery 10 Server for Linux Update 5 Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management

More information

1. Downloading. 2. Installation and License Acquiring. Xilinx ISE Webpack + Project Setup Instructions

1. Downloading. 2. Installation and License Acquiring. Xilinx ISE Webpack + Project Setup Instructions Xilinx ISE Webpack + Project Setup Instructions 1. Downloading The Xilinx tools are free for download from their website and can be installed on your Windowsbased PC s. Go to the following URL: http://www.xilinx.com/support/download/index.htm

More information

Chipsee Embedded Industrial Computer Android User Manual V1.0.1

Chipsee Embedded Industrial Computer Android User Manual V1.0.1 Chipsee Embedded Industrial Computer Android User Manual V1.0.1 Summary: This manual is used to provide users with a fast guide of Chipsee Embed ded Industrial Computer about Android OS development. Through

More information

Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 9.6)

Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 9.6) Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 9.6) Configuring the environment manually Using CMake CLHEP full version installation

More information

OpenVox Communication Co.Ltd. OpenVox-Best Cost Effective Asterisk Cards

OpenVox Communication Co.Ltd. OpenVox-Best Cost Effective Asterisk Cards OpenVox Communication Co.Ltd OpenVox-Best Cost Effective Asterisk Cards Address: F/3, Block No.127, Jindi Industrial Zone, Shazui Road, Futian District, Shenzhen, Guangdong 518048, China Tel:+86-755-82535461,

More information

Installing Ubuntu 10.10 on Darwin OP

Installing Ubuntu 10.10 on Darwin OP Installing Ubuntu 10.10 on Darwin OP 1. Go to http://www.ubuntu.com/download/ubuntu/download and download Ubuntu version 10.10. 2. Create a USB stick out of the downloaded.iso file--follow the directions

More information

file://d:\webs\touch-base.com\htdocs\documentation\androidplatformnotes52.htm

file://d:\webs\touch-base.com\htdocs\documentation\androidplatformnotes52.htm Page 1 of 5 Deliverables Requirements Installation Uninstall Supported programs Limitations Contact Welcome to UPDD Android platform specific installation instructions and related notes for UPDD version

More information

Code::Block manual. for CS101x course. Department of Computer Science and Engineering Indian Institute of Technology - Bombay Mumbai - 400076.

Code::Block manual. for CS101x course. Department of Computer Science and Engineering Indian Institute of Technology - Bombay Mumbai - 400076. Code::Block manual for CS101x course Department of Computer Science and Engineering Indian Institute of Technology - Bombay Mumbai - 400076. April 9, 2014 Contents 1 Introduction 1 1.1 Code::Blocks...........................................

More information

WebIOPi. Installation Walk-through Macros

WebIOPi. Installation Walk-through Macros WebIOPi Installation Walk-through Macros Installation Install WebIOPi on your Raspberry Pi Download the tar archive file: wget www.cs.unca.edu/~bruce/fall14/webiopi-0.7.0.tar.gz Uncompress: tar xvfz WebIOPi-0.7.0.tar.gz

More information

Netop Remote Control for Linux Installation Guide Version 12.22

Netop Remote Control for Linux Installation Guide Version 12.22 Netop Remote Control for Linux Installation Guide Version 12.22 Copyright 1981-2016 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments

More information

USB Driver. Installation Guide for H5 and G3 Devices

USB Driver. Installation Guide for H5 and G3 Devices USB Driver Installation Guide for H5 and G3 Devices USB DRIVER INSTALLATION GUIDE USB Driver Installation Guide For the following devices: MTSMC-H5-U, MTD-H5, MTPCIE-H5, MT100UCC-H5, MTC-H5-B03, MTCBA-H5-U,

More information

ERIKA Enterprise pre-built Virtual Machine

ERIKA Enterprise pre-built Virtual Machine ERIKA Enterprise pre-built Virtual Machine with support for Arduino, STM32, and others Version: 1.0 July 2, 2014 About Evidence S.r.l. Evidence is a company operating in the field of software for embedded

More information

7inch HDMI LCD (B) User Manual

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

More information

Software Setup for developing realtime application with LEGO mindstorms NXT

Software Setup for developing realtime application with LEGO mindstorms NXT Software Setup for developing realtime application with LEGO mindstorms NXT Fumitake FUJII *, Dr. Eng. * Mechanical Systems Control Laboratory, Graduate School of Science and Engineering, Yamaguchi University

More information

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 1 The person installing the VC is knowledgeable of the Linux file system

More information

Moxa Device Manager 2.0 User s Guide

Moxa Device Manager 2.0 User s Guide First Edition, March 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Moxa Device Manager 2.0 User Guide The software described in this manual

More information

M95 Dual SIM Application Notes

M95 Dual SIM Application Notes M95 Dual SIM Application Notes GSM/GPRS Module Series Rev. 3.0 Date: 2013-01-29 www.quectel.com Our aim is to provide customers with timely and comprehensive service. For any assistance, please contact

More information

Student installation of TinyOS

Student installation of TinyOS Jan.12, 2014 Author: Rahav Dor Student installation of TinyOS TinyOs install Automatic installation... 1 Get Linux... 2 Install Ubuntu on a Virtual Machine... 2 Install Ubuntu on VMware... 2 Installing

More information

OPERATING SYSTEM SERVICES

OPERATING SYSTEM SERVICES OPERATING SYSTEM SERVICES USER INTERFACE Command line interface(cli):uses text commands and a method for entering them Batch interface(bi):commands and directives to control those commands are entered

More information

mypro Installation and Handling Manual Version: 7

mypro Installation and Handling Manual Version: 7 mypro Installation and Handling Manual Version: 7 Date: JAN 2016 Thank you for using mypro on your PC. myscada is a full featured HMI/SCADA system with advanced options such as vector graphics views, advanced

More information

14. CUCM 8 - free sftp solution for backup on ubuntu 10.04 server

14. CUCM 8 - free sftp solution for backup on ubuntu 10.04 server Published on cdesigner.eu (http://www.cdesigner.eu) Home > VoIP > 14. CUCM 8 - free sftp solution for backup on ubuntu 10.04 server 14. CUCM 8 - free sftp solution for backup on ubuntu 10.04 server All

More information

Code Estimation Tools Directions for a Services Engagement

Code Estimation Tools Directions for a Services Engagement Code Estimation Tools Directions for a Services Engagement Summary Black Duck software provides two tools to calculate size, number, and category of files in a code base. This information is necessary

More information

Building graphic-rich and better performing native applications. Pro. Android C++ with the NDK. Onur Cinar

Building graphic-rich and better performing native applications. Pro. Android C++ with the NDK. Onur Cinar Building graphic-rich and better performing native applications Pro Android C++ with the NDK Onur Cinar For your convenience Apress has placed some of the front matter material after the index. Please

More information

GSM. Quectel Cellular Engine. GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1

GSM. Quectel Cellular Engine. GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1 GSM Cellular Engine GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1 Document Title GSM TCPIP Application Notes Version 1.1 Date 2011-09-22 Status Document Control ID Release GSM_TCPIP_AN_V1.1 General Notes

More information

Waspmote. Quickstart Guide

Waspmote. Quickstart Guide Waspmote Quickstart Guide Index Document version: v4.3-11/2014 Libelium Comunicaciones Distribuidas S.L. INDEX 1. Introduction... 3 2. General and safety information... 4 3. Waspmote s Hardware Setup...

More information

Procedure to Create and Duplicate Master LiveUSB Stick

Procedure to Create and Duplicate Master LiveUSB Stick Procedure to Create and Duplicate Master LiveUSB Stick A. Creating a Master LiveUSB stick using 64 GB USB Flash Drive 1. Formatting USB stick having Linux partition (skip this step if you are using a new

More information

Installing and Configuring MySQL as StoreGrid Backend Database on Linux

Installing and Configuring MySQL as StoreGrid Backend Database on Linux Installing and Configuring MySQL as StoreGrid Backend Database on Linux Overview StoreGrid now supports MySQL as a backend database to store all the clients' backup metadata information. Unlike StoreGrid

More information

AmbrosiaMQ-MuleSource ESB Integration

AmbrosiaMQ-MuleSource ESB Integration AmbrosiaMQ-MuleSource ESB Integration U1 Technologies AmbrosiaMQ MuleSource ESB Integration 1 Executive Summary... 3 AmbrosiaMQ Installation... 3 Downloading and Running the Installer... 3 Setting the

More information

1. Install a Virtual Machine... 2. 2. Download Ubuntu Ubuntu 14.04.1 LTS... 2. 3. Create a New Virtual Machine... 2

1. Install a Virtual Machine... 2. 2. Download Ubuntu Ubuntu 14.04.1 LTS... 2. 3. Create a New Virtual Machine... 2 Introduction APPLICATION NOTE The purpose of this document is to explain how to create a Virtual Machine on a Windows PC such that a Linux environment can be created in order to build a Linux kernel and

More information