JSR 82 BT APIs Prof. Dr. S. Heiss / 1. Bluetooth. JSR 82 Java APIs for Bluetooth Wireless Technology

Size: px
Start display at page:

Download "JSR 82 BT APIs Prof. Dr. S. Heiss / 1. Bluetooth. JSR 82 Java APIs for Bluetooth Wireless Technology"

Transcription

1 Prof. Dr. S. Heiss / 1 Bluetooth JSR 82 Java APIs for Bluetooth Wireless Technology

2 Prof. Dr. S. Heiss / 2 JSR 82 Bluetooth APIs Umfangreiche Spezifikation unter: JSR 82 definiert optionale Pakete: javax.bluetooth javax.obex Quelle: Java APIs for Bluetooth Wireless Technology (JSR 82)

3 Prof. Dr. S. Heiss / 3 Bluetooth Protokolle Service Discovery Protocol Object Exchange Protocol RS-232 serial connection over Bluetooth Logical Link Control and Adaption Protocol Host Controller Interface Link Manager Protocol Quelle: Java APIs for Bluetooth Wireless Technology (JSR 82)

4 Prof. Dr. S. Heiss / 4 Der BT-Transceiver LocalDevice DeviceClass

5 Prof. Dr. S. Heiss / 5 LocalDevice Instanz einer Repräsentation des BT-Geräts LocalDevice.getLocalDevice() Eigenschaften des BT-Geräts getbluetoothaddress() getfriendlyname() getdiscoverable() getdeviceclass() DeviceClass getproperty() (siehe folgende Seite) [ispoweron()] (ab JSR 82, v1.1, Absturz bei N95)

6 Prof. Dr. S. Heiss / 6 Device Properties Quelle: Java APIs for Bluetooth Wireless Technology (JSR 82)

7 Prof. Dr. S. Heiss / 7 DeviceClass getserviceclasses() getmajordeviceclass() getminordeviceclass() Quelle: Bluetooth SIG, Assigned Numbers, The Class of Device/Service field

8 Prof. Dr. S. Heiss / 8 DeviceClass - getserviceclasses() 0x Limited Discoverable Mode 0x Positioning (Location identification) 0x Networking (LAN, Ad hoc,...) 0x Rendering (Printing, Speaker,...) 0x Capturing (Scanner, Microphone,...) 0x Object Transfer (v-inbox, v-folder,...) 0x Audio (Speaker, Microphone, Headset,...) 0x Telephony (Cordless telephony, Modem,...) 0x Information (WEB-server, WAP-server,...)

9 Prof. Dr. S. Heiss / 9 DeviceClass - getmajordeviceclass() 0x0000 Miscellaneous 0x0100 Computer (desktop, notebook, PDA,...) 0x0200 Phone (cellular, cordless, payphone,...) 0x0300 LAN/Network Access point 0x0400 Audio/Video (headset, speaker, stereo,...) 0x0500 Peripheral (mouse, joystick, keyboards,..) 0x0600 Imaging (printing, scanner, camera,...) 0x0700 Wearable 0x0800 Toy

10 Prof. Dr. S. Heiss / 10 DeviceClass - getminordeviceclass() - Computer Major Device Class 0x0100 0x00 Uncategorized 0x04 Desktop workstation 0x08 Server-class computer 0x0C Laptop 0x10 Handheld PC/PDA (clam shell) 0x14 Palm sized PC/PDA 0x18 Wearable computer (Watch sized)

11 Prof. Dr. S. Heiss / 11 DeviceClass - getminordeviceclass() - Phone Major Device Class 0x0200 0x00 Uncategorized 0x04 Cellular 0x08 Cordless 0x0C Smart phone 0x10 Wired modem or voice gateway 0x14 Common ISDN Access

12 Prof. Dr. S. Heiss / 12 DeviceClass - getminordeviceclass() - LAN AP Major Device Class 0x0300 0x00 Fully available 0x % utilized 0x % utilized 0x0C 33-50% utilized 0x % utilized 0x % utilized 0x % utilized 0x1C No service available

13 Prof. Dr. S. Heiss / 13 DeviceClass - getminordeviceclass() - Audio/Video Major Device Class 0x0400 0x00 Uncategorized 0x04 Wearable Headset Device 0x08 Hands-free Device 0x0C Reserved 0x10 Microphone 0x14 Loudspeaker 0x18 Headphones 0x1C Portable Audio

14 Prof. Dr. S. Heiss / 14 DeviceClass - getminordeviceclass() - Audio/Video Major Device Class 0x0400 0x20 Car audio 0x24 Set-top box 0x28 HiFi Audio Device 0x2C VCR 0x30 Video Camera 0x34 Camcorder 0x38 Video Monitor 0x3C Video Display and Loudspeaker

15 Prof. Dr. S. Heiss / 15 DeviceClass - getminordeviceclass() - Audio/Video Major Device Class 0x0400 0x40 Video Conferencing 0x44 Reserved 0x48 Gaming/Toy

16 Prof. Dr. S. Heiss / 16 DeviceClass - getminordeviceclass() - Peripheral Major Device Class 0x0500 Keyboard/Pointing Device field (may be combined with lower bit fields in multifunctional devices) 0x00 Not Keyboard / Not Pointing Device 0x40 Keyboard 0x80 Pointing device 0xC0 Combo keyboard/pointing device

