Software Requirements Specification for Dots and Boxes

Size: px
Start display at page:

Download "Software Requirements Specification for Dots and Boxes"

Transcription

1 Software Requirements Specification for Dots and Boxes Reviewed by: Nhlakanipho Shabane (517475) Rethabile Mokoena ( x) Sonja Van Der Westhuizen ( T) Steven Faber (417265) Tsholofelo Moitsheki (463642) Project Source and Documentation: Course: ELEN Software Technologies and Techniques Date: 22 April 2010 Version: 1.0 Revision History Name Date Reason for Version Changes S Faber Initial Draft 0.1 S van der Added all use 0.2 Westhuizen / Tsholofelo Moitsheki cases S van der Document 0.3 Westhuizen S van der Westhuizen Formatting Added final text 1.0

2 Contents 1. Introduction Purpose Project Scope Client / Customer Stakeholders Naming Conventions and Definitions Overall Description Product Perspective User Classes and characteristics Operating Environment Mandated Constraints User Documentation Assumptions and Dependencies Functional Requirements Start Game Start game use case Start game sequence diagram Play Game Use case Sequence diagram End Game Use case Sequence diagram Getting Help Use case Sequence diagram Communicating over Internet setting up game Use case Sequence diagram Communicating over Internet playing game Use case Sequence diagram External interface requirements...16

3 4.1 User Interface Hardware Interface Software Interface Communication Interface Non-Functional Requirements Other Requirements License agreement...17 Appendix A: References...18

4 1. Introduction 1.1 Purpose This SRS describes the software functional and nonfunctional requirements of the Dots and boxes mobile phone software game. This document is intended to be used by the members of the project team that will implement and verify the correct functioning of the system. 1.2 Project Scope The scope of this product is to allow at least two players to compete against each other using their mobile phone over an appropriate networked connection. The primary goal of this product is to develop a new and improved version of the game for use on a mobile phone. 1.3 Client / Customer The target customer is the general public who owns a mobile phone. 1.4 Stakeholders Person Role Responsibility Viv Crone Client Represents customer interest Actor (Game Player Host) Customer Product user Actor (Game Player Guest) Customer Product user 1.5 Naming Conventions and Definitions The dictionary included below contains all important names that will be used by the project. Terminology Key users J.M.E. M.I.D.P. G.U.I. O.S. Definition These are critical to the continued success of the product. Give greater importance to requirements generated by this category of user. Java Micro Edition Mobile Information Device Profile Graphical user interface Operating System

5 Web Service Application available on the internet for relaying game information 2. Overall Description 2.1 Product Perspective «uses» Top Package::Game Player (host) <<System>> Dots And Boxes Game «uses» <<Actor>> MIDP «uses» Top Package::Game Player (Guest) Figure 1 Dots and Boxes Context diagram The Dots and boxes mobile phone game will be a newly developed software application which will implement the classic pencil and paper game where at least two players can compete for territory on a grid of dots against each other using their mobile phone over an appropriate 'networked' connection. The context diagram in Figure 1 shows the external entities and system interfaces. 2.2 User Classes and characteristics User Role Required Business Experience Game Player (Host) Game Player (Guest) M.I.D.P Person who hosts a dots and boxes game on their device and the participates in the game Person who joins the dots and boxes game created by the host player on their device and then participates in the game Interface system to the mobile device Required Technology experience User Priority None Novice Key User None Novice Key User None None Key Interface

6 2.3 Operating Environment The Dots and Boxes game shall be capable of operating on all mobile devices that supports the M.I.D.P. version of the J.M.E platform. 2.4 Mandated Constraints The application must make use of a GUI. The application must allow users to compete against each other over a networked connection. A simple and easy to use installation procedure must be provided for the end-user. A Formal software process must be used during development. The design of the application must be modular to allow improved functionality to be easily added. An appropriate Project management system must be used to submit comprehensive project timesheets of both estimated and actual time spent at the end of the project. 2.5 User Documentation The game shall provide a help system that will explain all functions available on the user interface. The game shall provide the user with a tutorial that will explain the principles of the Dots and Boxes game. 2.6 Assumptions and Dependencies The end-user must have a mobile phone. The mobile phone used by the end-user must have access to the internet. The end-user shall be a subscriber of a mobile service provider which shall allow the user access to the internet.

7 3. Functional Requirements 3.1 Start Game This use case describes how the game player starts the Dots and Boxes game. Use Case ID: 1 Use Case Name: Start Game Actors: Game Player Preconditions: Game needs to be installed Internet is available Game needs to be available on mobile phone menu Post conditions: Game grid is setup and available to play Normal Flow: Join Game 1 This use case starts when the user selects the join game option 2 View list of games (from internet) 3 Select game (return selection to internet) 4 Grid is displayed with status message 5 Wait for game host to make move, but poll (internet) to see acceptance Alternate Flow: Host Game 1 This use case starts when the user select to host a game 2 Create game (on internet) 3 Wait for user to join, poll (internet) to see user 4 Approve user (return value to internet) 5 Make move (send move to internet) Exceptions: If no internet available notify user If Game Player is waiting for a user to join, give ability to exit game, or timeout after 5 minutes If application gives error, notify user. Stimulus: Play a game on mobile phone Response: Ready to play game against opponent Comments: For communication over the internet see use case 3.5 and 3.6 Game AI is for phase 2 The game can only play via the internet, the Bluetooth option is in phase 2 Game options i.e. Grid size and game level is for future releases Start game use case

