Railway Storage Security System

Railway Storage Security System

A PIN protected Storage at your fingertips...

Railway Storage Security System

Railway Storage Security System

A PIN protected Storage at your fingertips...

The problem Railway Storage Security System solves

As you all know there has been an increase in larceny so here we are with our product RSSS(Railway storage security system).
It is a smart locker which open only with a password which the user has been provided with ticket.
A user will be provided 4 attempts after that alarm will go off.
The unique password will be given to user only so it adds a extra security to luggage of users.

Challenges we ran into

First we decided to fetch and compare password with the memory addresses but in that case we were facing problem in module instantiation. After sorting out the module instantiation problem we were jumbled into the test bench. Throughout the entire 36 hours of hackathon we were making silly errors in anxiety like writing incorrect spellings and expect to get correct output. After all of this mistakes we finally concluded that will have a fixed password for each seat and according to that we designed FSM. During Designing FSM we designed the machine based Mealy type, but during test bench, we again faced certain lock opening problems, then We changed our system to Moore Machine, and redesigned the state diagrams and Wrote the code for it. And After This we wrote the test bench code and completed testing the code successfully

Discussion