VoIP Text. A study into the effectiveness of speech-to-text as an assistive tool in VoIP communications. Phase 1 Report

Size: px
Start display at page:

Download "VoIP Text. A study into the effectiveness of speech-to-text as an assistive tool in VoIP communications. Phase 1 Report"

Transcription

1 VoIP Text A study into the effectiveness of speech-to-text as an assistive tool in VoIP communications Phase 1 Report 1

2 Introduction...3 Software Licensing Issues...3 Libjingle Licence...3 GNU GPL (1/2/3) Licence...4 Software Evaluation...4 Analysis...5 Summary of Results...6 Directions Example...6 Conversation Example...6 Conclusions...7 APPENDIX A...8 Example 1: Travel Directions Results...8 APPENDIX B Example 2: Conversation Results

3 Introduction The spread of Voice over Internet Protocol (VoIP) services, equipment and clients is transforming telephony worldwide. In addition to providing very inexpensive, or even free, international telephone calls there is potentially additional benefit in using computer networks to facilitate telephony. Currently hearing impaired and deaf users are excluded from VoIP services; unless the message is in text form to begin with the hearing impaired user cannot access these services effectively. A current draft ETSI standard (ETSI ES V0.0.6r3 ( )) outlines suggested acceptable performance measures for such a system but as yet these have not been verified. This project looks at the feasibility of utilizing speech to text software in order to generate text from natural speech over VoIP and so improve accessibility. The project will assess the accuracy of current state of the art Automatic Speech Recognition (ASR) software and also investigate the rationale behind the acceptable performance measure suggested by the draft ETSI document and assess if this is a reasonable level of performance. During phase 1 of this work, documented here, University of Salford has developed a software VoIP, voice chat, client based on open source libraries intended to assess the potential for accessible access to VoIP. The client has been implemented utilizing GoogleTalk open source libraries and has been extensively debugged so providing a robust test bed for formal assessment of whether the current state of the art of Automatic Speech Recognition (ASR) is sufficient to provide benefits for hearing impaired and deaf users. The scenario considered most useful, and that which is least catered for currently, is that of informal contact with friends and family which may be considered too personal to utilize services involving a 3 rd party transcriber and too trivial to make the expense of such services appropriate. As part of the development an informal assessment has been carried out that has yielded results indicating that the software may indeed be useful in this context. Formal assessment is planned for phase 2 of the project. Software Licensing Issues The software that has been developed during phase 1 has made use of open source libraries that impact on the resulting programs licensing and distribution. All of these have been chosen so that the software can be freely distributed with or without source code. For details see below. Libjingle Licence libjingle Copyright , Google Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 3

4 Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This is essentially a BSD license. The typical BSD license contains 3 major clauses, allowing unlimited redistribution for any purpose as long as its copyright notices and the license's disclaimers of warranty are maintained. The license also contains a clause restricting use of the names of contributors for endorsement of a derived work without specific permission. GNU GPL (1/2/3) Licence Please see: These libraries are fully open source, can be distributed with or without source code, modifications can be made without releasing the updates, but the software cannot be sold without releasing the updated GPL source code. There's nothing in there that stops the software from being: Given away, for free, without the source code (Freeware) Given away, for free, with the source code (Opensource) It would, however, be contrary to the licence to sell the software without the source code. Software Evaluation The software has been tested on Windows and, more recently, in Windows 7. After considerable debugging and several versions the software functions well without crashes or errors on all five of the PCs on which testing was carried out. An informal preliminary evaluation of the software has been carried out as part of phase 1 prior to full evaluation in phase 2. The aim of this testing was not a full assessment of the speech engines (scheduled to take place in phase 2) but instead to assess the potential of speech to text in the context of VoIP software. Two genres of conversation were assessed for this evaluation: firstly a series of detailed directions, and, in the second example, typical phrases that might form a 4

5 more informal conversation. The second of these is considered to be more typical of likely applications of the software, the first is considered to be more challenging for the speech recognition engine. Example 1 To get to the train station, take your first right, then walk down this road for about 5 minutes. You'll see a large red building on your left, and a police station to your right, head right past the police station, and then continue up this road for about 6 minutes. Stop when you come to a coffee shop on your left hand side. You are close to the station now, turn right, then take your second right and continue straight on, you'll be able to see the train station from here, just keep walking straight ahead. Example 2 Hello Auntie how are you today? Sebastian is now five years old He starts school this year I hope dinner was nice We had chicken and rice, it was very nice Although the chicken was a little chewy it was still a very nice meal I think you can get a cheap flight on August 15 th It will only cost you 300 pounds which I think is very cheap Hopefully the weather won't be too bad if you decide to come it's been raining all winter Last week it rained every day although, saying that, it's actually quite nice outside now Still, it's not as hot as where you live! Maybe we should come over there to visit instead It would be nice to see Gary and Steve again It was nice to talk to you again Hopefully we will see you soon Give my love to Hannah Goodbye! Analysis In this analysis the number of incorrect words was based on the number of words originally spoken and misinterpreted by the speech recognition software. Incorrect words were counted, extra words added were not counted as extra words incorrectly identified. For example the word, Sebastian, when interpreted as, so bastion is considered as a single incorrect word. This decision was taken as otherwise it would in theory be possible to have more words incorrectly identified than were originally spoken. It is important to point out that these informal tests were carried out using a single voice and that the results cannot be extrapolated further. Tests planned for phase 2 will utilise multiple voices, both male and female, and are expected to provide more useful statistical data. 5