8 3.1.2 Start game sequence diagram 3.2 Play Game This use case describes how the game player starts the Dots and Boxes game. Use Case ID: 2 Use Case Name: Play Game

9 Actors: Preconditions: Post conditions: Game Player Game grid set up and both players are ready to be play Game rules successfully implemented, by either just drawing line or drawing line and completing block Normal Flow: 1 User selects a line and waits turn 2 User selects line 3 Game logic returns with response 4 Internet is notified 5 UI is updated and locked, waiting for other players turn Alternate Flow: 1 User selects a line and completes a block 2 User selects line 3 Game logic returns with confirmation 4 Internet is notified 5 UI is updated 6 Repeat until no more blocks can be completed Exceptions: Handle network issues Game Players can exit any time Game Play must stay within game borders Stimulus: Playing game Response: Grid and score updated Comments: Game Players each have their own color on the grid, their blocks will have the same color. Game Players can only select lines which haven t been selected yet On each successful block completed, block needs to be colored in Game player gets another turn if block was completed With each block completed, score gets updated Game player can only make a selection if its his/her turn Repeat steps until all blocks are completed and game is over Use case Sequence diagram

10 3.3 End Game Use Case ID: 3 Use Case Name: End Game Actors: Game Player Preconditions: Game has already started Post conditions: Game completed Normal Flow: 1 User completes game 2 All blocks are selected 3 Scores are updated 4 Exit game 5 Go to game menu Alternate Flow: 1 User exits game before game completion 2 Notify opponent (internet) 3 Go to game menu Exceptions: Handle network issues Game info should be cleared on all exits When exit selected should be challenged to confirm exit Stimulus: User finished playing the game Response: Return to the game menu Comments: When the Game players have completed the game they should be presented with the final score and highlighting the winner s details The exit button should be available and should send them to the game menu From the game menu they can exit the game or start a new game.

11 3.3.1 Use case Sequence diagram 3.4 Getting Help Use Case ID: 4 Use Case Name: Getting help Actors: Game player Preconditions: Help button was selected Post conditions: Help text is displayed Normal Flow: 1 User selects help button available at all times during Game setup and Game play 2 An exit button will be available to go back to the previous screen Alternate Flow: none Exceptions: When selecting help during a game the user should return to the game state as it was before help was selected Stimulus: User needs assistance

12 Response: Return to previous game state Comments: The help file should contain the rules for the game The help file should contain setup and uninstall instructions The help file should indicate where else to go to get more information Use case Sequence diagram 3.5 Communicating over Internet setting up game Use Case ID: 5 Use Case Name: Communicating over the internet setting up the game Actors: Game Manager Preconditions: Game is requesting to join or start a game Post conditions: Game is set up and ready to be played by both players Normal Flow: 1 The game engine will make a call to set up the game info 2 The game engine will poll frequently to see if a user has joined the game 3 The game engine will make a call to accept or decline a user requesting to join the game

13 4 After accepting the user the game engine will make a call to make the first move Alternate Flow: 1 The game engine will make a call to get a list of games available 2 The game engine will poll frequently to see if a user has been accepted to play the game Exceptions: Handle network issues Game info should be cleared on all exits When exit selected should be challenged to confirm exit Stimulus: The Game Engine needs to set up the game to be played Response: The Game grid is set up and ready to be played Comments: The internet portion needs to be available at all times The game play moves need to be stored for a period of time Use case Sequence diagram

14 3.6 Communicating over Internet playing game Use Case ID: Use Case Name: Actors: Preconditions: Post conditions: Normal Flow: Alternate Flow: Exceptions: 6 Make Move Communicating over the internet playing the game Game Manager Game determined that a valid move was made and need to communicate and store value Data is saved on the internet for the next player to retrieve User makes a valid move None Handle network issues

15 Stimulus: A valid move was made Response: Game UI and state is updated accordingly Comments: The game engine is responsible for implementing the game rules. The internet only stores the game and game move values Use Case ID: 6 - Get latest move Use Case Name: Communicating over the internet playing the game Actors: Game Manager Preconditions: Game Manager is waiting turn and polling for the latest move from opponent Post conditions: Game needs to be updated accordingly Normal Flow: User requests latest move by opponent Alternate Flow: None Exceptions: Handle network issues Stimulus: Polling for latest move when waiting for turn Response: Game UI and state is updated accordingly Comments: The game engine is responsible for implementing the game rules. The internet only stores the game and game move values Use case Sequence diagram

16 4 External interface requirements 4.1 User Interface The Dots and Boxes game must make use of a Graphical User Interface. 4.2 Hardware Interface The Dots and Boxes application must cater for the following types of hardware interfaces on a mobile phone Key pad. Arrow keys. Touch Screen. Track ball or smart button. 4.3 Software Interface The software will be determined by the operating system it runs on. The requirement is for the game to function on a standard Nokia E72 device. 4.4 Communication Interface The software will require internet access in order to play the game. A Webservice will be used to facilitate that communication.

17 5 Non-Functional Requirements These requirements are all discussed in the architecture document. Refer to Appendix A for the information. 6 Other Requirements 6.1 License agreement The application will be provided under the Berkeley software distribution license (BSDL). The software and source code are provided as is for users to make use off as they wish. We do not take any responsibility for the software.

18 Appendix A: References These documents are all found under eport Document Name Architecture Document Location on Kenai DAB5_Architecture.pdf

Dr. Pat Mirenda. Software Design Specification Document

