0% found this document useful (0 votes)
19 views16 pages

ITPHP09

The document proposes an online parking space sharing mechanism that incentivizes sharing private parking spots during idle timeframes while protecting user location privacy. A novel location privacy-preserving incentive scheme is proposed where the parking spot sharing problem is formalized as a two-sided market optimization problem. Novel utility-based rules are designed to determine winners, payments, and reimbursement. Winners are matched by solving a mixed integer nonlinear program to minimize distance between user destination and assigned spot, while differentially private Laplace noise protects user location privacy. The proposed system is evaluated against benchmarks and shown to achieve good performance on social welfare, supplier satisfaction, privacy preservation, and computation overhead, while reducing travel distances for users.

Uploaded by

monishar9895
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views16 pages

ITPHP09

The document proposes an online parking space sharing mechanism that incentivizes sharing private parking spots during idle timeframes while protecting user location privacy. A novel location privacy-preserving incentive scheme is proposed where the parking spot sharing problem is formalized as a two-sided market optimization problem. Novel utility-based rules are designed to determine winners, payments, and reimbursement. Winners are matched by solving a mixed integer nonlinear program to minimize distance between user destination and assigned spot, while differentially private Laplace noise protects user location privacy. The proposed system is evaluated against benchmarks and shown to achieve good performance on social welfare, supplier satisfaction, privacy preservation, and computation overhead, while reducing travel distances for users.

Uploaded by

monishar9895
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

WHERE AM I PARKING: INCENTIVE

ONLINE PARKING-SPACE SHARING


MECHANISM WITH PRIVACY
PROTECTION
ABSTRACT
Sharing private parking spots during their inert time-frames has indicated an incredible
potential for tending to metropolitan gridlock and ill-conceived stopping issues in brilliant
urban areas. In this article, planning to address the internet parking spots sharing issue while
guaranteeing the protection of client stopping objective areas, we propose a novel objective
privacy-preserving internet stopping sharing motivator plot. Specifically, the internet
parking spot sharing issue is formalized as a social government assistance expansion issue
in a two-sided market, where parking spot suppliers and clients are viewed as dealers and
purchasers. At that point, novel limit esteem based standards are intended to decide champs,
installments, also, repayment. At last, champs are coordinated by explaining a blended
whole number nonlinear programming issue, planning to limit the separation between the
client's objective and allotted parking spot. Furthermore, the area protection of the
client’s objections is ensured by the Laplace component. We demonstrate that accomplishes
a few monetarily viable properties what's more, rough differential protection. We examine
the upper bound of the productivity loss of our plan. Broad assessment results exhibit that
our plan cannot just accomplish great execution with respect to social government
assistance, Supplier fulfillment proportion, protection conservation, and calculation
overhead yet, in addition, prompts more limited travel separations for clients contrasting
with the benchmark plot.
EXISTING SYSTEM
We presently model the internet parking spot sharing issue as a two-sided
market, where the PSPs go about as venders and the PSCs go about as purchasers.
The market will be set off when there are purchasers and dealers all the while. The
framework works in a period opened style. The time allotment is set by the
representative, and in this article, we consider the schedule opening is 60 minutes.
Likewise, the PSPs and the PSCs can show up and withdraw from the market
progressively, without advance information on the bartering.
Disadvantages:
 It is not represent clearly.
 It is does not have authorized parking slots.
 It is so complex to use.
 It does not have reserved for particular timing.
PROPOSED SYSTEM
The current works, in this article, we have made the accompanying commitments.
We built up a brought together online motivator instrument intended for the parking
spot sharing business sector that secures the area protection of PSC objective. A
limit value rule was examined and applied for champ and installment assurance.
Besides, a blended whole number nonlinear programming issue was formalized to
coordinate winning PSPs and PSCs by limiting the movement separation between
the designated parking spot and the objective PSC objective. Effectiveness
investigation was led to demonstrate that the proposed plan's productivity
misfortune is well limited. At last, our planned plan was contrasted and agent gauge
plans.
Advantages:
 It is representing clearly with maps.
 It has authorized parking slots with authorized address.
 It is so easy to use with simple UI.
 It has reserved for particular timing.
SYSTEM REQUIREMENTS
HARDWARE
PROCESSOR : Intel Core i3.
RAM : 4 GB
MONITOR : 15” COLOR
HARD DISK : 25 GB

SOFTWARE
Front End : HTML, BOOTSTRAP, JAVASCRIPT
Back End : MYSQL, PHP
Operating System : Windows 07
Software : NOTEPAD, XAMPP SERVER
ARCHITECTURE DIAGRAM:
MODULES:
Login /registration- Module.
Admin Module.
User Module.
Owner Module.
Parking zone Module.
MODULES DESCRIPTION:
Login /registration- Module:
Registration module is used to register the details about the user. That
contain create a unique name and password. That also needs a full name of user and
email id of user for authentication.
The basic module login is used to web page. The module has username and
password. That will be verified with database and allow to login to the web page.
Admin–Module:
This module is used to verify the user, its helps to prevent from the unauthorized
problems. Admin add the owners for the parking availability.
MODULES DESCRIPTION:
User-Module:
The user module is used to reserve the parking slots for their purpose
and required timing. User can pay the payment for their reserving parking
slot, it helps reduce the time and traffic in public place.
Owner-Module:
The purpose of owner module is post the availability of their parking areas and
allots the parking slot for the specified pre-booking user. Owner can receive the
payments from user for reserved parking slots.
MODULES DESCRIPTION:
Parking zone -Module:
This module is used to get the get the details of parking slots from the owners
and show the parking slots to the users. They can see the empty parking slots
whenever chosen areas.
Payment Module:
The payment module is used to user pay the deserved amount for the selected
parking slots.
DATA FLOW DIAGRAM:
LEVEL 0:
DATA FLOW DIAGRAM:
LEVEL 1:
DATA FLOW DIAGRAM:
LEVEL 2:
TABLE DESIGN:
USER:
Column Name Data Type Constraints
id integer Primary key
User Name varchar Not null
Password varchar Not null
E-mail varchar Not null
Phone Number integer Not null

OWNER:

Column Name Data Type Constraints


id integer Primary key
User Name varchar Not null
Password varchar Not null
E-mail varchar Not null
Phone Number integer Not null
Status varchar Not null
Address varchar Not null
No of plots integer Not null
Plot Available Array Not null
TABLE DESIGN:
PAYMENTS:

Column Name Data Type Constraints


Payment-id Integer Primary key
Address Varchar Not null
Plot varchar Not null
Status varchar Not null
Vehicle Model varchar Not null
Vehicle varchar Not null
Plot Number integer Not null
E mail varchar Not null
Account number integer Not null
Plot Available varchar Not null
Starting time varchar Not null
Ending time varchar Not null
Payment Varchar Not null
TABLE DESIGN:
ADMIN:

Column Name Data Type Constraints


id integer Primary key
User Name varchar Not null
Password varchar Not null

You might also like