You are on page 1of 10

SYNOPSIS

OF
LAB AUTOMATION
SYSTEM
for
MINI PROJECT II
(2016-17)

By

Rishabh Jain(141500324)
Shubhanjali Poddar(141500418)
Sunny Arora(141200374)

Under Guidance of

Mr. Ambrish Gangal


labControl

Contents

Made in LATEX2e ii
Declaration iii

Abstract iv

Mini Project 1
0.1 Group Information . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
0.2 Project Proposal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
0.2.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
0.2.2 Goals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
0.2.3 Deliverables . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
0.2.4 Knowledge Areas Needed for Project . . . . . . . . . . . . . 2
0.3 Broad Requirements . . . . . . . . . . . . . . . . . . . . . . . . . .
0.3.1 Functional Requirements . . . . . . . . . . . . . . . . . . . . 2
0.3.2 Non-Functional Requirements . . . . . . . . . . . . . . . . . 2

The Lab Automation System i


labControl

Made in LATEX2e

The Lab Automation System ii


labControl

Declaration

All sentences or passages quoted in this project dissertation from other peoples work
have been specifically acknowledged by clear cross referencing to author, work and
page(s). I understand that failure to do this amounts to plagiarism and will be
considered grounds for failure in this module and the degree examination as a whole.

Name Course/Ye Section Roll No.


ar
Rishabh Jain B.Tech/3rd A 39
Shubhanjali Poddar B.Tech/3rd A 49
Sunny Arora B.Tech/3rd A 53

Signed:

Date:
The Lab Automation System iii
labControl

Abstract

A simple application that can be used to help with monitoring student activities while
doing practical/online exams. It is up to the web administrator what kind of access
control to employ and to what extent.

The Lab Automation System iv


labControl

Mini Project

0.1 Group Information


The mini project consists of following members, in the alphabetical order,
1. Rishabh Jain : responsible for the design and implementation of the backend for
the proposed program.
2. Shubhanjali Poddar : responsible for the design and implementation of the
graphical user interface of the proposed computer program
3. Sunny Arora : responsible for the design and implementation of the backend for
the proposed program.

0.2 Project Proposal

0.2.1 Overview
Computer labs at the universities are used in three general situations: practical
demonstrations, individual work by students on projects and conducting exams.
Depending on the special use-cases for each situation, different access permissions
are required, different network setup is required, access to online resources should be
permitted/denied. This project application enables the admin to control and restrict the
specific activities and network access to specific destinations; and also, enables to
monitor students activities and helps to react on non-ethical conduct in a timely
manner. This project also provides a common platform to all user in a lab to share
important lab files/manuals with access only as provided by admin.

0.2.2 Goals
To determine the feasibility and, if feasible, the computational requirements to manage
labs properly. This project also provides a common platform to all user in a lab to share
important lab files/manuals with access only as provided by admin.

The Lab Automation System 1


labControl

0.2.3 Deliverables
An interface:
capable of getting record of Client Activities.
that allows client to submit resources to admin and admin to share his/her
resources with clients.

0.2.4 Knowledge Areas Needed for Project


Software engineering
Java Server Pages(JSP)
Java Programming language
Knowledge of Java RMI.

0.3 Broad Requirements

0.3.1 Functional Requirements


Ability to Monitor Clients activities.
Ability for admin to share resources with multiple clients.
Ability for clients to submit their resources to admin(if required).

0.3.2 Non-Functional Requirements


Interface that provides admin the power to restrict client to use computer for work
desired by admin only.

The Lab Automation System 2

You might also like