Dr. Pat Mirenda. Software Design Specification Document CPSC 319 Team 2 Dr. Pat Mirenda Software Design Specification Document Version: 1.2 Date: (03/17/2006) 2Communicate SDS Revisions Version Primary Author(s) Description of Version Date Completed 1.0 Wei

More information

Software Requirements Specification. Task Management System. for. Prepared by. Version 1.0. Group Name: Pink and Purple. Date:

Software Requirements Specification. Task Management System. for. Prepared by. Version 1.0. Group Name: Pink and Purple. Date: Software Requirements Specification for Task Management System Version 1.0 Prepared by Group Name: Pink and Purple Kathrynn Gonzalez 11387240 kathrynn.gonzalez@gmail.com Tina Roper 11380457 troper17@comcast.net

More information

Course Registration Case Study

Course Registration Case Study Course Registration Case Study Table of Contents Case Study...1 Case Study Background... 2 Course Registration System Problem Statement... 2 The Role of Tools... 2 Project Summary... 2 The Inception Phase...

More information

Auto Clicker Tutorial

Auto Clicker Tutorial Auto Clicker Tutorial This Document Outlines Various Features of the Auto Clicker. The Screenshot of the Software is displayed as below and other Screenshots displayed in this Software Tutorial can help

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

Field Manager Mobile Worker User Guide for RIM BlackBerry 1

Field Manager Mobile Worker User Guide for RIM BlackBerry 1 Vodafone Field Manager Mobile Worker User Guide for RIM BlackBerry APPLICATION REQUIREMENTS Supported devices listed here o http://support.vodafonefieldmanager.com Application requires 600 KB of application

More information

Software Requirements Specification for POS_Connect Page 1. Software Requirements Specification. for. POS_Connect. Version 1.0

Software Requirements Specification for POS_Connect Page 1. Software Requirements Specification. for. POS_Connect. Version 1.0 Page 1 Software Requirements Specification for POS_Connect Version 1.0 1/9/2013 Page 2 Table of Contents Table of Contents Revision History 1. Introduction 1.1 Purpose 1.2 Document Conventions 1.3 Intended

More information

Set Top Box User Guide. Global Reach with a Local Touch

Set Top Box User Guide. Global Reach with a Local Touch Set Top Box User Guide Global Reach with a Local Touch Table of Contents REMOTE SET UP 3 SET TOP BOX DIAGRAM 4 SET TOP BOX SETTINGS 5 TURN ON/OFF 5 TV INPUT SETTINGS 5 ADJUSTING THE VOLUME 5 RESETTING

More information

1 Descriptions of Function

1 Descriptions of Function 1 Descriptions of Function Data Warehouse The Utility s e Version 3.0 April 26 th, 2010 This use case describes how the essential data elements are incorporated into The Utility s smart grid clearinghouse

More information

i -CEN S USER S Manual 2007. 08. 13.

i -CEN S USER S Manual 2007. 08. 13. i -CEN S i -CEN'S USER S Manual 2007. 08. 13. i -CEN S Table of Contents Overview of i-cen S software... 4 1 Introduction of i-cen S... 4 2 Key Features... 5 3 Key Benefits... 5 4 System Specification...

More information

Online Test Monitor Certification Course 2014-2015 Transcript

Online Test Monitor Certification Course 2014-2015 Transcript Online Test Monitor Certification Course 2014-2015 Transcript Slide # Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Minnesota Assessments Test Security Training for Districts and Schools Welcome

More information

Unified Messaging. User Guide

Unified Messaging. User Guide Unified Messaging User Guide Notice This user guide is released by Inter-Tel, Inc. as a guide for end-users. It provides information necessary to use Unified Messaging v2.2. The contents of this user

More information

USA Volleyball Scorer Test A

USA Volleyball Scorer Test A Exam Instructions and Information: Read each question thoroughly and answer each question on the attached answer sheet using current 2011-13 USA Volleyball Domestic Competition Regulations and the Scoring

More information

63720A IN I S N T S R T U R C U T C I T O I N B O O N B O O K O L K E L T E

63720A IN I S N T S R T U R C U T C I T O I N B O O N B O O K O L K E L T E 63720A INSTRUCTION BOOKLET 2-5 Wireless DS Single-Card Download Play THIS GAME ALLOWS WIRELESS MULTIPLAYER GAMES DOWNLOADED FROM ONE GAME CARD. 2-5 Wireless DS Multi-Card Play THIS GAME ALLOWS WIRELESS

More information

Fiery EX4112/4127. Printing from Windows

Fiery EX4112/4127. Printing from Windows Fiery EX4112/4127 Printing from Windows 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45083884 01 April 2009 CONTENTS 3 CONTENTS

More information

Rational Quality Manager. Quick Start Tutorial

Rational Quality Manager. Quick Start Tutorial Rational Quality Manager Quick Start Tutorial 1 Contents 1. Introduction... 2 2. Terminology... 3 3. Project Area Preparation... 4 3.1 Adding Users and specifying Roles... 4 3.2 Managing Tool Associations...

More information

SymbianGuru.com Your guru in mobile software. www.symbianguru.com. support@symbianguru.com. Call Recorder v 1.1. by Symbian Guru.

SymbianGuru.com Your guru in mobile software. www.symbianguru.com. support@symbianguru.com. Call Recorder v 1.1. by Symbian Guru. Call Recorder v 1.1 by Symbian Guru User Manual Index Index...2 General description...3 How to register Call Recorder...4 How to install Call Recorder...4 Working with Call Recorder...4 How to start...4

More information