6 In all cases the full original text and interpreted text is included in Appendices A and B. Summary of Results Directions Example ASR Engine % Incorrect ASR (untrained) 55.7 ASR (trained) 27.8 Naturally Speaking ASR (untrained) 49.5 Naturally Speaking ASR (trained) 8.2 ASR (untrained) 26.8 Conversation Example ASR Engine % Incorrect ASR (trained) 6.0 Naturally Speaking ASR (trained) 4.0 ASR (untrained)

7 Conclusions The software has been demonstrated to be effective in providing speech to text capability for VoIP, in this case a voice chat client application based on GoogleTalk. The software has been assessed on 2 different operating systems, Windows and (RC1). It is clear from the results documented here that in these cases training the ASR engines has provided dramatic improvements in performance. In both cases ( and Naturally Speaking) the training that was carried out was the minimal training permissible, taking around 5 minutes for each ASR engine. Longer training programmes are available and may well provide further benefit. This will be investigated further as part of phase 2 of the project. The results indicate that the built in speech recognition engine, although claimed to be an improvement on that bundled with Windows XP, has poorer performance in this test than the current leading commercial application, Naturally Speaking. In both tests Naturally Speaking using a trained profile performed well with over 90% accurate word recognition. The ASR performed very well in the more typical conversational exchange but failed to provide good results in the more challenging task. One interesting feature of this informal assessment is the strong performance of the built in ASR client using an untrained profile. The limited testing in this phase means that it is not possible to compare this with other untrained results however it indicates that may possibly provide good trained performance at a zero cost option, once the cost of the operating system itself is met. This can be explored further in phase 2 of the project. 7

8 APPENDIX A Example 1: Travel Directions Results In this example the conditions compared were as follows: ASR, both trained and untrained, Naturally Speaking 10 ASR, both trained and untrained, untrained using RC1 version. Both the and Naturally speaking results come from untrained and trained profiles, the results are from an untrained profile using the RC1 version. To get to the train station, take your first right, (untrained) (trained) (untrained) (trained) (untrained) To get the train station at your own right To get to the train station pain of birthright forget the train station in the right to get to the train station take your first right to get to the translation take your first ride then walk down this road for about 5 minutes. (untrained) (trained) (untrained) (trained) (untrained) and what down the road for about a minute and what down this road for about 5 minutes and what Dallas wrote about back then and walk down this road for about five minutes in what comes rolled from of 5 minutes You'll see a large red building on your left, (untrained) (trained) (untrained) (trained) (untrained) you're here like that building on your lap your fear large made building on your left you'll feel I read building until you'll see a large red building on your left you'll see a larger building on your left and a police station to your right, (untrained) (trained) (untrained) (trained) (untrained) and believe they can do right and a police station to your right a police station to your right and a police station to your right and the police station to your right head right past the police station, (untrained) (trained) (untrained) (trained) (untrained) had right at the polling station had tried to pass the police station head right at the police station head right at the police station to have a drive past the police station and then continue up this road for about 6 minutes. 8

9 (untrained) (trained) (untrained) (trained) (untrained) and then continue of the world about a minute and a continual of this world for about 6 minute and they continue at this road are about six minute and then continue up this road for about six minute and then continual visual for about 6 minutes Stop when you come to a coffee shop on your left hand side. (untrained) (trained) (untrained) (trained) (untrained) goal when you come to a proper job on your left hand light start when you come to a coffee shop on your left hand side stop when you come to a copy shop on your left and the start when you come to a copy shop on your left hand side stopped when you come to a coffee shop on your left hand side You are close to the station now, turn right, (untrained) (trained) (untrained) (trained) (untrained) you are close to the nation now her like you are close to the station now turn right good motivation now turn right you are close to the station now turn right and you are close to the station LU turn right then take your second right and continue straight on, (untrained) (trained) (untrained) (trained) (untrained) a at all that can write and continued account and take your back and right and continue straight on into your second right and continue straight on and take your second right and continue straight on and take your second rate and continue straight on you'll be able to see the train station from here, (untrained) (trained) (untrained) (trained) (untrained) you'll be able to claim they can come and get what they had your be to see the train station from here the elderly the train station from here you be able to see the train station from here your be able to see the train station from here just keep walking straight ahead. (untrained) (trained) (untrained) (trained) (untrained) heard that go well with the a M. Bacher the had a go at to keep walking straight ahead [no text] to sleepwalking straight ahead just keep walking straight ahead 9

10 APPENDIX B Example 2: Conversation Results Example "Real world" Conversation Both the and Naturally speaking results come from trained profiles, the results are from an untrained profile using the RC1 version. Hello Auntie Hello auntie hello auntie Hello it How are you today? How are you today how are you today how are you today Sebastian is now five years old So bastion is now five years old Sebastien is now five years old as a bastion is now five years old He starts school this year If he starts school this year list at school this year east at school this year I hope dinner was nice I hope dinner was nice I hope dinner was nice I hope dinner was nice We had chicken and rice, it was very nice we had chicken and rice it was very nice We had chicken and rice it was very nice we had chicken and rice it was very nice Although the chicken was a little chewy Although the chicken was a little too weak Although the chicken was a little chewy other than taking was a little chilly It was still a very nice meal it was still a very nice meal it was still a very nice meal it was still a very nice meal 10