17 Prof. Dr. S. Heiss / 17 DeviceClass - getminordeviceclass() - Peripheral Major Device Class 0x0500 0x00 Uncategorized 0x04 Joystick 0x08 Gamepad 0x0C Remote control 0x10 Sensing device 0x14 Digitizer tablet 0x18 Card Reader (e.g. SIM Card Reader) 0x1C Portable Audio

18 Prof. Dr. S. Heiss / 18 DeviceClass - getminordeviceclass() - Imaging Major Device Class 0x0600 0x00 Uncategorized 0x10 Display 0x20 Camera 0x40 Scanner 0x80 Printer

19 Prof. Dr. S. Heiss / 19 DeviceClass - getminordeviceclass() - Wearable Major Device Class 0x0700 0x04 Wrist Watch 0x08 Pager 0x0C Jacket 0x10 Helmet 0x14 Glasses

20 Prof. Dr. S. Heiss / 20 DeviceClass - getminordeviceclass() - Toy Major Device Class 0x0800 0x04 Robot 0x08 Vehicle 0x0C Doll/Action Figure 0x10 Controller 0x14 Game

21 Prof. Dr. S. Heiss / 21 Device Discovery und Service Search RemoteDevice DiscoveryAgent DiscoveryListener

22 Prof. Dr. S. Heiss / 22 DiscoveryAgent und DiscoveryListener Instanz eines DiscoveryAgents LocalDevice.getLocalDevice().getDiscoveryAgent() Device Discovery DiscoveryListener startinquiry(), cancelinquiry() Service Search DiscoveryListener searchservices(), cancelservicesearch(), selectservice() Cached und Preknown Remote Devices retrievedevices()

23 Prof. Dr. S. Heiss / 23 Device Discovery DiscoveryAgent startinquiry(int accesscode, DiscoveryListener listener) cancelinquiry( DiscoveryListener listener ) DiscoveryListener devicediscovered( RemoteDevice btdevice, DeviceClass cod ) inquirycompleted( int disctype )

24 Prof. Dr. S. Heiss / 24 Device Discovery - DiscoveryAgent startinquiry( int accesscode, DiscoveryListener listener ) Access Codes DiscoveryAgent.GIAC DiscoveryAgent.LIAC

25 Prof. Dr. S. Heiss / 25 Device Discovery - DiscoveryListener devicediscovered( RemoteDevice rd, DeviceClass cod ) inquirycompleted( int disctype ) RemoteDevice DeviceClass

26 Prof. Dr. S. Heiss / 26 Service Search (Service Discovery Protocol - SDP) DiscoveryAgent searchservices( int[] attrset, UUID[] uuidset, RemoteDevice dev, DiscoveryListener listener ) cancelservicesearch( int transid ) selectservice( UUID uuid, int security, boolean master ) DiscoveryListener servicesdiscovered( int transid, ServiceRecord[] records ) servicesearchcompleted( int transid, int code )

27 Prof. Dr. S. Heiss / 27 Service Search - DiscoveryAgent searchservices( int[] attrset, UUID[] uuidset, RemoteDevice dev, DiscoveryListener listener ) Abfrage aller vom RemoteDevice dev zur Verfügung gestellten Services, die alle in uuidset vorhandene UUIDs in dem entsprechenden SDDB-Eintrag enthält. attrset: Attribute, die zusätzlich zu den Default- Attributen in den aufgrund des searchservices() Requests in den Aufrufen der Method servicesdiscovered() des listener Objekts in den ServiceRecord Parametern enthalten sein sollen.