Contributors: Revision History Version number. James Faucher Shawn Gieser Rebeka Halbert Mark Madolora

Contributors: Revision History Version number. James Faucher Shawn Gieser Rebeka Halbert Mark Madolora Project:Stock Trading System (STS) Team No.:Team 6 Class:CSE CSE 3310; Fall 2010 Module:System Requirements Analysis (SRA) Deliverable:SRA Document Version:[1.0] Date:10/14/2010 Contributors: James Faucher

More information

Drupal Survey. Software Requirements Specification 1.0 29/10/2009. Chris Pryor Principal Project Manager

Drupal Survey. Software Requirements Specification 1.0 29/10/2009. Chris Pryor Principal Project Manager Software Requirements Specification 1.0 29/10/2009 Chris Pryor Principal Project Manager Software Requirements Specification Survey Module Revision History Date Description Author Comments 5/11/2009 Version

More information

Helpful Links 8 Helpful Documents 8 Writing History 9 Pending Peer Reviews 9 Navigation Tabs 10 Changing Courses 10

Helpful Links 8 Helpful Documents 8 Writing History 9 Pending Peer Reviews 9 Navigation Tabs 10 Changing Courses 10 V7.30.15 2014 GETTING STARTED Table of Contents Welcome to WPP Online 3 WPP Online Welcome Page 3 Logging in to WPP Online 4 Changing your Password 5 Accessing your Courses 7 Selecting a Course 7 The Course

More information

one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT CHECKING ACCOUNT ACTIVITY

one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT CHECKING ACCOUNT ACTIVITY one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT Navigate to https://portal.priorityonenet.com/ and log in to the PriorityOne portal account. If you would like your web browser to keep you

More information

SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0

SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0 SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0 OCTOBER 28, 2001 REVISION CHART Version Primary Author(s) Description of Version Date Completed Draft Johnny

More information

Swirl. Multiplayer Gaming Simplified. CS4512 Systems Analysis and Design. Assignment 1 2010. Marque Browne 0814547. Manuel Honegger - 0837997

Swirl. Multiplayer Gaming Simplified. CS4512 Systems Analysis and Design. Assignment 1 2010. Marque Browne 0814547. Manuel Honegger - 0837997 1 Swirl Multiplayer Gaming Simplified CS4512 Systems Analysis and Design Assignment 1 2010 Marque Browne 0814547 Manuel Honegger - 0837997 Kieran O' Brien 0866946 2 BLANK MARKING SCHEME 3 TABLE OF CONTENTS

More information

Greetings Keyboard Mastery Keyboarding Students! Teacher: Mrs. Wright

Greetings Keyboard Mastery Keyboarding Students! Teacher: Mrs. Wright Greetings Keyboard Mastery Keyboarding Students! Teacher: Mrs. Wright You do NOT have to turn anything in I can see your scores and grades online in my Teacher Manager. Read this syllabus carefully! Step

More information

CM HOST CM CardTransporter Fuel Communication and Management Software 10.10.06 Software version up to 3.1

CM HOST CM CardTransporter Fuel Communication and Management Software 10.10.06 Software version up to 3.1 CM HOST CM CardTransporter Fuel Communication and Management Software 10.10.06 Software version up to 3.1 CM Host Manual For CardMaster Fuel Control www.cardlockvending.com customers call 888-487-5040

More information

DESIGN OF MOBILE APPLICATION FOR SCHEDULING APPOINTMENT WITH BANK PERSONNEL FOR BANKING SERVICES

DESIGN OF MOBILE APPLICATION FOR SCHEDULING APPOINTMENT WITH BANK PERSONNEL FOR BANKING SERVICES DESIGN OF MOBILE APPLICATION FOR SCHEDULING APPOINTMENT WITH BANK PERSONNEL FOR BANKING SERVICES INSTITUTE FOR DEVELOPMENT & RESEARCH IN BANKING TECHNOLOGY Hyderabad Submitted by: Karre Anil Computer Science

More information

City of De Pere. Halogen How To Guide

City of De Pere. Halogen How To Guide City of De Pere Halogen How To Guide Page1 (revised 12/14/2015) Halogen Performance Management website address: https://global.hgncloud.com/cityofdepere/welcome.jsp The following steps take place to complete

More information

Vmed QUICKSTART PC-DISPLAY INSTALLATION & PC-Display and Bluetooth Instructions

Vmed QUICKSTART PC-DISPLAY INSTALLATION & PC-Display and Bluetooth Instructions QUICKSTART PC-DISPLAY INSTALLATION & BLUETOOTH SETUP INSTRUCTIONS Vmed PC-Display and Bluetooth Instructions This is the Quick Start manual for PC-Display software. The complete software user manual for

More information

Customer Portal User Guide: Transition to Delegation

Customer Portal User Guide: Transition to Delegation NEW GTLD PROGRAM Customer Portal User Guide: Transition to Delegation Version 0.8 Table of Contents About this User Guide... 2 Introduction to the Customer Portal... 3 Logging in with your User Name and

More information

Scrum methodology report

Scrum methodology report Scrum methodology report Author: Tsholofelo Eunice Moitsheki Student number Tsholofelo Moitsheki (463642) Project Source and Documentation: http://kenai.com/downloads/dotsboxes/group%20report/dab5_scrum

More information

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin:

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin: CONTENT MANAGER GUIDELINES Content Manager is a web-based application created by Scala that allows users to have the media they upload be sent out to individual players in many locations. It includes many

More information

Multi Client (Integration)