11 I think you can get a cheap flight on August 15th I think you can get a cheap flight on August 15 I think you can get a cheap flight on August 15 I think you can get a cheap flight on August 15 It will only cost you 300 pounds It will only cost you 300 pounds it will only cost you 300 it will only cost you 300 pounds Which I think is very cheap Which I think is very cheap which I think is very cheap which I think he's buried G Hopefully the weather won't be too bad if you decide to come Hopefully the weather won't be too bad if you decide to call hopefully the weather will be too bad if you decide to call hopefully the weather will be too bad if you decide to come It's been raining all winter It's been raining or winter it's been raining all winter it's been raining or winter Last week it rained every day Last week in rained every don't last week it rained every day last week in rained every day Although, saying that, it's actually quite nice outside now Although in saying that it's actually quite nice outside now although saying that it's actually quite nice outside now although saying that it's actually quite nice outside now Still, it's not as hot as where you live! Still it's not as hot as where you live still is not as hot as where you live still is not as part is where you live Maybe we should come over there to visit instead Maybe we should come over there to visit instead mate we should come over there to visit instead maybe we should come over there to visit instead It would be nice to see Gary and Steve again it would be nice to see Gary and Steve again 11

12 it would be nice to see Gary and Steve again he'll be nice to see Gary and Steve again It was nice to talk to you again It was nice to talk to you again it was nice to talk to you again it was nice to talk to you again Hopefully we will see you soon Hopefully we will see you soon hopefully we will see you soon hopefully we will see you soon Give my love to Hannah Give my love to hammer give my love to Hannah give my love to hander Goodbye! Goodbye goodbye goodbye 12

VoIP Text A study into the effectiveness of speech-to-text as an assistive tool in VoIP communications Phase 2 Report

VoIP Text A study into the effectiveness of speech-to-text as an assistive tool in VoIP communications Phase 2 Report VoIP Text A study into the effectiveness of speech-to-text as an assistive tool in VoIP communications Phase 2 Report Prepared by B. Shirley and I.Rattigan Contents CONTENTS...I EXECUTIVE SUMMARY OF OUTCOMES...

More information

Open Source Used In Cisco Instant Connect for ios Devices 4.9(1)

Open Source Used In Cisco Instant Connect for ios Devices 4.9(1) Open Source Used In Cisco Instant Connect for ios Devices 4.9(1) Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the

More information

Third Party Software Used In PLEK500 (Utility for Win) v1.x.xx.xxx

Third Party Software Used In PLEK500 (Utility for Win) v1.x.xx.xxx Third Party Software Used In PLEK500 (Utility for Win) v1.x.xx.xxx March 2013 This document contains the licenses and notices for open source software used in this product. With respect to the free/open

More information