28 Prof. Dr. S. Heiss / 28 Service Search BT Service Attributes Wichtige Service-Attribute (BT Assigned Numbers) Default- Attribute Base attribute ID value for the primary language is 0x0100 Quelle: JSR 82 JavaDoc für das Interface ServiceRecord der Forum Nokia Library (

29 Prof. Dr. S. Heiss / 29 UUIDs Universally Unique Identifier Wichtige UUIDs für Protokolle und Serviceklassen (BT Assigned Numbers) UUID Quelle: JSR 82 JavaDoc für die Klasse UUID der Forum Nokia Library (

30 Prof. Dr. S. Heiss / 30 Service Search - DiscoveryAgent searchservices( int[] attrset, UUID[] uuidset, RemoteDevice dev, DiscoveryListener listener )

31 Prof. Dr. S. Heiss / 31 Service Search DiscoveryListener servicesdiscovered( int transid, ServiceRecord[] records ) servicesearchcompleted( int transid, int code ) ServiceRecord

32 Prof. Dr. S. Heiss / 32 ServiceRecord und DataElement ServiceRecord getattributeids() DataElement getattributevalue( int attrid ) DataElement getconnectionurl( int requiredsecurity, boolean mustbemaster ) Quelle: JSR 82 JavaDoc für die Klasse DataElement der Forum Nokia Library (

33 Prof. Dr. S. Heiss / 33 BT-Verbindungen (Server und Client) Generic Connection Framework DiscoveryAgent DiscoveryListener

34 Prof. Dr. S. Heiss / 34 BT-Server Generic Connection Framework (GCF) Server Loop javax.microedition.io.connector open( String url ) StreamConnectionNotifier acceptandopen() StreamConnection

35 Prof. Dr. S. Heiss / 35 BT-Server Generic Connection Framework (GCF) Connection Loop StreamConnection

36 Prof. Dr. S. Heiss / 36 BT-Client Generic Connection Framework (GCF) Verbindungsaufbau mit der URL, die vom entsp. ServiceRecord der Servicesuche bekannt ist javax.microedition.io.connector open( String url ) StreamConnection

Bluetooth.org DocMan - baseband. Assigned Numbers - Bluetooth Baseband

Bluetooth.org DocMan - baseband. Assigned Numbers - Bluetooth Baseband Page 1 of 5 home bluetooth.com membership faq contact SIG store Search (beta) User: uichin Lee [ my bluetooth logout my info update contact info ] ------ site shortcuts ------ Open Issues Report An Issue

More information

javax.bluetooth java.obex (optional) Fakulta elektrotechniky a informatiky - Rygol Lukáš

javax.bluetooth java.obex (optional) Fakulta elektrotechniky a informatiky - Rygol Lukáš javax.bluetooth java.obex (optional) Fakulta elektrotechniky a informatiky - Rygol Lukáš The Bluetooth wireless cennectivity technology was originally envisioned in 1994 by the Swedish phone equipment

More information

Dynamic Bluetooth File Sharing With Cellular Devices. Project Goals

Dynamic Bluetooth File Sharing With Cellular Devices. Project Goals Dynamic Bluetooth File Sharing With Cellular Devices Steve Brar George Chen Michael Hair Jon Wagoner Project Goals Establishing a Bluetooth connection Download application software to client Look up existing

More information

Axis Technologies Computer Hardware and Electronics Portfolio Categories

Axis Technologies Computer Hardware and Electronics Portfolio Categories Axis Technologies Computer Hardware and Electronics Portfolio Categories SEPTEMBER 2008 Barebone Accessories Barebone Systems Media Center Barebone Systems Mini / Booksize Barebone Systems Bluetooth Headsets

More information

::. Contenuti della lezione *+ ') $ &,!!!$!-,.../- ' % + &

::. Contenuti della lezione *+ ') $ &,!!!$!-,.../- ' % + & ! ""# ::. Contenuti della lezione $%&' % ('))')') *+ ') $ &,!!!$!-,.../- ' % + & ::. Le diverse edizioni di Java: J2EE,J2SE,J2ME!" # " $ ::. Le diverse edizioni di Java: J2EE,J2SE,J2ME % & ' () * +, (

More information

Bluetooth for Windows

Bluetooth for Windows Bluetooth for Windows Getting Started Copyright 2006 Hewlett-Packard Development Company, L.P. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. Bluetooth is a trademark owned

More information

$2.25 $1.20. Display device w/ diagonal screen size: 29 : $9.00 30 45 : $19.00 46 : $35.00

$2.25 $1.20. Display device w/ diagonal screen size: 29 : $9.00 30 45 : $19.00 46 : $35.00 EPRA Nova Scotia S AND CLARIFICATIONS Revised PHASE 1 OBLIGATED AS OF: FEBRUARY 1, 2008 OBLIGATED DESKTOP A computer terminal designed to reside on a desk COMPUTERS or similar work surface PORTABLE COMPUTERS

More information

Laptops, Notebooks, & Netbooks. Tablet Computers. Servers, Server Modules, & Data Storage Equipment

Laptops, Notebooks, & Netbooks. Tablet Computers. Servers, Server Modules, & Data Storage Equipment Laptops, Notebooks, & Netbooks Tablet Computers Servers, Server Modules, & Data Storage Equipment Portable Audio Video Products Baby Monitors & Camera Systems Digital & Non-Digital Cameras (Includes traditional

More information

Remote Controlling of Home Appliances using Mobile Telephony

Remote Controlling of Home Appliances using Mobile Telephony Remote Controlling of Home Appliances using Mobile Telephony Rifat Shahriyar 1, Enamul Hoque 2, S.M. Sohan 3, Iftekhar Naim 4, Md. Mostafa Akbar 5 & Masud Karim Khan 6 1,2,3,4,5 Department of Computer

More information

Electronic Crime Scene Investigation: A Guide for First Responders, Second Edition

Electronic Crime Scene Investigation: A Guide for First Responders, Second Edition APR. 08 Electronic Crime Scene Investigation: A Guide for First Responders, Second Edition Cover photographs copyright 2001 PhotoDisc, Inc. NCJ 219941 Chapter 1. Electronic Devices: Types, Description,

More information

Bluetooth wireless technology basics

Bluetooth wireless technology basics Bluetooth wireless technology basics Abstract... 2 Introduction... 2 How Bluetooth wireless technology works... 3 BWT network topologies... 4 BWT security... 5 Establishing BWT connections... 6 Activating

More information

How To Use A Desktop Computer

How To Use A Desktop Computer Computer Basics Buttons, Sockets and Slots on a Desktop Computer Introduction Take a look at the front and back of your computer case and count the number of buttons, sockets, and slots you see. Now, look

More information

1.0 Safety Instruction

1.0 Safety Instruction According to the European WEEE directive, electrical and electronic equipment must not be disposed with consumers waste. Its components must be recycled or disposed apart from each other. Otherwise contaminative

More information

BTEC First Diploma for IT. Scheme of Work for Computer Systems unit 3 (10 credit unit)

BTEC First Diploma for IT. Scheme of Work for Computer Systems unit 3 (10 credit unit) BTEC First Diploma for IT Scheme of Work for Computer Systems unit 3 (10 credit unit) Overview On completion of this unit a learner should: 1 Know the of 4 Be able to. Num of hours Teaching topic Delivery

More information

Musical instrument digital interface (MIDI) interfaces or adapters

Musical instrument digital interface (MIDI) interfaces or adapters Bidder's List Criterium Selection Page Select Description Communications, Computer Equipment, Peripherals, Components and Supplies Communications and computer supplies Audio recording media Blank audio

More information

Some important words and phrases:

Some important words and phrases: Some important words and phrases: Cloud Computing Open Source software/application Proprietary brand software/application Accelerometer Wireless charging mat Bandwidth Latency IMAP/4 POP3 SMTP Cloud computing

More information

SAMPLE ELECTRONIC DISCOVERY INTERROGATORIES AND REQUESTS FOR PRODUCTION

SAMPLE ELECTRONIC DISCOVERY INTERROGATORIES AND REQUESTS FOR PRODUCTION Below are SAMPLE interrogatories and requests for production that are meant to be complementary (i.e., any devices or electronic files that are identified in answer to an interrogatory or interrogatories

More information

Journal of Information Technology Impact

Journal of Information Technology Impact Journal of Information Technology Impact Vol. 4, No. 3, pp. 161-170, 2004 Universal Wireless Center: A Multi-Purpose Small Business Model Jihad Qaddour 1 Matthew H. S. Kuofie 2 Illinois State University

More information

Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems

Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems Oxford University Press 2007. All rights reserved. 1 Handheld Pocket Computers Come in many manifestations

More information

Lesson 6: 6 EXAMPLES OF EMBEDDED SYSTEMS. Chapter-1L06: "Embedded Systems - ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 6: 6 EXAMPLES OF EMBEDDED SYSTEMS. Chapter-1L06: Embedded Systems - , Raj Kamal, Publs.: McGraw-Hill Education Lesson 6: 6 EXAMPLES OF EMBEDDED SYSTEMS 1 Telecom Smart Cards, Examples Missiles and Satellites, Computer Networking, Digital Consumer Electronics, and Automotive 2 3 Exemplary Application Areas Also

More information

Part K:11 OBJECT PUSH PROFILE

Part K:11 OBJECT PUSH PROFILE Part K:11 OBJECT PUSH PROFILE This application profile defines the application requirements for Bluetooth devices necessary for the support of the Object Push usage model. The requirements are expressed

More information

Chapter 1 Basic Introduction to Computers. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 1 Basic Introduction to Computers. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 1 Basic Introduction to Computers Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Explain why computer literacy is vital to success in today s world Define

More information

AUTOMOTIVE BLUETOOTH TELEPHONY.

AUTOMOTIVE BLUETOOTH TELEPHONY. Timo Müller, Mikel Astiz AUTOMOTIVE BLUETOOTH TELEPHONY. COMBINING BlueZ AND THE MODERN VEHICLE. AUTOMOTIVE BLUETOOTH TELEPHONY. WHY ARE WE DOING THIS? Building Open Source IVI Stack for Bluetooth Use

More information

Managing Devices. Lesson 5

Managing Devices. Lesson 5 Managing Devices Lesson 5 Objectives Objective Domain Matrix Technology Skill Objective Domain Description Objective Domain Number Connecting Plug-and-Play Devices Connecting Plug-and-Play Devices 5.1.1

More information

Telecenter general information

Telecenter general information Telecenter general information This form outlines the general information that needs to be collected about the school-based telecenter. Information should be acquired through observation, through interview

More information

Java Bluetooth Wireless Technology for Evaluating Student Performance in Classroom

Java Bluetooth Wireless Technology for Evaluating Student Performance in Classroom Java Bluetooth Wireless Technology for Evaluating Student Performance in Classroom University of Stavanger, POBox 8002, N-4036 Stavanger, Norway Phone: +47 51531700, Fax: +47 51531750, Email: reggie.davidrajuh@uis.no

More information

RCN BUSINESS OFFICE MOBILITY FOR DESKTOP

RCN BUSINESS OFFICE MOBILITY FOR DESKTOP RCN BUSINESS OFFICE MOBILITY FOR DESKTOP Quick Reference Guide 3 Office Mobility File Tools Help RECEIVING CALLS JOE SMITH Enter name or number + When someone calls your RCN Business number, you ll see

More information

Centralizes files and media across your home network. Remote access to files from an Internet-connected computer

Centralizes files and media across your home network. Remote access to files from an Internet-connected computer (Benefits of a home-based file server) Centralizes files and media across your home network Remote access to files from an Internet-connected computer Automatic PC backup and protection (Protect valuable

More information

Bluetooth Operation. In - Dash Navigation Radio

Bluetooth Operation. In - Dash Navigation Radio Bluetooth Operation In - Dash Navigation Radio Introduction Congratulations on your purchase of the In-Dash Navigation Radio. Please read the instruction manual for this product before using. The documentation

More information

Comchip Technology. Product strengths in different market segments and Diodes Application notes. Peter Liu 2009

Comchip Technology. Product strengths in different market segments and Diodes Application notes. Peter Liu 2009 Comchip Technology Product strengths in different market segments and Diodes notes Peter Liu 2009 Product Strengths Flat Chip Switching/Schottky/Zener Diode Target segments: Portable Device, Handheld Device,

More information

Chapter 5 Understanding Input. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 5 Understanding Input. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 5 Understanding Input Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Define input and differentiate among a program, command, and user response Identify

More information

Before you start your SKE course:

Before you start your SKE course: Before you start your SKE course: We are looking forward to supporting you in your studies with us. As you know the course is entirely delivered online. In preparation, we just need to check with you about

More information

The computer's internal components

The computer's internal components Computer hardware and types of computer A brief introduction to the insides of a computer and its added hardware. This will help explain what a computer is from a hardware point of view, how we control

More information

The Ubiquitous Web, UPnP and Smart Homes

The Ubiquitous Web, UPnP and Smart Homes The Ubiquitous Web, UPnP and Smart Homes Franklin Reynolds Nokia Research Center, Cambridge franklin.reynolds@nokia.com 1 NOKIA PCG.PPT / 15 6 2004 / Franklin Reynolds Our Vision "The essence of this vision

More information

ERA6 OBJECTIVE QUSESTION

ERA6 OBJECTIVE QUSESTION 1)Database Management Question:- ERA6 OBJECTIVE QUSESTION 1) While Creating a Table using the MS Access, you will get an interface, as shown on the screen this Interface shows, you are Working on the View

More information

SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com

SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com Abstract Time Warner Cable is the second largest Cable TV operator in North America

More information

Discovering Computers. Technology in a World of Computers, Mobile Devices, and the Internet. Chapter 7. Input and Output

Discovering Computers. Technology in a World of Computers, Mobile Devices, and the Internet. Chapter 7. Input and Output Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet Chapter 7 Input and Output Objectives Overview Differentiate among various types of keyboards: standard, compact,

More information

Facilities and Equipment

Facilities and Equipment Facilities and Equipment The Harper Center features a number of audio/visual resources throughout the facility. Descriptions of the classroom and conference room features can be found below. If you have

More information

PART FIVE Alternative aggregations

PART FIVE Alternative aggregations PART FIVE Alternative aggregations A. Overview Any statistical ification reflects compromises between a number of theoretical principles and practical considerations. Thus, not all needs for aggregated

More information

Videoconferencing System. The Cong Giang EAP IT Manager

Videoconferencing System. The Cong Giang EAP IT Manager Videoconferencing System The Cong Giang EAP IT Manager Participants What do you know about Videoconferencing? What is Videoconferencing? What are basic equipments? Frame rate (VC, TV broadcast and Film)?

More information

Inter-Tel Axxess End Points

Inter-Tel Axxess End Points Inter-Tel Axxess End Points End points begin with Inter-Tel pocket PCs PDAs desktop phones video and multimedia units Today s dynamic communications landscape requires multi-device options from handheld

More information

Montgomery College Course Designator/Course Number: CS 110 Course Title: Computer Literacy

Montgomery College Course Designator/Course Number: CS 110 Course Title: Computer Literacy Montgomery College Course Designator/Course Number: CS 11 Course Title: Computer Literacy Course Length: 3 credits 3 5-minute meetings per week or equivalent Course Description: An introduction to the

More information

Technical basics and practical training in using Videoconference

Technical basics and practical training in using Videoconference Technical basics and practical training in using Videoconference Robin Støckert, Knut Bjørkli, and Bogdan Voaidas HERD Energy - Project: Sustainable Energy and Environment in the Western Balkans (SEE-WB)

More information

IT Solutions Resource Management Consulting Group 1101 15 th Street NW Suite 206 * Washington DC 20005 * Office (202) 962-3980

IT Solutions Resource Management Consulting Group 1101 15 th Street NW Suite 206 * Washington DC 20005 * Office (202) 962-3980 IT Solutions Resource Management Consulting Group 1101 15 th Street NW Suite 206 * Washington DC 20005 * Office (202) 962-3980 Category Description Discount Offered from PCN's List Price Mobile Printers

More information

Mobile System Technologies Certification Program

Mobile System Technologies Certification Program Mobile System Technologies Certification Program This is the Mobile Computing Promotion Consortium s (MCPC) official certification program for engineers who wish to obtain deeper knowledge of and experience

More information

IT Equipment Price List for 2016 2017 Computer Equipment use Supplemental Equipment Request Form, BR-04S.

IT Equipment Price List for 2016 2017 Computer Equipment use Supplemental Equipment Request Form, BR-04S. IT Equipment Price List for 2016 2017 Computer Equipment use Supplemental Equipment Request Form, BR-04S. ITEMS Quote Price SMALL FORM FACTOR Desktop Config #1: Optiplex 3040 SFF i3, 4GB RAM, intel graphics,

More information

Mobile Operating Systems Lesson 07 Symbian OS

Mobile Operating Systems Lesson 07 Symbian OS Mobile Operating Systems Lesson 07 Symbian OS Oxford University Press 2007. All rights reserved. 1 Oxford University Press 2007. All rights reserved. 2 Symbian OS multi-modal communication support OS for

More information

pocket PCs PDAs desktop phones Endpoints begin with Inter-Tel video and multimedia units

pocket PCs PDAs desktop phones Endpoints begin with Inter-Tel video and multimedia units Inter-Tel Endpoints Endpoints begin with Inter-Tel Today s dynamic communications landscape requires multi-device options from handheld PDAs, Pocket PCs, PCs, desktop phones and cell phones, to video and

More information

(51) Int Cl.: G01C 21/36 (2006.01)

(51) Int Cl.: G01C 21/36 (2006.01) (19) TEPZZ_ 678B_T (11) EP 1 26 78 B1 (12) EUROPEAN PATENT SPECIFICATION (4) Date of publication and mention of the grant of the patent:.09.14 Bulletin 14/37 (1) Int Cl.: G01C 21/36 (06.01) (21) Application

More information

Module 1 Concepts of Infor mation Technology (IT) Module Goals

Module 1 Concepts of Infor mation Technology (IT) Module Goals Module 1 Concepts of Infor mation Technology (IT) The following is the Syllabus for Module 1, Concepts of Information Technology (IT), which provides the basis for the theory-based test in this module

More information

Chapter 5 Input. Chapter 5 Objectives. What Is Input? What Is Input? The Keyboard. The Keyboard

Chapter 5 Input. Chapter 5 Objectives. What Is Input? What Is Input? The Keyboard. The Keyboard Chapter 5 Objectives Chapter 5 Input Define input List characteristics of of a keyboard Describe different mouse types and how they work Summarize how pointing devices work Explain how a digital camera

More information

Mapping Your Data to BMC Atrium CMDB 7.6.04 Classes

Mapping Your Data to BMC Atrium CMDB 7.6.04 Classes Mapping Your Data to BMC Atrium CMDB 7.6.04 Classes This table maps configuration items (CI) found in your environment to the classes available for BMC Atrium CMDB in the Common Data Model. It contains

More information

Connecting your Aiki phone to a network

Connecting your Aiki phone to a network Connecting your Aiki phone to a network Connect to mobile networks Depending on your carrier and service plan, your phone may connect automatically to your carrier s fastest available data network. Or

More information

1 PERSONAL COMPUTERS

1 PERSONAL COMPUTERS PERSONAL COMPUTERS 1 2 Personal computer a desktop computer a laptop a tablet PC or a handheld PC Software applications for personal computers include word processing spreadsheets databases web browsers

More information

Virtual Device Management and Its Components

Virtual Device Management and Its Components Dynamic PAN-Based Virtual Device Tore Jønvik, Paal Engelstad and Do van Thanh Telenor R&D {Tore-erling,jonvik, paal.engelstad, thanh-van.do}@telenor.com Snaroyveien 30 1331 Fornebu Norway Abstract In this

More information

Important Notice Baracoda products works with all Bluetooth devices accepting both SPP connection and sniff mode.

Important Notice Baracoda products works with all Bluetooth devices accepting both SPP connection and sniff mode. Compatibity paper for Bluetooth barcode and RFID readers: Baracoda Pencil2 DFly RoadRunners / RoadRunners Evolution ScanWear ToughRunners IdBlue TagRunners DualRunners Important Notice Baracoda products

More information

EG REACH Information für besonders besorgniserregenden Stoffe der Kandidatenliste

EG REACH Information für besonders besorgniserregenden Stoffe der Kandidatenliste EU REACH SVHC Disclosure on Candidate List REACH (Registration, Evaluation, Authorization and Restriction of Chemicals, EC 1907/2006) is the European Union s (EU) chemical substances regulatory framework.

More information

Single or multi-channel recording from microphone channels and telecommunications lines simultaneously

Single or multi-channel recording from microphone channels and telecommunications lines simultaneously Single or multi-channel recording from microphone channels and telecommunications lines simultaneously Options for remote control and remote management Special voice recorder functions Processing and management

More information

Introduction to BlackBerry Development using Java ME. Presented by: Sean Fenton Technical Channel Manager RIM (Research in Motion )

Introduction to BlackBerry Development using Java ME. Presented by: Sean Fenton Technical Channel Manager RIM (Research in Motion ) Introduction to BlackBerry Development using Java ME Presented by: Sean Fenton Technical Channel Manager RIM (Research in Motion ) 2 Introduction to BlackBerry MDS BlackBerry Mobile Data System (BlackBerry

More information

M2M & Internet of Things Opportunities

M2M & Internet of Things Opportunities M2M & Internet of Things Opportunities The Advent of The Internet of Things Mainframe Minicomputer Desktop PC Internet Mobile Internet (1M+ Units) (10M+ Units) (100M+ Units) (1B+ Units/Users) (3B+ Users)

More information

Deployment options for Avaya Communicator for Microsoft Lync with Lync Peer to Peer calling enabled

Deployment options for Avaya Communicator for Microsoft Lync with Lync Peer to Peer calling enabled White Paper Deployment options for Avaya Communicator for Microsoft Lync with Lync Peer to Peer calling enabled Abstract This white paper describes the procedure to enable Microsoft peer to peer calling

More information

IEEE 1394 In the Home

IEEE 1394 In the Home IEEE 1394 In the Home Paul Bottorff Bay Architecture Lab Nortel Networks Santa Clara CA Paul Bottorff: 1394 Home Networking 1 What We re Going to Say Home Networks 1394 In Home Networks Ethernet On 1394

More information

Windows Server 2003 default services

Windows Server 2003 default services Windows Server 2003 default services To view a description for a particular service, hover the mouse pointer over the service in the Name column. The descriptions included here are based on Microsoft documentation.

More information

Ways to Use USB in Embedded Systems

Ways to Use USB in Embedded Systems Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,

More information

New Mexico Broadband Program. Basic Computer Skills. Module 1 Types of Personal Computers Computer Hardware and Software

New Mexico Broadband Program. Basic Computer Skills. Module 1 Types of Personal Computers Computer Hardware and Software New Mexico Broadband Program Basic Computer Skills Module 1 Types of Personal Computers Computer Hardware and Software Basic Computer Skills Learning Objectives Acquire introductory familiarity with basic

More information

Agenda What can we do now? And 5 years from now we will still be current!

Agenda What can we do now? And 5 years from now we will still be current! Pittsburgh Steelers Alcatel-Lucent OmniPCX Enterprise IP Telephone System Alcatel-Lucent OmniSwitch Network Infrastructure Alcatel-Lucent Collaboration and Fax Server AVST Unified Messaging Wireless Network

More information

Thresholds for Tracking "Special Items" as Assets

Thresholds for Tracking Special Items as Assets Cour Itf ~l Pertale Internationale \'~. ~J -----------~ ~J ll----------- International Criminal Court Annex 1 to Administrative Instruction ICC/AI/2013/001 on Property and Assets Management s for Tracking

More information

Mobile Commerce and Ubiquitous Computing. Chapter 6

Mobile Commerce and Ubiquitous Computing. Chapter 6 Mobile Commerce and Ubiquitous Computing Chapter 6 Learning Objectives 1. Discuss the value-added attributes, benefits, and fundamental drivers of m-commerce. 2. Describe the mobile computing infrastructure

More information

LTE, WLAN, BLUETOOTHB

LTE, WLAN, BLUETOOTHB LTE, WLAN, BLUETOOTHB AND Aditya K. Jagannatham FUTURE Indian Institute of Technology Kanpur Commonwealth of Learning Vancouver 4G LTE LTE (Long Term Evolution) is the 4G wireless cellular standard developed

More information

Discovering Computers 2008. Chapter 9 Communications and Networks

Discovering Computers 2008. Chapter 9 Communications and Networks Discovering Computers 2008 Chapter 9 Communications and Networks Chapter 9 Objectives Discuss the the components required for for successful communications Identify various sending and receiving devices

More information

IN-CAR COMMUNICATION USING WIRELESS TECHNOLOGY

IN-CAR COMMUNICATION USING WIRELESS TECHNOLOGY IN-CAR COMMUNICATION USING WIRELESS TECHNOLOGY Marc Bechler*, Jochen Schiller**, Lars Wolf* * Institute of Telematics, Universität Karlsruhe (TH), Germany Tel: +49 721 608 [6397 8104] Fax: +49 721 388097

More information

BridgeWay Fixed Base Radio Telecom VoIP Gateway

BridgeWay Fixed Base Radio Telecom VoIP Gateway BridgeWay Fixed Base Radio Telecom VoIP Gateway PRODUCT OVERVIEW The BridgeWay Fixed Base system provides SIP and H.323 voice over IP (VoIP) communications interoperability between mobile radio, SATCOM,

More information

Computer Input/Output Ports and Interfaces

Computer Input/Output Ports and Interfaces Terms and abbreviations: port an electrical connection using multiple wires to send data typically between a computer and a device interface a standardized method of communicating data typically between

More information

Title page. IP Phone 1140E. User Guide. Business Communications Manager

Title page. IP Phone 1140E. User Guide. Business Communications Manager Title page Business Communications Manager IP Phone 1140E User Guide Revision history Revision history November 2005 Preliminary 0.22. This document is up-issued to support Nortel Business Communications

More information

Lecture 1. Introduction to Embedded Computer Systems

Lecture 1. Introduction to Embedded Computer Systems CENG 314 Lecture 1 Introduction to Embedded Computer Systems Asst. Prof. Tolga Ayav, Ph.D. Department of Computer Engineering System A system has a set of one or more inputs entering a black box and a

More information

Grandstream Networks, Inc.

Grandstream Networks, Inc. Grandstream Networks, Inc. GXV3275 IP Multimedia Phone for Android TM Bluetooth User Guide GXV3275 Bluetooth User Guide GXV3275 Bluetooth User Guide Index INTRODUCTION... 3 CONNECT TO BLUETOOTH... 4 TURN

More information

Chapter 3 Input Devices

Chapter 3 Input Devices CSCA0101 COMPUTING BASICS Chapter 3 1 Topics: Examples of Input Device Keyboard Pointing Devices Graphic and Video Audio 2 Any peripheral (piece of computer hardware equipment) used to provide data and

More information

Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work

Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work Rudi Latuske, ARS Software GmbH 1. Bluetooth in Medical Applications Bluetooth, as a short range wireless technology, is very

More information

AlwAys more than you expect

AlwAys more than you expect Panasonic sip telephone systems with hd quality And many more supportive features And applications AlwAys more than you expect sip session initiation protocol sip is rapidly gaining popularity as the protocol

More information

Wireless Products for Medical Markets

Wireless Products for Medical Markets Communication Products Division Wireless Products for Medical Markets The Value Proposition for Medical Device Manufacturers Agenda Introduction Who is SMART Bluetooth The technology and how it applies

More information

Multimedia Systems Hardware & Software THETOPPERSWAY.COM

Multimedia Systems Hardware & Software THETOPPERSWAY.COM Multimedia Systems Hardware & Software THETOPPERSWAY.COM Table of Content 1. Categories of multimedia systems 2. Categories of multimedia devices 3. Evolution of multimedia PC 4. Authoring tools 5. Classification

More information

Tomorrow s Technology and You

Tomorrow s Technology and You Tomorrow s Technology and You 8 th Edition Slide 1 Tomorrow s Technology and You 8/e Hardware Basics: Peripherals Slide 2 Objectives List several examples of input devices and explain how they can make

More information

Contents. Specialty Answering Service. All rights reserved.

Contents. Specialty Answering Service. All rights reserved. Contents 1. Introduction to Session Internet Protocol... 2 2. History, Initiation & Implementation... 3 3. Development & Applications... 4 4. Function & Capability... 5 5. SIP Clients & Servers... 6 5.1.

More information

Panasonic Peoplefone Partner Event. Fabienne Brunner Marketing Manager Schweiz PSCEU

Panasonic Peoplefone Partner Event. Fabienne Brunner Marketing Manager Schweiz PSCEU Panasonic Peoplefone Partner Event Fabienne Brunner Marketing Manager Schweiz PSCEU Panasonic in Europe Panasonic in Europe Operates in more than 35 countries HQ in Wiesbaden, Germany and Bracknell, UK

More information

WiLink 8 Solutions. Coexistence Solution Highlights. Oct 2013

WiLink 8 Solutions. Coexistence Solution Highlights. Oct 2013 WiLink 8 Solutions Coexistence Solution Highlights Oct 2013 1 Products on market with TI connectivity 2004 2007 2009-11 2013 Use cases: BT voice, WLAN data Features: TDM based operation Strict protection

More information

Capabilities Statement

Capabilities Statement Capabilities Statement AS OF JANUARY 1, 2012 8(a) Minority Owned Business / SDB Certified Michigan Minority Business Development Council GSA Contract Holder Brief Synopsis CORE NAICS CODES: 423430 518210

More information

ACT-IR2000UL FIR USB PORT ADAPTOR For PC USB port to give user wireless data transfer for data

ACT-IR2000UL FIR USB PORT ADAPTOR For PC USB port to give user wireless data transfer for data Our Infrared adaptors are the only brand that have passed the toughest IrDA certification tests and certified as IrReady, assuring error free data transfer and the broadest compatibility with millions

More information

How to set-up kubi video

How to set-up kubi video How to set-up kubi video Connecting Your Tablet Controlling KUBI Remotely 1. Securely attach the base to KUBI using the D-ring tripod Screw 2. Turn your KUBI on 3. Make sure the tablet Wi-Fi or 4G is connected

More information

ICT goods categories and composition (HS 2012)

ICT goods categories and composition (HS 2012) ICT00 Total ICT goods ICT01 Computers and peripheral equipment 844331 Machines which perform two or more of the functions of printing, copying or facsimile transmission, capable of connecting to an automatic

More information

User Manual. BluLink. Wireless Cell Phone and Music Adapter. www.pilot-usa.com www.pilotblulink.com

User Manual. BluLink. Wireless Cell Phone and Music Adapter. www.pilot-usa.com www.pilotblulink.com User Manual BluLink Wireless Cell Phone and Music Adapter www.pilot-usa.com www.pilotblulink.com Thank you for purchasing BluLink At Pilot Communications USA we have been instrumental in bringing cutting

More information

Bluetooth: Understanding the Technology, Its Vulnerabilities, and Security Recommendations

Bluetooth: Understanding the Technology, Its Vulnerabilities, and Security Recommendations Bluetooth: Understanding the Technology, Its Vulnerabilities, and Security Recommendations 19 March 2015 Key Points Continuous development of Bluetooth technology is rapidly increasing the use of Bluetoothenabled

More information

Forum 500 telephone exchange. a professional telephone welcome for all your customers

Forum 500 telephone exchange. a professional telephone welcome for all your customers Forum 500 telephone exchange a professional telephone welcome for all your customers the Forum 500 telephone exchange offers you: n valuable advantages (pages 1 and 2) n specific applications (pages 3

More information

Mobile Web Conferencing: Session Management Tips for Moderators

Mobile Web Conferencing: Session Management Tips for Moderators Mobile Web Conferencing: Session Management Tips for Moderators Blackboard Collaborate Mobile Web Conferencing is designed for active learners who are on the go. Session attendees can participate in web

More information

Three steps to the best technology: 1. The Assessment 2. The Dialogue 3. The Recommendation

Three steps to the best technology: 1. The Assessment 2. The Dialogue 3. The Recommendation Technology Assessment Checklist for Small Businesses A quick way to help your small-business customers get the best technology. Today's small-business owners want reliable technology that helps them do

More information

How Do I Connect My Mac with Bluetooth Devices?

How Do I Connect My Mac with Bluetooth Devices? How Do I Connect My Mac with Bluetooth Devices? 1 2 3 4 5 6 7 8 9 10 11 12 That mass of wires and cables under your desk doesn t have a name, although some of the more waggish suggestions I ve heard are

More information

Dell Wyse Cloud Connect

Dell Wyse Cloud Connect Dell Wyse Cloud Connect Secure productivity from work, home, and on the go. The ultra-compact personal cloud device that can make any HDMI/MHL-equipped display your own. For personal access to all of your

More information

IP Phone 1140E User Guide. BCM Business Communications Manager

IP Phone 1140E User Guide. BCM Business Communications Manager IP Phone 1140E User Guide BCM Business Communications Manager Document Status: Standard Document Version: 03.02 Document Number: NN40050-105 Date: November 2006 Copyright Nortel Networks Limited 2006,

More information

Tecnologías Inalámbricas.

Tecnologías Inalámbricas. Tecnologías Inalámbricas. Why is Wireless Security Different? There are four major differences for wireless services: Bandwidth Allowable error rates Latency Power Constraints Secure Mobile Devices Characteristics

More information

Remote Desktop Access through Android Mobiles and Android Mobiles Access through Web Browser

Remote Desktop Access through Android Mobiles and Android Mobiles Access through Web Browser Remote Desktop Access through Android Mobiles and Android Mobiles Access through Web Browser 1 Karan Sandeep Bhandari, 2 Vishnu Baliram Mandole, 3 Akash Dattatray Munde, 4 Sachin B. Takmare Bharati Vidyapeeth

More information

Guide: Technologies for people who are Deaf or hard of hearing

Guide: Technologies for people who are Deaf or hard of hearing Guide: Technologies for people who are Deaf or hard of hearing The following are examples of how technology can aid communication if you are Deaf or hard of hearing. These options may not suit all situations.

More information