Multi Client (Integration) Multi Client (Integration) Installation and User s Guide Ver 12.10.x *All contents of this document may change without prior notice. INDEX 1. Index 01 2. Introduction 02 3. Installation 03 4. Using Multi

More information

iloq P10S.10/20 Programming device User's Guide

iloq P10S.10/20 Programming device User's Guide iloq P10S.10/20 Programming device User's Guide CONTENTS CONTENTS... 2 GENERAL... 3 USING THE PROGRAMMING DEVICE... 5 Starting the programming device... 5 Programming of locks... 5 Programming of keys...

More information

Alber Training and Education Product Tutorial. Battery Monitor Data Manager Software (BMDM)

Alber Training and Education Product Tutorial. Battery Monitor Data Manager Software (BMDM) Alber Training and Education Product Tutorial Battery Monitor Data Manager Software (BMDM) 1 Tutorial Topics Introduction System Computers Battery Monitor Data Manager Software Overview String Status Screen

More information

CSSE 374 Software Architecture and Design I

CSSE 374 Software Architecture and Design I CSSE 374 Software Architecture and Design I Homework 4 Objective To apply what you have learned about UML Logical Architecture by:. Creating a preliminary Logical Architecture for the Dog-eDoctor System

More information

SharePoint Wiki Redirect Installation Instruction

SharePoint Wiki Redirect Installation Instruction SharePoint Wiki Redirect Installation Instruction System Requirements: Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License management: To upgrade from a trial license,

More information

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio This document contains instructions how you can obtain a free copy of Microsoft SQL 2008 R2 and perform the

More information

Dell OpenManage Mobile Version 1.4 User s Guide (Android)

Dell OpenManage Mobile Version 1.4 User s Guide (Android) Dell OpenManage Mobile Version 1.4 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

Using the T&D Thermo App with TR-7wf Data Loggers

Using the T&D Thermo App with TR-7wf Data Loggers Using the T&D Thermo App with TR-7wf Data Loggers T&D Thermo The T&D Thermo App from T&D Corporation can be used to accomplish a variety of functions with the TR-7wf Series of Wi-Fi enabled wireless Data

More information

Using Microsoft Photostory 3

Using Microsoft Photostory 3 Using Microsoft Photostory 3 David Jakes Instructional Technology Coordinator Community High School District 99 Downers Grove, IL 60563 PREP: On your machine, or network drive, create a folder or directory,

More information

Bangla Text Input and Rendering Support for Short Message Service on Mobile Devices

Bangla Text Input and Rendering Support for Short Message Service on Mobile Devices Bangla Text Input and Rendering Support for Short Message Service on Mobile Devices Tofazzal Rownok, Md. Zahurul Islam and Mumit Khan Department of Computer Science and Engineering, BRAC University, Dhaka,

More information

Test Specification. Introduction

Test Specification. Introduction Test Specification Introduction Goals and Objectives GameForge is a graphical tool used to aid in the design and creation of video games. A user with little or no experience with Microsoft DirectX and/or

More information

Moxi Whole Home HD DVR QUICK REFERENCE GUIDE

Moxi Whole Home HD DVR QUICK REFERENCE GUIDE Moxi Whole Home HD DVR QUICK REFERENCE GUIDE Let s get started with learning more about what your Moxi System can do. This is a quick reference guide to get you up and running. Contents: Menu Quick Look

More information

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW)

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Page 1 of 20 Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Document ID: 50036 Contents Introduction Prerequisites Requirements Components Used Network Diagram The Role of Switched

More information

CHARGE Anywhere. Mobile POS. User s Guide

CHARGE Anywhere. Mobile POS. User s Guide CHARGE Anywhere Palm Treo Mobile POS User s Guide 1 PURPOSE... 4 2 SCOPE... 4 3 DEFINITIONS... 4 3.1 Quick Sale... 4 3.2 Sale... 4 3.3 Auth Only... 4 3.4 Force... 4 3.5 Void... 4 3.6 Retry... 4 3.7 Return...

More information

Getting Started Guide: Transaction Download for QuickBooks 2009-2011 Windows

Getting Started Guide: Transaction Download for QuickBooks 2009-2011 Windows Getting Started Guide: Transaction Download for QuickBooks 2009-2011 Windows Refer to the Getting Started Guide for instructions on using QuickBooks online account services; to save time, improve accuracy,

More information

SYSTEMS AND SOFTWARE REQUIREMENTS SPECIFICATION (SSRS) TEMPLATE. Version A.4, January 2014 FOREWORD DOCUMENT CONVENTIONS

SYSTEMS AND SOFTWARE REQUIREMENTS SPECIFICATION (SSRS) TEMPLATE. Version A.4, January 2014 FOREWORD DOCUMENT CONVENTIONS SYSTEMS AND SOFTWARE REQUIREMENTS SPECIFICATION (SSRS) TEMPLATE Version A.4, January 2014 FOREWORD This document was written to provide software development projects with a template for generating a System

More information

Project: E290 - MOBILE COMMERCE APPLICATION DEVELOPMENT

Project: E290 - MOBILE COMMERCE APPLICATION DEVELOPMENT Undergraduate Research Opportunity Programme (UROP) Project: E290 - MOBILE COMMERCE APPLICATION DEVELOPMENT Supervisor Professor Kong Pe Hin Hinny Nanyang Technological University Email: ephkong@ntu.edu.sg

More information

UML TUTORIALS THE USE CASE MODEL