Apache Software Foundation This product includes software developed by the Apache Software Foundation (http://www.apache.org)

Apache Software Foundation This product includes software developed by the Apache Software Foundation (http://www.apache.org) Apache Software Foundation This product includes software developed by the Apache Software Foundation (http://www.apache.org) FutureScale, Inc. PureMVC PureMVC AS3 Utility Startup Manager Copyright (c)

More information

BMC Remedy Action Request System 7.0 Open Source License Agreements

BMC Remedy Action Request System 7.0 Open Source License Agreements March 2006 BMC Remedy Action Request System 7.0 Open Source License Agreements Copyright 1991 2005 BMC Software, Inc. All rights reserved. BMC, the BMC logo, all other BMC product or service names, BMC

More information

Adobe DNG Flat Field Plug-in (1.0) Software Notices and/or Additional Terms and Conditions

Adobe DNG Flat Field Plug-in (1.0) Software Notices and/or Additional Terms and Conditions Adobe DNG Flat Field Plug-in (1.0) Software Notices and/or Additional Terms and Conditions This page and/or pages linked from this page contain Third Party Software Notices and/or Additional Terms and

More information

GEO Sticky DNS. GEO Sticky DNS. Feature Description

GEO Sticky DNS. GEO Sticky DNS. Feature Description GEO Sticky DNS Feature Description VERSION: 5.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo

More information

Open Source Used In Cisco D9865 Satellite Receiver Software Version 2.20

Open Source Used In Cisco D9865 Satellite Receiver Software Version 2.20 Open Source Used In Cisco D9865 Satellite Receiver Software Version 2.20 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed

More information

RSA Data Security, Inc. Portions derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm.

RSA Data Security, Inc. Portions derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm. Adobe Reader for ios, Android, and Adobe Reader Touch for Windows may contain one or more of the following Third Party Software Notices and/or Additional Terms and Conditions RSA Data Security, Inc. Portions

More information

System Center Virtual Machine Manager 2012 R2 Plug-In. Feature Description

System Center Virtual Machine Manager 2012 R2 Plug-In. Feature Description System Center Virtual Machine Manager 2012 R2 Plug-In Feature Description VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies

More information

Boost Libraries Boost Software License Version 1.0

Boost Libraries Boost Software License Version 1.0 Citrix AppDNA Listing of Open Source Components The following is a listing of open source licensed software which may accompany AppDNA. Each of the components listed below may be redistributed under the

More information

Microsoft SharePoint

Microsoft SharePoint Microsoft SharePoint VERSION: 1.1 UPDATED: JULY 2014 Copyright 2002-2014 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 13 Copyright Notices Copyright 2002-2014 KEMP Technologies, Inc.. All rights

More information

Release Notes for. CounterPath Bria iphone Edition CounterPath Bria ipad Edition Version 3.1.0

Release Notes for. CounterPath Bria iphone Edition CounterPath Bria ipad Edition Version 3.1.0 CounterPath Corporation Suite 300, Bentall One Centre 505 Burrard Street Box 95 Vancouver BC V7X 1M3 Canada V6B1R8 Telephone: +1.604.320.3344 www.counterpath.com Release Notes for CounterPath Bria iphone

More information

RSA Two Factor Authentication

RSA Two Factor Authentication RSA Two Factor Authentication VERSION: 1.0 UPDATED: MARCH 2014 Copyright 2002-2014 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 16 Copyright Notices Copyright 2002-2014 KEMP Technologies, Inc..

More information

Azure Multi-Factor Authentication. KEMP LoadMaster and Azure Multi- Factor Authentication. Technical Note

Azure Multi-Factor Authentication. KEMP LoadMaster and Azure Multi- Factor Authentication. Technical Note KEMP LoadMaster and Azure Multi- Factor Authentication Technical Note VERSION: 1.0 UPDATED: APRIL 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies

More information

[MD5 Message Digests] derived from the RSA Data Security, Inc. MD5 Message Digest Algorithm

[MD5 Message Digests] derived from the RSA Data Security, Inc. MD5 Message Digest Algorithm [MD5 Message Digests] derived from the RSA Data Security, Inc. MD5 Message Digest Algorithm [RegExp] Copyright (c) 1986, 1993, 1995 by University of Toronto. Written by Henry Spencer. THIS IS AN ALTERED

More information

ANZ TRANSACTIVE - MOBILE

ANZ TRANSACTIVE - MOBILE ANZ TRANSACTIVE - MOBILE CORPORATE CASH AND TRADE MANAGEMENT ON THE GO QUICK REFERENCE GUIDE February 2016 HOME SCREEN View the latest noticeboard for important announcements Tap here to select up to 3

More information

Open Source Used In Cisco IronPort Email Encryption SDK 6.9.2 014

Open Source Used In Cisco IronPort Email Encryption SDK 6.9.2 014 Open Source Used In Cisco IronPort Email Encryption SDK 6.9.2 014 This document contains the licenses and notices for open source software used in this product. With respect to the free/open source software

More information

FortiAuthenticator Agent for Microsoft IIS/OWA. Install Guide

FortiAuthenticator Agent for Microsoft IIS/OWA. Install Guide FortiAuthenticator Agent for Microsoft IIS/OWA Install Guide FortiAuthenticator Agent for Microsoft IIS/OWA Install Guide February 5, 2015 Revision 1 Copyright 2015 Fortinet, Inc. All rights reserved.

More information

DATA CENTER ACCESS POLICY AND GUIDELINES

DATA CENTER ACCESS POLICY AND GUIDELINES DATA CENTER ACCESS POLICY AND GUIDELINES Information Security Team DePaul University 1 East Jackson Boulevard Chicago, Illinois 60604 https:/infosec.depaul.edu/ 13th December 2002 Copyright Notice Copyright

More information

ANZ TRANSACTIVE MOBILE for ipad

ANZ TRANSACTIVE MOBILE for ipad ANZ TRANSACTIVE MOBILE for ipad SIMPLIFYING AND CONNECTING YOUR TRANSACTION BANKING ACROSS AUSTRALIA AND NEW ZEALAND QUICK REFERENCE GUIDE May 2014 GETTING STARTED Please ensure your ANZ Transactive Administrator

More information

HIGHSEC eid App Administration User Manual

HIGHSEC eid App Administration User Manual HIGHSEC eid App Administration User Manual Contents 1 Introduction... 3 2 Application overview... 3 3 Managing HIGHSEC eid App... 3 3.1 Deleting card pairings... 4 4 Inspecting smart card contents... 5

More information

Port Following. Port Following. Feature Description

Port Following. Port Following. Feature Description Feature Description VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

R&S TSMW Radio Network Analyzer Open Source Acknowledgment

R&S TSMW Radio Network Analyzer Open Source Acknowledgment Radio Network Analyzer Open Source Acknowledgment (;Úà@2) 1176.8216.02 03 Test & Measurement Open Source Acknowledgment Contents Contents 1 Introduction... 3 1.1 Disclaimer... 3 1.2 How to obtain the source

More information

Portions derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm.

Portions derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm. Portions derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm. The Apache Software License, Version 1.1 Copyright (c) 1999-2001 The Apache Software Foundation. All rights reserved. 3.

More information

Open Source Used In Meeting integration for Jabber 9.6

Open Source Used In Meeting integration for Jabber 9.6 Open Source Used In Meeting integration for Jabber 9.6 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website

More information

Introduction to OpenCV for Tegra. Shalini Gupta, Nvidia

Introduction to OpenCV for Tegra. Shalini Gupta, Nvidia Introduction to OpenCV for Tegra Shalini Gupta, Nvidia Computer Vision = Mobile differentiator Applications Smart photography Augmented reality, gesture recognition, visual search Vehicle safety Lucky

More information

Release Notes for CounterPath X-Lite 4 for Windows Version 4.8

Release Notes for CounterPath X-Lite 4 for Windows Version 4.8 CounterPath Corporation Suite 300, Bentall One Centre 505 Burrard Street Box 95 Vancouver BC V7X 1M3 Canada Telephone: +1.604.320.3344 www.counterpath.com Release Notes for CounterPath X-Lite 4 for Windows

More information

Fuse MQ Enterprise Broker Administration Tutorials

Fuse MQ Enterprise Broker Administration Tutorials Fuse MQ Enterprise Broker Administration Tutorials Version 7.0 April 2012 Integration Everywhere Broker Administration Tutorials Version 7.0 Updated: 14 Sep 2012 Copyright 2011 FuseSource Corp. All rights

More information

RSA Two Factor Authentication. Feature Description

RSA Two Factor Authentication. Feature Description RSA Two Factor Authentication Feature Description VERSION: 3.0 UPDATED: SEPTEMBER 2015 Copyright Notices Copyright 2002 2015 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP

More information

Log Insight Manager. Deployment Guide

Log Insight Manager. Deployment Guide Log Insight Manager Deployment Guide VERSION: 3.0 UPDATED: OCTOBER 2015 Copyright Notices Copyright 2002-2015 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

If you are submitting changes to the project, please see CONTRIBUTIONS file for more instructions.

If you are submitting changes to the project, please see CONTRIBUTIONS file for more instructions. ================================ Licenses of Third Party Software ================================ This product contains software provided by third parties, which may include the below listed components.

More information

Open Source Used In Cisco TelePresence TC Console TC7.1

Open Source Used In Cisco TelePresence TC Console TC7.1 Open Source Used In Cisco TelePresence TC Console TC7.1 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website

More information

Adobe Connect Add-in for Microsoft Outlook Third Party Software Notices and/or Additional Terms and Conditions

Adobe Connect Add-in for Microsoft Outlook Third Party Software Notices and/or Additional Terms and Conditions Adobe Connect Add-in for Microsoft Outlook Third Party Software Notices and/or Additional Terms and Conditions Massachusetts Institute of Technology (MIT) Copyright 1991, 1998 by the Massachusetts Institute

More information

AIXM Change Management Charter

AIXM Change Management Charter AIXM Change Management Charter Article 1 Objective 1.1. The evolution of the Aeronautical Information Exchange Model (AIXM) shall be managed in the interest of the largest number of AIXM stakeholders (

More information

openssl egg Bindings to the OpenSSL SSL/TLS library Extension for Chicken Scheme Version 1.1.1 Thomas Chust

openssl egg Bindings to the OpenSSL SSL/TLS library Extension for Chicken Scheme Version 1.1.1 Thomas Chust openssl egg Bindings to the OpenSSL SSL/TLS library Extension for Chicken Scheme Version 1.1.1 Thomas Chust i Table of Contents 1 About this egg............................ 1 1.1 Version history..............................................

More information

Using SNMP with OnGuard

Using SNMP with OnGuard Advanced Installation Topics Chapter 8: Using SNMP with OnGuard SNMP (Simple Network Management Protocol) is used primarily for managing and monitoring devices on a network. This is achieved through the

More information

Other Component Agreement Readme for the BACnet Field Panel Web Server Solution Software

Other Component Agreement Readme for the BACnet Field Panel Web Server Solution Software Other Component Agreement Readme for the BACnet Field Panel Web Server Solution Software Embedded in, or bundled with, this product are open source software (OSS) components and other third party components

More information

NetVault : SmartDisk v1.0.1 Release Notes Contents

NetVault : SmartDisk v1.0.1 Release Notes Contents NetVault : SmartDisk v1.0.1 Release Notes Contents Release Information Documentation for NetVault: SmartDisk New Features Known Issues Faults Fixed Third-Party Licenses Release Information Release Version:

More information

Oracle s PeopleSoft 9.0 Recruiting and Admissions Changes and Updates for CS Bundle #14

Oracle s PeopleSoft 9.0 Recruiting and Admissions Changes and Updates for CS Bundle #14 Oracle s PeopleSoft 9.0 Recruiting and Admissions Changes and Updates for CS Bundle #14 August 2009 Changes and Updates for CS Bundle #14 Copyright 2009, Oracle. All rights reserved. The Programs (which

More information

This script builds the FacebookSDK.framework that is distributed at https://github.com/facebook/facebook-ios-sdk/downloads/facebooksdk.framework.

This script builds the FacebookSDK.framework that is distributed at https://github.com/facebook/facebook-ios-sdk/downloads/facebooksdk.framework. Facebook SDK Copyright 2012 Facebook Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License

More information

Oracle s PeopleSoft 9.0 Recruiting and Admissions Changes and Updates for CS Bundle #38

Oracle s PeopleSoft 9.0 Recruiting and Admissions Changes and Updates for CS Bundle #38 Oracle s PeopleSoft 9.0 Recruiting and Admissions Changes and Updates for CS Bundle #38 July 2015 Changes and Updates for CS Bundle #38 Copyright 2015, Oracle. All rights reserved. The Programs (which

More information

How To Use The Programs Of Ancient.Org

How To Use The Programs Of Ancient.Org Oracle s PeopleSoft Enterprise Campus Solutions 9.0 Feature Pack 2: Electronic Payment Integration November 2009 Campus Solutions 9.0 Feature Pack 2: Electronic Payment Integration Copyright 2009, Oracle.

More information

Software Package Document exchange (SPDX ) Tools. Version 1.2. Copyright 2011-2014 The Linux Foundation. All other rights are expressly reserved.

Software Package Document exchange (SPDX ) Tools. Version 1.2. Copyright 2011-2014 The Linux Foundation. All other rights are expressly reserved. Software Package Document exchange (SPDX ) Tools Version 1.2 This document last updated March 18, 2014. Please send your comments and suggestions for this document to: spdx-tech@fossbazzar.org Copyright

More information

Hyper V Windows 2012 and 8. Virtual LoadMaster for Microsoft Hyper V on Windows Server 2012, 2012 R2 and Windows 8. Installation Guide

Hyper V Windows 2012 and 8. Virtual LoadMaster for Microsoft Hyper V on Windows Server 2012, 2012 R2 and Windows 8. Installation Guide Virtual LoadMaster for Microsoft Hyper V on Windows Server 2012, 2012 R2 and Windows 8 Installation Guide VERSION: 3.0 UPDATED: SEPTEMBER 2015 Copyright Notices Copyright 2002 2015 KEMP Technologies, Inc..

More information

Oracle s PeopleSoft 9.0 Recruiting and Admissions Changes and Updates for CS Bundle #31

Oracle s PeopleSoft 9.0 Recruiting and Admissions Changes and Updates for CS Bundle #31 Oracle s PeopleSoft 9.0 Recruiting and Admissions Changes and Updates for CS Bundle #31 October 2013 Changes and Updates for CS Bundle #31 Copyright 2013, Oracle. All rights reserved. The Programs (which

More information

Open Source Licenses and Notices for Polycom HDX Systems

Open Source Licenses and Notices for Polycom HDX Systems for Polycom HDX Systems The software on which Polycom HDX operates includes the open source software listed below. BinUtils BinUtils is distributed under the GNU General Public License. A copy of the GNU

More information

Decision Support System Software Asset Management (SAM)

Decision Support System Software Asset Management (SAM) Decision Support System Software Asset Management (SAM) Version 1.2.2 June 2010 Open Source Licenses and Notices DSS SAM version 1.2.2 includes the open source software listed below: (1) Actionmailer Copyright

More information

Enterprise Manager to Enterprise Console upgrade guide. Sophos Enterprise Manager version 4.7 Sophos Enterprise Console version 4.7.

Enterprise Manager to Enterprise Console upgrade guide. Sophos Enterprise Manager version 4.7 Sophos Enterprise Console version 4.7. Enterprise Manager to Enterprise Console upgrade guide Sophos Enterprise Manager version 4.7 Sophos Enterprise Console version 4.7.1 Document date: July 2011 Contents 1 About this guide...3 2 What are

More information

Open Source Used In LDSF 1.7.2

Open Source Used In LDSF 1.7.2 Open Source Used In LDSF 1.7.2 This document contains the licenses and notices for open source software used in this product. With respect to the free/open source software listed in this document, if you

More information

Network Working Group. Category: Standards Track March 2009

Network Working Group. Category: Standards Track March 2009 Network Working Group G. Keeni Request for Comments: 5427 Cyber Solutions Inc. Category: Standards Track March 2009 Status of This Memo Textual Conventions for Syslog Management This document specifies

More information

Integrated Citrix Servers

Integrated Citrix Servers Installation Guide Supplement for use with Integrated Citrix Servers Websense Web Security Websense Web Filter v7.5 1996-2010, Websense, Inc. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA All rights

More information

Open Source Software used in the product

Open Source Software used in the product Open Source Software used in the product The software in this product contains parts licensed under various Open Source licenses. Please refer to the below list for further information on the software

More information

Pulse Redundancy. User Guide

Pulse Redundancy. User Guide Pulse Redundancy User Guide August 2014 Copyright The information in this document is subject to change without prior notice and does not represent a commitment on the part of AFCON Control and Automation

More information

Open Source Used In T28.12CP2 Client Component (Chat, Poll, QA, FT, FB, Notes, RP)

Open Source Used In T28.12CP2 Client Component (Chat, Poll, QA, FT, FB, Notes, RP) Open Source Used In T28.12CP2 Client Component (Chat, Poll, QA, FT, FB, Notes, RP) Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers

More information

AAI - Authentication and Authorization Infrastructure Exhibit 4 Software Licenses

AAI - Authentication and Authorization Infrastructure Exhibit 4 Software Licenses AAI - Authentication and Authorization Infrastructure Exhibit 4 Software Licenses 2004 SWITCH Document management Version/status: final 1.0 / final Date: 13. 2. 2004 7. July 2004 Author(s): Nicole Beranek

More information

Adobe Connect Collaboration SDK Third Party Notices and/or Additional Terms and Conditions

Adobe Connect Collaboration SDK Third Party Notices and/or Additional Terms and Conditions Adobe Connect Collaboration SDK Third Party Notices and/or Additional Terms and Conditions The contents of this file are subject to the Netscape Public License Version 1.1 (the "License"); you may not

More information

Virtual LoadMaster for Microsoft Hyper-V

Virtual LoadMaster for Microsoft Hyper-V Virtual LoadMaster for Microsoft Hyper-V on Windows Server 2012, 2012 R2 and Windows 8 VERSION: 1.3 UPDATED: MARCH 2014 Copyright 2002-2014 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 20 Copyright

More information

Activelock Customer Management 1.0

Activelock Customer Management 1.0 Activelock Customer Management 1.0 Mark Bastian January 19, 2009 Contents Overview... 3 Activelock EULA... 3 Activelock Customer Management Forms... 4 Main Menu... 4 Customer Management... 5 New Software

More information

GPL, MIT, BSD, OSS (and me)

GPL, MIT, BSD, OSS (and me) GPL, MIT, BSD, OSS (and me) Introduction to Open Source Therese Catanzariti OSS encourages code distribution (so you can sell epensive things on top of code OSS is risky! OSS saves engineering time and

More information

NetSuite End User License Agreement for Mobile Applications

NetSuite End User License Agreement for Mobile Applications Last Revision: October 30, 2015 NetSuite End User License Agreement for Mobile Applications This NetSuite End User License Agreement for Mobile Applications, including without limitation, all attachments

More information

Job Status Guide 3.0

Job Status Guide 3.0 Job Status Guide 3.0 ii Copyrights and Trademark Notices Copyright 2011 Telestream, Inc. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, altered, or translated

More information

SimbaEngine SDK 9.5. OLE DB Implementation Guide. Simba Technologies Inc.

SimbaEngine SDK 9.5. OLE DB Implementation Guide. Simba Technologies Inc. 9.5 Simba Technologies Inc. May 2015 Copyright 2015 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used in examples

More information

Open Source Used In Cisco WebEx Media Server 1.5

Open Source Used In Cisco WebEx Media Server 1.5 Open Source Used In Cisco WebEx Media Server 1.5 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at

More information

Open source texts and acknowledgements

Open source texts and acknowledgements Open source texts and acknowledgements 1 Licence text and acknowledgements License Texts and Acknowledgements for open source software used in Tilgin products. Tilgin is grateful to the groups and individuals

More information

SDN Adaptive Load Balancing. Feature Description

SDN Adaptive Load Balancing. Feature Description SDN Adaptive Load Balancing Feature Description VERSION: 4.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

How To Protect Your Privacy On Coolcampuschallenge.Org

How To Protect Your Privacy On Coolcampuschallenge.Org COOL CAMPUS CHALLENGE 2015 I. OFFICIAL RULES 1. Description: The Cool Campus Challenge is an online learning experience and competition between University of California campuses. The goal of this website

More information

Digger Solutions. Intranet Open Source. Administrator s Guide

Digger Solutions. Intranet Open Source. Administrator s Guide Digger Solutions Intranet Open Source Administrator s Guide Hello and welcome to your new Intranet! Welcome to Digger Solutions Intranet Open Source. If you have any questions please review the product

More information

Citrix ShareFile Sync for Mac

Citrix ShareFile Sync for Mac Citrix ShareFile Sync for Mac Third Party Notices Citrix ShareFile Sync for Mac may include third party software components licensed under the following terms. This list was generated using third party

More information

BT MeetMe VoIP Client End User Licence Agreement

BT MeetMe VoIP Client End User Licence Agreement BT MeetMe VoIP Client End User Licence Agreement Welcome to the BT MeetMe VoIP Client (the Software ) End User Licence Agreement (the Agreement ). This Agreement is between you (or any authorised user

More information

Smart Trading Apps: Market Entry App User Guide

Smart Trading Apps: Market Entry App User Guide Smart Trading Apps: Market Entry App User Guide Below User Guide uses the Market Entry App with three profit taking limit stages as an example. All other Market Entry App versions are functionally identical

More information

Guide to Using DoD PKI Certificates in Outlook 2000

Guide to Using DoD PKI Certificates in Outlook 2000 Report Number: C4-017R-01 Guide to Using DoD PKI Certificates in Outlook 2000 Security Evaluation Group Author: Margaret Salter Updated: April 6, 2001 Version 1.0 National Security Agency 9800 Savage Rd.

More information

Installation Guide Supplement

Installation Guide Supplement Installation Guide Supplement for use with Microsoft ISA Server and Forefront TMG Websense Web Security Websense Web Filter v7.5 1996 2010, Websense Inc. All rights reserved. 10240 Sorrento Valley Rd.,

More information

Appendix. 1. Scope of application of the user evaluation license agreement

Appendix. 1. Scope of application of the user evaluation license agreement Appendix 1. Scope of application of the user evaluation license agreement 1.1 This user evaluation license agreement (the "Agreement") is a legal agreement between the licensee (the "Licensee") and the

More information

Software Packages and Application Software From Rohde & Schwarz Open Source Acknowledgment

Software Packages and Application Software From Rohde & Schwarz Open Source Acknowledgment Software Packages and Application Software From Rohde & Schwarz Open Source Acknowledgment This document is valid for the following Rohde & Schwarz software packages and application software: R&S Pulse

More information

Categories of Free and Nonfree Software

Categories of Free and Nonfree Software This list was originally published on http://gnu.org, in 1996. This document is part of, the GNU Project s exhaustive collection of articles and essays about free software and related matters. Copyright

More information

License Summary 808D on PC 4.4 Ed 2

License Summary 808D on PC 4.4 Ed 2 License Summary 808D on PC 4.4 Ed 2 For Resellers: In order to avoid infringements of the license conditions by the reseller or the buyer these instructions and license conditions and accompanying CD if

More information

Flask-SSO Documentation

Flask-SSO Documentation Flask-SSO Documentation Release 0.3.0 CERN July 30, 2015 Contents 1 Contents 3 1.1 Installation................................................ 3 1.2 Quickstart................................................

More information

COM Port Stress Test

COM Port Stress Test COM Port Stress Test COM Port Stress Test All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

Advanced Planning PDP Client for Microsoft Excel 1.3 Install PeopleBook

Advanced Planning PDP Client for Microsoft Excel 1.3 Install PeopleBook Advanced Planning PDP Client for Microsoft Excel 1.3 Install PeopleBook January 2004 PeopleSoft Advanced Planning PDP Client for Microsoft Excel 1.3 Installation PeopleBook SKU APSPDPCLP0312 Contributors:

More information

END USER LICENSE AGREEMENT COMODO ONE

END USER LICENSE AGREEMENT COMODO ONE END USER LICENSE AGREEMENT COMODO ONE IMPORTANT PLEASE READ THIS AGREEMENT CAREFULLY BEFORE SUBSCRIBING TO OR USING THE COMODO ONE PRODUCT ( COMODO ONE or the PRODUCT ). BY SUBSCRIBING TO OR USING THE

More information

Sophos Anti-Virus for Linux startup guide. Product version: 9

Sophos Anti-Virus for Linux startup guide. Product version: 9 Sophos Anti-Virus for Linux startup guide Product version: 9 Document date: December 2013 Contents 1 About this guide...3 2 System requirements...3 3 About Sophos Anti-Virus for Linux...3 4 Installing

More information

Thank you for your interest in contributing to GENIVI Alliance ("We" or "Us").

Thank you for your interest in contributing to GENIVI Alliance (We or Us). Thank you for your interest in contributing to GENIVI Alliance ("We" or "Us"). This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective,

More information

Release Notes for CounterPath Bria Android Tablet Edition Version 2.3.5

Release Notes for CounterPath Bria Android Tablet Edition Version 2.3.5 CounterPath Corporation Suite 300, Bentall One Centre 505 Burrard Street Box 95 Vancouver BC V7X 1M3 Canada V6B1R8 Telephone: +1.604.320.3344 www.counterpath.com Release Notes for CounterPath Bria Android

More information

Norton Online Backup Third Party Attribution

Norton Online Backup Third Party Attribution Norton Online Backup Third Party Attribution Norton Online Backup Third Party Attribution Document This document includes the following topics: This Symantec product may contain third party software for

More information

Open Source Information

Open Source Information Open Source Information imagine the possibilities Contents OPEN SOURCE INFORMATION GNU GENERAL PUBLIC LICENSE..................................... 3 Tiff License.......................................................

More information

NetSuite End User License Agreement for Mobile Applications

NetSuite End User License Agreement for Mobile Applications Last Revision: August 24, 2015 NetSuite End User License Agreement for Mobile Applications This NetSuite End User License Agreement for Mobile Applications, including without limitation, all attachments

More information

An Introduction to Open Source Software and Licensing

An Introduction to Open Source Software and Licensing An Introduction to Open Source Software and Licensing @black_duck_sw Karen Copenhaver Mark Radcliffe Peter Vescuso Black Duck 2013 Speakers Peter Vescuso EVP of Marketing, Black Duck Software Karen Copenhaver

More information

Skills Route Limited. Terms and Conditions of Use

Skills Route Limited. Terms and Conditions of Use Skills Route Limited Terms and Conditions of Use Effective Date: These Terms and Conditions are effective from 2 nd February 2016. 1 Definitions used in these Terms and Conditions Effective Date The date

More information

ALM Works End-User License Agreement for Structure Plugin

ALM Works End-User License Agreement for Structure Plugin ALM Works End-User License Agreement for Structure Plugin IMPORTANT - READ CAREFULLY: This End-User License Agreement (EULA) is a legal agreement between you (either an individual or a single legal entity)

More information

GPL, MIT, BSD, GEHC (and me)

GPL, MIT, BSD, GEHC (and me) GPL, MIT, BSD, GEHC (and me) Introduction to Open Source Therese Catanzariti author reproduce literary employer COPYRIGHT OWNER commission work for hire has the exclusive right to distribute prepare derivatives

More information

Open Source Used In Cisco Digital Media Player 4310 Release 5.4.1

Open Source Used In Cisco Digital Media Player 4310 Release 5.4.1 Open Source Used In Cisco Digital Media Player 4310 Release 5.4.1 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the

More information

Pagemaker bug fix, do'nt remove. Mascot: Installation and Setup

Pagemaker bug fix, do'nt remove. Mascot: Installation and Setup Pagemaker bug fix, do'nt remove Mascot: Installation and Setup 2010 Matrix Science Ltd. All rights reserved. The information contained in this publication is for reference purposes only and is subject

More information

Avaya VPN Client Software Release 10.05_150

Avaya VPN Client Software Release 10.05_150 Avaya VPN Client Software Release 10.05_150 1. Release Summary Release Date: December 1 st, 2011 Purpose: Software maintenance release to address customer requests and software issues. 2. Important Notes

More information

Windows 2000/XP Wireless Network Access Information

Windows 2000/XP Wireless Network Access Information ESRI International User Conference 2009 Windows 2000/XP Wireless Network Access Information While we worked diligently with the San Diego Convention Center (SDCC) to provide the best wireless LAN coverage

More information

4. Limitation of Liability. 5. General Provisions

4. Limitation of Liability. 5. General Provisions End User License Agreement Please read these contract terms and conditions carefully before you make use of the software. eq-3 shall provide you with a license for the software only if you accept the terms

More information

INGESTING NWIS DATA USING VB.NET AND VISUAL STUDIO 2008

INGESTING NWIS DATA USING VB.NET AND VISUAL STUDIO 2008 INGESTING NWIS DATA USING VB.NET AND VISUAL STUDIO 2008 January, 2010 by: Tim Whiteaker Center for Research in Water Resources The University of Texas at Austin Distribution This tutorial and example files

More information

SOFTWARE SOFTWARE ACKNOWLEDGEMENTS. SecuriSync. SecuriSync

SOFTWARE SOFTWARE ACKNOWLEDGEMENTS. SecuriSync. SecuriSync SOFTWARE SOFTWARE ACKNOWLEDGEMENTS ACKNOWLEDGEMENTS SecuriSync SecuriSync The Intermedia Technologies Company Ltd. ( Intermedia ) software referenced in this notice is distributed with certain third party

More information

Backup Exec Third-Party Information. Third-Party License Agreements

Backup Exec Third-Party Information. Third-Party License Agreements Backup Exec Third-Party Information Third-Party License Agreements Disclaimer The information contained in this publication is subject to change without notice. Symantec Corporation makes no warranty of

More information

Sophos Anti-Virus for VMware vshield upgrade guide. Product version: 1.1

Sophos Anti-Virus for VMware vshield upgrade guide. Product version: 1.1 Sophos Anti-Virus for VMware vshield upgrade guide Product version: 1.1 Document date: February 2014 Contents 1 About this guide...3 2 Key steps in upgrading...3 3 Set up the new update share...3 4 Check

More information