UML TUTORIALS THE USE CASE MODEL UML TUTORIALS THE USE CASE MODEL www.sparxsystems.com.au Sparx Systems 2004 Page 1/5 describes the proposed functionality of the new system. A Use Case represents a discrete unit of interaction between

More information

Arcade Game Maker Pedagogical Product Line: Marketing and Product Plan

Arcade Game Maker Pedagogical Product Line: Marketing and Product Plan Arcade Game Maker Pedagogical Product Line: Marketing and Product Plan Arcade Game Team July 2003 Unlimited distribution subject to the copyright. This work is sponsored by the U.S. Department of Defense.

More information

ICTICT403 Apply software development methodologies

ICTICT403 Apply software development methodologies ICTICT403 Apply software development Release: 1 ICTICT403 Apply software development Modification History Release Release 1 Comments This version first released with ICT Information and Communications

More information

RIMS. Restaurant Inventory Management System. ISDS 3100 Spring 2012. Creighton Boggs Rachel Bradley Jackson Greenwood Jimmy Lambert

RIMS. Restaurant Inventory Management System. ISDS 3100 Spring 2012. Creighton Boggs Rachel Bradley Jackson Greenwood Jimmy Lambert RIMS Restaurant Inventory Management System ISDS 3100 Spring 2012 Creighton Boggs Rachel Bradley Jackson Greenwood Jimmy Lambert 2012 INVENTORY MANAGEMENT SOLUTIONS 1 Executive Summary We at Inventory

More information

Software Requirements Specification. For. Attendance Tracking System, Release 1.0. Version 1.0

Software Requirements Specification. For. Attendance Tracking System, Release 1.0. Version 1.0 Software Requirements Specification For Attendance Tracking System, Release 1.0 Version 1.0 Prepared by Lee Bell, Graham Kennedy, Jonathan Loudin, Roger Seagle February 9, 2003 Table of Contents Table

More information

A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application

A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application K. Akhila 1 B. Prathyusha 2 M. PavanKumar 3 M. Amrutha 4 Research Scholar Research Scholar Research Scholar

More information

Screen Capture. User s Guide. For ClassPad Series. http://edu.casio.com. http://edu.casio.com/products/classpad/ http://edu.casio.

Screen Capture. User s Guide. For ClassPad Series. http://edu.casio.com. http://edu.casio.com/products/classpad/ http://edu.casio. For ClassPad Series E Screen Capture User s Guide CASIO Education website URL http://edu.casio.com ClassPad website URL http://edu.casio.com/products/classpad/ ClassPad register URL http://edu.casio.com/dl/

More information

User Manual. pdoc Pro Client for Windows. Copyright Topaz Systems Inc. All rights reserved.

User Manual. pdoc Pro Client for Windows. Copyright Topaz Systems Inc. All rights reserved. User Manual pdoc Pro Client for Windows Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents 1.0 The pdoc

More information

Windows Basics. Developed by: D. Cook

Windows Basics. Developed by: D. Cook Windows Basics Developed by: D. Cook User Interface Hardware and Software Monitor Keyboard Mouse User friendly vs. MS-DOS GUI (graphical user interface) Launching Windows 2000 (XP) CTRL-ALT-DEL Desktop

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

Mobile application development J2ME U N I T I I

Mobile application development J2ME U N I T I I Mobile application development J2ME U N I T I I Overview J2Me Layered Architecture Small Computing Device requirements Run Time Environment Java Application Descriptor File Java Archive File MIDlet Programming

More information

Upgrade Instructions. View Manager 96 v. 5.1. Software Upgrade

Upgrade Instructions. View Manager 96 v. 5.1. Software Upgrade WORLD LEADER IN ELECTRONIC SECURITY Upgrade Instructions View Manager 96 v. 5.1 1 Software Upgrade This software permits you to upgrade your VM96 version 3.x or 4.x system to the latest version of VM96

More information

Government of Saskatchewan Executive Council. Oracle Sourcing isupplier User Guide

Government of Saskatchewan Executive Council. Oracle Sourcing isupplier User Guide Executive Council Oracle Sourcing isupplier User Guide Contents 1 Introduction to Oracle Sourcing and isupplier...6 1.0 Oracle isupplier...6 1.1 Oracle Sourcing...6 2 Customer Support...8 2.0 Communications

More information

Smart Inventory Management System

Smart Inventory Management System Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2015 Smart Inventory Management System Ajay Akarapu Governors State University

More information

UNIVERSAL REMOTE CONTROL GUIDE

UNIVERSAL REMOTE CONTROL GUIDE UNIVERSAL REMOTE CONTROL GUIDE Service provided by We Keep You Connected Your new AT6400 AllTouch Infrared (IR) Universal Remote Control (remote) is a true universal remote, functioning as four remotes

More information

DVR GUIDE. Using your DVR/Multi-Room DVR. 1-866-WAVE-123 wavebroadband.com

DVR GUIDE. Using your DVR/Multi-Room DVR. 1-866-WAVE-123 wavebroadband.com DVR GUIDE Using your DVR/Multi-Room DVR 1-866-WAVE-123 wavebroadband.com Table of Contents Control Live TV... 4 Playback Controls... 5 Remote Control Arrow Buttons... 5 Status Bar... 5 Pause... 6 Rewind...

More information

Configuring Network Load Balancing with Cerberus FTP Server

Configuring Network Load Balancing with Cerberus FTP Server Configuring Network Load Balancing with Cerberus FTP Server May 2016 Version 1.0 1 Introduction Purpose This guide will discuss how to install and configure Network Load Balancing on Windows Server 2012

More information

User s Manual. Management Software for ATS

User s Manual. Management Software for ATS ATS Monitor User s Manual Management Software for ATS Table of Contents 1. ATS Monitor Overview... 2 2. ATS Monitor Install and Uninstall... 2 2.1. System Requirement... 2 2.2. Software Install... 2 2.3.

More information

vcenter Orchestrator Developer's Guide

vcenter Orchestrator Developer's Guide vcenter Orchestrator 4.0 EN-000129-02 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product

More information

KODI MEDIA CENTER GUIDE

KODI MEDIA CENTER GUIDE KODI MEDIA CENTER GUIDE FOR KANGAROO USERS Table of Contents 1. Disclaimer... 2 2. Introduction to Kodi... 3 3. Installing and Uninstalling Kodi on Your Kangaroo... 3 Installing Kodi on your Kangaroo...

More information

User experience storyboards: Building better UIs with RUP, UML, and use cases

User experience storyboards: Building better UIs with RUP, UML, and use cases Copyright Rational Software 2003 http://www.therationaledge.com/content/nov_03/f_usability_jh.jsp User experience storyboards: Building better UIs with RUP, UML, and use cases by Jim Heumann Requirements

More information

Online Timesheets User Guide - for Students -

Online Timesheets User Guide - for Students - Online Timesheets User Guide - for Students - Topics Include: Logging On Creating a New/Late Timesheet - Readme Notes - Warning ICONs Creating a Work Schedule - Readme Notes LOGGING ON: SITE URL: http://www.hawaii.edu/sece

More information

Xerox EX Print Server, Powered by Fiery, for the Xerox 700 Digital Color Press. Printing from Windows

Xerox EX Print Server, Powered by Fiery, for the Xerox 700 Digital Color Press. Printing from Windows Xerox EX Print Server, Powered by Fiery, for the Xerox 700 Digital Color Press Printing from Windows 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices

More information

File Tracking System

File Tracking System File Tracking System By Angus A. Brown & Lester Jno Baptiste **** Florida Atlantic University Department of Computer Science and Engineering 2008 Activity Diagrams New Client Lawyer Request s File Updating

More information

Getting Started Guide: Transaction Download for QuickBooks 2009-2011 Windows. Information You ll Need to Get Started

Getting Started Guide: Transaction Download for QuickBooks 2009-2011 Windows. Information You ll Need to Get Started Getting Started Guide: Transaction Download for QuickBooks 2009-2011 Windows Refer to the Getting Started Guide for instructions on using QuickBooks online account services; to save time, improve accuracy,

More information

Online Learning Management System Student Guide

Online Learning Management System Student Guide Welcome to the Vanguard Continuing Education Program. This tutorial will help you better understand the functionality of the system. If you have a question that is not answered here, please contact us

More information

11.4.5 Optional Lab: Install, Configure, and Partition a Second Hard Drive in Windows Vista

11.4.5 Optional Lab: Install, Configure, and Partition a Second Hard Drive in Windows Vista 11.4.5 Optional Lab: Install, Configure, and Partition a Second Hard Drive in Windows Vista Introduction Print and complete this lab. In this lab, you will change the boot order, install a second hard

More information

Select the Crow s Foot entity relationship diagram (ERD) option. Create the entities and define their components.

Select the Crow s Foot entity relationship diagram (ERD) option. Create the entities and define their components. Α DESIGNING DATABASES WITH VISIO PROFESSIONAL: A TUTORIAL Microsoft Visio Professional is a powerful database design and modeling tool. The Visio software has so many features that we can t possibly demonstrate

More information

Ariba Sourcing Getting Started Guide for Suppliers

Ariba Sourcing Getting Started Guide for Suppliers What is the Ariba Commerce Cloud? The Ariba Commerce Cloud is your entry point to all of your seller solutions with Ariba. Rather than managing multiple login IDs for multiple customers sites, you will

More information

LOREX CLIENT 2.2 Integrated Remote Agent Software

LOREX CLIENT 2.2 Integrated Remote Agent Software LOREX CLIENT 2.2 Integrated Remote Agent Software Instruction Manual English Version 1.0 MODEL: L15LD420 / L17LD420 Series Copyright 2008 LOREX Technology Inc. www.lorexcctv.com Table of Contents Table

More information

genie app and genie mobile app

genie app and genie mobile app genie app and genie mobile app User Manual 350 East Plumeria Drive San Jose, CA 95134 USA June 2012 202-10933-02 v1.0 2012 NETGEAR, Inc. All rights reserved No part of this publication may be reproduced,

More information

Avaya Modular Messaging Microsoft Outlook Client Release 5.2

Avaya Modular Messaging Microsoft Outlook Client Release 5.2 Avaya Modular Messaging Microsoft Outlook Client Release 5.2 Important: Instructions in this guide are applicable only if your message store is the Avaya Message Storage Server (MSS) or Microsoft Exchange

More information

Table of Contents. FiOS TV Remote DVR

Table of Contents. FiOS TV Remote DVR Table of Contents GETTING STARTED... 3 COMMON TERMS...3 REQUIREMENTS... 3 ACCESSING FIOS TV... 4 Obtaining an Authorization Code... 5 ON DEMAND... 6 ACCESSING ON DEMAND... 6 BROWSING AND BOOKMARKING VIDEOS...

More information

Using Microsoft Photostory 3

Using Microsoft Photostory 3 Using Microsoft Photostory 3 David Jakes Instructional Technology Coordinator Community High School District 99 Downers Grove, IL 60563 PREP: On your machine, or network drive, create a folder or directory,

More information

TOSHIBA GA-1310. Printing from Windows

TOSHIBA GA-1310. Printing from Windows TOSHIBA GA-1310 Printing from Windows 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45081979 04 February 2009 CONTENTS 3 CONTENTS

More information

Script for Administering Computer-Based Tests. Polk County Midterm and Final Exams

Script for Administering Computer-Based Tests. Polk County Midterm and Final Exams Script for Administering Computer-Based Tests Polk County Midterm and Final Exams Revised 08/2016 During the test session, remember the following: Ensure that all documented student testing accommodations

More information

Multi Factor Authentication

Multi Factor Authentication Multi Factor Authentication User Guide Release 5.0 1/5/11 Original Publication 03/08 Latest Revisions 02/09 05/09 11/09 01/10 05/10 01/11 If you have any comments about this document, please send them

More information

Automated Inventory System

Automated Inventory System Automated Inventory System User Manual Developed by USDA Food and Nutrition Service June 2009 (Incomplete) Table of Contents Welcome Menu Client Services Report System Inventory System Operations Tailgate

More information

5. Tutorial. Starting FlashCut CNC

5. Tutorial. Starting FlashCut CNC FlashCut CNC Section 5 Tutorial 259 5. Tutorial Starting FlashCut CNC To start FlashCut CNC, click on the Start button, select Programs, select FlashCut CNC 4, then select the FlashCut CNC 4 icon. A dialog

More information

Desktop Reference Guide

Desktop Reference Guide Desktop Reference Guide 1 Copyright 2005 2009 IPitomy Communications, LLC www.ipitomy.com IP550 Telephone Using Your Telephone Your new telephone is a state of the art IP Telephone instrument. It is manufactured

More information

Operating Manual QUESTOR

Operating Manual QUESTOR QUESTOR AS 273 Management Software Document: KSW3s527.0004 / en 2010.08 Edition: August 2010 QUESTOR TABLE OF CONTENT 1 Product description EN-4 1.1 Purpose... EN-4 1.2 System components... EN-4 1.2.1

More information

Modifier with Visual Basic with Applications (VBA) in Microsoft Dynamics GP 9.0

Modifier with Visual Basic with Applications (VBA) in Microsoft Dynamics GP 9.0 Modifier with Visual Basic with Applications (VBA) in Microsoft Dynamics GP 9.0 8520: Modifier with VBA in Microsoft Dynamics GP 9.0 (3 Days) About this Course The three-day Microsoft DynamicsT GP Modifier

More information

Passport installation Windows 8 + Firefox

Passport installation Windows 8 + Firefox Passport installation Windows 8 + Firefox OS Version Windows 8 System Type 32-bit and 64-bit Browser name & version Firefox 23 Before you begin Check you have Anti Virus software installed on your computer

More information

Product Version 1.0 Document Version 1.0-B

Product Version 1.0 Document Version 1.0-B VidyoDashboard Installation Guide Product Version 1.0 Document Version 1.0-B Table of Contents 1. Overview... 3 About This Guide... 3 Prerequisites... 3 2. Installing VidyoDashboard... 5 Installing the

More information

Mastertech Diagnostic Software Frequently Asked Questions

Mastertech Diagnostic Software Frequently Asked Questions Mastertech Diagnostic Software Frequently Asked Questions Version 1.8 02 February 2010 Table of Contents MDS USER INTERFACE - OVERVIEW... 2 HARDWARE AND O/S REQUIREMENTS... 2 HARDWARE AND O/S REQUIREMENTS...

More information

UFR II Driver Guide. UFR II Driver Ver. 2.20 ENG

UFR II Driver Guide. UFR II Driver Ver. 2.20 ENG UFR II Driver Guide UFR II Driver Ver. 2.20 Please read this guide before operating this product. After you finish reading this guide, store it in a safe place for future reference. ENG 0 Ot UFR II Driver

More information

3D Android game Hide-n-Seek

3D Android game Hide-n-Seek International Journal of Computer Sciences and Engineering Open Access Technical Paper Volume-4, Issue-4 E-ISSN: 2347-2693 3D Android game Hide-n-Seek Sanket Tilotkar 1, Mehul Makwana 2, Siraj Sayyed 3

More information

Leica ScanStation P20 Remote Control via Android Device

Leica ScanStation P20 Remote Control via Android Device Prerequisite Leica ScanStation P20 with FW 1.20.295 or higher installed Android device with free app e.g Remote RDP Lite installed No additional external hardware needed 2 Select WiFi settings on scanner

More information

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report Xerox Multifunction Devices Customer Tips March 15, 2007 This document applies to these Xerox products: X WC 4150 X WCP 32/40 X WCP 35/45/55 X WCP 65/75/90 X WCP 165/175 X WCP 232/238 X WCP 245/255 X WCP

More information

STOCK MARKET INVESTMENT FANTASY LEAGUE

STOCK MARKET INVESTMENT FANTASY LEAGUE 16:332:567 - Software Engineering I STOCK MARKET INVESTMENT FANTASY LEAGUE REPORT 3 Group 6 Jia Ding Nikhila Lavu Pratyusha Nandamuri Vaishnavi Kakumani Zhiyue Wang Date of Submission: 12/14/2011 1 1.

More information

Create a Project Site in Sakai

Create a Project Site in Sakai Anyone with a Loyola UVID can create project sites in Sakai for collaborative work with colleagues inside and outside the University. Follow these steps to create a project site in Sakai: 1. Login to Sakai

More information