SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023
DOI: 10.5121/iju.2023.14201 1
AN INTERNET OF THINGS BASED VEHICLE PERMIT
VERIFICATION SYSTEM WITH DIGITAL DEVICE FOR
TIMBER TRANSPORTATION
Daminda Herath1
and Kasun Sandaruwan2
1
Faculty of Information Technology Horizon Campus, Malabe, Sri Lanka
2
DirectPay, Colombo, Sri Lanka
ABSTRACT
The vehicle permit system enables any person to obtain permission to transport timbers around Sri Lanka.
The persons can apply for vehicle licenses/permits via the forest department and verify them by the police.
It has been realized that the vehicle verification process is still done by stopping vehicles by local police
officers. The process of applying for licenses/permits is still done by visiting the divisional forest office, and
the records are maintained paper-based. This paper presents a novel concept for an Online real-time
permit verification system for Sri Lanka, and there is no ongoing system or architecture to do this concept
up to now. Two digital devices and a web portal were used for this concept to become a reality. Once
devices are powered ON, complete permit verifications can be automatically recorded into the web portal.
For example, if there is a police checkpoint with a checking device and a vehicle arriving towards the
checkpoint that has a vehicle device powered ON, once the vehicle reaches a 50m radius area, it transmits
a signal to the checkpoint device. With that signal, police officers can identify whether the arriving vehicle
has a valid permit. Also, they can get a fully detailed view of the permit. The permit issuing and verification
portal were hosted in a live environment and ready to receive signals from verification units in real-time.
Further development of this system uses the blockchain concept to share and save details among vehicles.
KEYWORDS
digital device, internet of things, nodeMCU 8266, radiofrequency identification, permit verification
1. INTRODUCTION
In this century, every manual system is converting to online-based smart systems. It helps to gain
faster and more accurate data handling, sharing, and verifications using IT services. In Sri Lanka,
it can identify steps to start IT-based solutions in government agencies such as the health,
education, agriculture, and banking sectors[1]. But the permitting/licensing and verification
methods are not yet upgraded with a considerable percentage of online services. Many agencies
issue digital cards for permits and verification, and no proper verification devices are used
practically. Using online-based verification systems may increase efficiency with time and cost
rather than handling manual document-based systems; considering the pandemic, there is a risk
with handling paper-based manual document verification. Using an online system can reduce
human resources for the verification process and helps maintain records using the blockchain
concept. This study focused on solving major issues in manual paper-based permit verification
systems.
International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023
2
The forest departments in Sri Lanka are responsible for issuing permits/licenses for the timbers
belonging to the group of prohibited species [2], and the Sri Lankan police department is
responsible for identifying illegal timber transportation cases. But both departments use manual
systems and are not linked with one another. For example, to transport timbers, an owner needs to
get a permit from the forest department, and the verification process should be done by the police
officer [3]. That verification process is based on paper-based manual verification and can not
check with the original source of the forest department. Therefore, transporters must stop twice to
three times for the permit checking process in their routing schedule. Using the proposed system
with IoT digital devices helps to reduce permit verification time. Considering the current global
pandemic, social distancing is an effective method to avoid spreading the virus. This study also
aims to show how officers can check the license/permit documents of transport vehicles without
using paper documentation. Using the digitized system for this process helps to avoid spreading
viruses. Furthermore, some long-distance vehicles that carry timbers have to spend a minimum of
twenty minutes verifying the documents with one checking spot. This system helps to reduce
time as well as health assurance.
2. LITERATURE REVIEW
In order to get knowledge about verification systems and their technologies, a few publications
were studied. According to our findings, the researchers developed systems to verify licenses,
vehicles, and students’ attendance. More researchers used Radio-frequency identification (RFID)
technology with or without the Internet of Things (IoT) platform to implement their works. Here,
the following publications were reviewed to identify the solution for the permit verification
system.
Alen Samuel and Shoney Sebastian [3] designed an automated vehicle checking system for the
motor vehicle department in India. This system introduced two radio frequency (RF) based
devices. One RF device had an RFID tag fitted with the vehicle, and another RF device was
placed nearby the road checking area. Using this RFID technology, the authors suggested an
algorithm to automate the verification process of the vehicle documents like registration of
certificates, echo tests, and insurance with the help of an IoT platform.
Uma Kandhikonda [4] proposed an IoT-based device to verify the vehicle's registration and
authentication of the user license. This publication used an IoT platform to centralize vehicle and
license details. RFID tags were attached to the vehicle, and an RF reader was used to detect the
tags. For authentication purposes, a fingerprint module and sound alarm were used. To
implement a prototype, all components are connected to an Arduino board.
Shoewu et al. [5] designed an RFID-based device to verify students’ identification at the
classroom entrances. This device was developed to gather students’ attendance records for further
analysis. The RFID tag can be included in the student ID. The RF readers were placed in the
classroom; when an RF tag passes through its vicinity, the readers scan its existence, fetch its
unique serial number, and send this code into the microcontroller, which matches the correct
student.
3. METHODS
The research design of the proposed system has two major parts: hardware and software design.
In hardware design, two digital device units were designed using microcontrollers, a 433Mhz
RFID transmitter, receiver, RFID reader module, and RFID tags [6] for vehicle and spot
verification. Software design included the programming code written in Arduino language and
International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023
3
uploaded in the microcontroller. A PHP language-based web portal was developed to handle
timber license/permit registration and show vehicle verification status.
The mentioned components were interconnected with radio signals and one micro-controller
device also had the capability to connect with the Thingspeak online platform and send data
through the internet. In case the verification process started from both devices reaching the data
transferable range, the vehicle device started sending the unique RFID card permit data attached
to the device. Once the spot verification unit received that data from the incoming vehicle, that
permitted data upload to the online platform. The last verification process was validating permit
data with the forest department database.
Vehicle Unit
This unit consists of an Arduino UNO microcontroller, and a 433 MHz transmitter was placed
inside the vehicle. The owner/driver had an issued license/permit card (RFID card) that should be
inserted into the unit. Once the driver inserts the card into the unit, it transmits permit card data
via radio frequency. According to the selected transmitter, the data is transmitted for a 50m
radius. Figure 1 presents the vehicle unit.
Figure. 1. Vehicle unit
Spot Verification Unit
This device used a 433 MHz receiver and a node MCU 8266 microcontroller. It is connected to
Wi-Fi or a hotspot. When the device was powered on, it could receive RFID data sent from the
vehicle device arriving at the checkpoint. If there was an activity feed with the vehicle device, the
receiving RFID number was sent to the web portal. The checkpoint officer was able to check
incoming vehicles' license/permit details. Figure 2 illustrates the spot verification unit.
Figure. 2. The spot verification unit
International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023
4
Web Portal
The sensor data (RFID number) was transmitted to the cloud-based Things peak Platform via a
Wi-Fi or hotspot connection by the spot verification unit. The data was then retrieved using APIs
for a PHP-based web portal. A MySQL database was used to store sensor data as well as
information about licenses and permits. Figure. 3 provides the system architecture of the web
portal. Spot checkers from the police department and authorized users from the forest department
could use the login portal page to get into the system. It shows up in Figure 4.
Figure 3. The system architecture of the web portal
Figure 4. The system using the login portal page The function of each hardware and software requirement
is explained in Table 1.
International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023
5
Table 1. Hardware and software requirements
No Name Function
Hardware
1 NodeMcu ESP8266 A controller of spot verification unit and to
connect with IoT
2 Arduino UNO A controller of vehicle unit
3 433 MHz Transmitter and Receiver Send and receive RFID number
4 433 MHz Antena Increase frequency range
5 RFID Reader Module Read RFID number
6 RFID Tag Card Store RFID number
7 Jumper Wires Connect components
Software
8 Thingspeak Store sensor data in cloud
9 Arduino IDE Write and test programs for microcontrollers
10 XAMMP (Apache, MySQL, PHP) Develop the web portal
Figure 5 shows the schematic diagrams. It displays the connection of the components to the
microcontrollers that were used. Figure 6 shows the experimental setup for the vehicle and spot
verification unit.
Figure 5. The schematic diagrams
International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023
6
4. RESULTS
Figure 6. The experimental setup
The proposed system has two parts: the hardware (the vehicle device and the spot verification
units) and the software (the web portal). This section discusses the tests that were done on
different parts and the overall performance of the system.
Once the vehicle device and spot verification unit were powered on with active broadcasting data
(the vehicle had reached a 50-meter area),
Firstly, the hardware part was tested. Then, the output appears on the Arduino IDE serial
monitors as Figure 7. It depicts data transmission (e.g., RFID tag: 39455552) from the vehicle
device and data reception into the spot verification unit.
Figure 7. Arduino IDE serial monitors with transmitting and receiving data
Secondly, the entire system, including the connectivity of the web portal, was tested. The spot
verification officer can log in to the system dashboard, and the following results of the incoming
active feed are shown in Figure 8 (e.g., RFID tag: 60435711).
International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023
7
Figure 8. Incoming active license feed
Furthermore, Figure 9 illustrates that authorized users can log in to the system dashboard and
manage the license/permit registrations and check feeds.
Figure 9. Dashboard of web portal
Finally, the following performance testing scenarios were performed on the IoT framework:
● Device-to-device communication (Vehicle device to Spot verification process)
● Device-to-server communication (Spot verification device to Thingspeak )
● Server-to-server communication (Thingspeak to web portal )
● Network bandwidth, latency, and packet loss
Based on the above scenarios, the following goals were used to test performance test cases:
International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023
8
Table 2. Time taken to scan and send permit card data from vehicle device
Test Conditions Output specification Optimal
The time taken to fetch RFID data
to a microcontroller—Vehicle
vehicle unit
The time taken to fetch data from an RFID
card using an RFID sensor is less than 50 ms.
True
The time taken to send RFID data to
the spot verification unit receiver.
(without a signal booster antenna).
The time taken to send data through the
radiofrequency channel to the spot
verification unit is less than 50 ms. (without
signal booster antenna. – Test environment
2m distance)
True
Table 3. Time taken to get transmitter data using a receiver and send it to Thingspeak
Test Conditions Output specification Optimal
The time taken to get transmitter
data.
The time taken to get data from the 433
MHz transmitter is less than 10
seconds.
True
The time taken to send RFID data to
Thingspeak's server.
The time taken to fetch from the
receiver and send to the Thingspeak
server is less than 5 seconds.
True
Table 4. Time taken to send Thingspeak server data to web portal
Test Conditions Output specification Optimal
The time taken to send
Thingspeak server data to the
web portal.
The time taken to send data from the
Thingspeak server to the web portal is
less than 5 seconds.
True
Table 5. Time taken to fetch data from Thingspeak API and display License data
Test Conditions Output specification Optimal
It took a while to get data from the
API and check it against the license
table in the database.
It takes less than 10 seconds to get data
from the API and check it against the
database's issued license table.
True
5. DISCUSSION
Based on the results, both the vehicle device and the spot verification unit can check a vehicle's
permit from up to 50 meters away. The web portal shows incoming feeds that officers can use to
check the details of a vehicle on the spot. Lastly, the performance test shows how quickly the
verification process works when hardware and software parts talk to each other. The most
important thing that this research has given us is the ability to write the functional codes that
allow the microcontrollers and web portals to talk to each other. This system can speed up the
verification process while keeping government workers and the public safe and reducing health
risks [6].
International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023
9
There are some limitations related to the system. This experiment is done in a testing
environment. It has been suggested that testing could be done on the side of the road, where there
is real traffic. The Internet facility is a significant factor. Therefore, the verification devices must
be installed within the Internet coverage area. Also, government officers and the general public
need training to use this system.
6. CONCLUSION
In this study, an IoT platform, microcontrollers, and RFID technologies were used to design and
build a vehicle permit verification system for transporting wood. It is a new way to scan vehicle
permit data. This system is made up of digital device units that are cheap and use little energy, so
they can work all the time. In Sri Lanka, there is no digitalized verification system for this field.
This system enables smart technology to be used for permit verification. The verification process
can be completed quickly and without stopping vehicles. Also, it helps protect government
workers and citizens by allowing them to work at a distance during a pandemic.
Many future improvements include
● Verify all license types related to driving, such as driving licenses, revenue licenses, and
insurance details.
● Use signal booster antenna to increase distance range.
● Connecting GPS to the vehicle unit will help track the vehicle.
● Check the integrity of verification reports by using blockchain technology.
ACKNOWLEDGEMENTS
The authors would like to thank the people who work at Horizon Campus and the students who
helped them finish this research.
REFERENCES
[1] S. Rainford, "e-Sri Lanka: An Integrated Approach to eGovernment Case Study", Unapcict.org, 2006.
[Online]. Available: https://www.unapcict.org [Accessed: 23- Jun- 2022].
[2] "The Government Information Center", Gic.gov.lk, 2022. [Online]. Available:
https://gic.gov.lk/gic/index.php/en/component/info/?id=1159&catid=70&task=info. [Accessed:
26Jun- 2022].
[3] A. Samuel and S. Sebastian, "An algorithm for IoT based vehicle verification system using RFID",
International Journal of Electrical and Computer Engineering (IJECE), vol. 9, no. 5, p. 3751, 2019.
Available: 10.11591/ijece.v9i5.pp3751-3758 [Accessed 23 June 2022].
[4] U. Kandhikonda, "IoT Based Vehicle and License Authentication Device", SSRN Electronic Journal,
2021. Available: 10.2139/ssrn.3904851 [Accessed 02 July 2022].
[5] P. Engr O Shoewu, "Design and Implementation of an Rfid Based Automated Students Attendance
System R BASAS", Academia.edu, 2022. [Online]. Available:
https://www.academia.edu/en/15362853/Design_and_Implementation_of_an_Rfid_Based_Automate
d_Students_Attendance_System_R_BASAS. [Accessed: 31- July- 2022].
[6] Prema.S, Mohamed Riyas Deen V.S., Murali Krishna V.P., Praveen.S, “Vehicle And License
Authentication Using FingerPrint”, 2019 5th International Conference on Advanced Computing &
Communication Systems (ICACCS 2019).

More Related Content

Similar to AN INTERNET OF THINGS BASED VEHICLE PERMIT VERIFICATION SYSTEM WITH DIGITAL DEVICE FOR TIMBER TRANSPORTATION

Secured e-payment system based on automated authentication data and iterated ...
Secured e-payment system based on automated authentication data and iterated ...Secured e-payment system based on automated authentication data and iterated ...
Secured e-payment system based on automated authentication data and iterated ...TELKOMNIKA JOURNAL
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
Electronic Passport Verification System using IOT
Electronic Passport Verification System using IOTElectronic Passport Verification System using IOT
Electronic Passport Verification System using IOTIRJET Journal
 
CloudPass – a passport system based on Cloud Computing and Near Field Communi...
CloudPass – a passport system based on Cloud Computing and Near Field Communi...CloudPass – a passport system based on Cloud Computing and Near Field Communi...
CloudPass – a passport system based on Cloud Computing and Near Field Communi...cscpconf
 
IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)IRJET Journal
 
THE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMTHE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMijcsit
 
Smart Verification of Passenger using AI
Smart Verification of Passenger using AISmart Verification of Passenger using AI
Smart Verification of Passenger using AIijtsrd
 
IRJET- Smart Tracking System for School Buses for Ensuring Child Security...
IRJET-  	  Smart Tracking System for School Buses for Ensuring Child Security...IRJET-  	  Smart Tracking System for School Buses for Ensuring Child Security...
IRJET- Smart Tracking System for School Buses for Ensuring Child Security...IRJET Journal
 
SYSTEM FOR ATTENDANCE TRACKING BASED ON THE INTERNET OF THINGS THAT MAKES USE...
SYSTEM FOR ATTENDANCE TRACKING BASED ON THE INTERNET OF THINGS THAT MAKES USE...SYSTEM FOR ATTENDANCE TRACKING BASED ON THE INTERNET OF THINGS THAT MAKES USE...
SYSTEM FOR ATTENDANCE TRACKING BASED ON THE INTERNET OF THINGS THAT MAKES USE...IRJET Journal
 
IRJET- UID Secure Travel Identity
IRJET- UID Secure Travel IdentityIRJET- UID Secure Travel Identity
IRJET- UID Secure Travel IdentityIRJET Journal
 
IRJET- Geo-Based Smart Parking Automation System
IRJET-  	  Geo-Based Smart Parking Automation SystemIRJET-  	  Geo-Based Smart Parking Automation System
IRJET- Geo-Based Smart Parking Automation SystemIRJET Journal
 
Automation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern TransportAutomation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern TransportIRJET Journal
 
IRJET- RTO Automation using QR Code
IRJET-  	  RTO Automation using QR CodeIRJET-  	  RTO Automation using QR Code
IRJET- RTO Automation using QR CodeIRJET Journal
 
IoT BASED ATTENDANCE MONITORING SYSTEM
IoT BASED ATTENDANCE MONITORING SYSTEMIoT BASED ATTENDANCE MONITORING SYSTEM
IoT BASED ATTENDANCE MONITORING SYSTEMIRJET Journal
 
IRJET- Vehicle Attendance and Monitoring System
IRJET- Vehicle Attendance and Monitoring SystemIRJET- Vehicle Attendance and Monitoring System
IRJET- Vehicle Attendance and Monitoring SystemIRJET Journal
 

Similar to AN INTERNET OF THINGS BASED VEHICLE PERMIT VERIFICATION SYSTEM WITH DIGITAL DEVICE FOR TIMBER TRANSPORTATION (20)

Secured e-payment system based on automated authentication data and iterated ...
Secured e-payment system based on automated authentication data and iterated ...Secured e-payment system based on automated authentication data and iterated ...
Secured e-payment system based on automated authentication data and iterated ...
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
Electronic Passport Verification System using IOT
Electronic Passport Verification System using IOTElectronic Passport Verification System using IOT
Electronic Passport Verification System using IOT
 
CloudPass – a passport system based on Cloud Computing and Near Field Communi...
CloudPass – a passport system based on Cloud Computing and Near Field Communi...CloudPass – a passport system based on Cloud Computing and Near Field Communi...
CloudPass – a passport system based on Cloud Computing and Near Field Communi...
 
Ijetr021143
Ijetr021143Ijetr021143
Ijetr021143
 
Ijetr021143
Ijetr021143Ijetr021143
Ijetr021143
 
IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)
 
The Smart Parking Management System
The Smart Parking Management SystemThe Smart Parking Management System
The Smart Parking Management System
 
The Smart Parking Management System - IJCSIT
The Smart Parking Management System  - IJCSITThe Smart Parking Management System  - IJCSIT
The Smart Parking Management System - IJCSIT
 
THE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMTHE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEM
 
Smart Verification of Passenger using AI
Smart Verification of Passenger using AISmart Verification of Passenger using AI
Smart Verification of Passenger using AI
 
IRJET- Smart Tracking System for School Buses for Ensuring Child Security...
IRJET-  	  Smart Tracking System for School Buses for Ensuring Child Security...IRJET-  	  Smart Tracking System for School Buses for Ensuring Child Security...
IRJET- Smart Tracking System for School Buses for Ensuring Child Security...
 
SYSTEM FOR ATTENDANCE TRACKING BASED ON THE INTERNET OF THINGS THAT MAKES USE...
SYSTEM FOR ATTENDANCE TRACKING BASED ON THE INTERNET OF THINGS THAT MAKES USE...SYSTEM FOR ATTENDANCE TRACKING BASED ON THE INTERNET OF THINGS THAT MAKES USE...
SYSTEM FOR ATTENDANCE TRACKING BASED ON THE INTERNET OF THINGS THAT MAKES USE...
 
IRJET- UID Secure Travel Identity
IRJET- UID Secure Travel IdentityIRJET- UID Secure Travel Identity
IRJET- UID Secure Travel Identity
 
M0342077079
M0342077079M0342077079
M0342077079
 
IRJET- Geo-Based Smart Parking Automation System
IRJET-  	  Geo-Based Smart Parking Automation SystemIRJET-  	  Geo-Based Smart Parking Automation System
IRJET- Geo-Based Smart Parking Automation System
 
Automation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern TransportAutomation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern Transport
 
IRJET- RTO Automation using QR Code
IRJET-  	  RTO Automation using QR CodeIRJET-  	  RTO Automation using QR Code
IRJET- RTO Automation using QR Code
 
IoT BASED ATTENDANCE MONITORING SYSTEM
IoT BASED ATTENDANCE MONITORING SYSTEMIoT BASED ATTENDANCE MONITORING SYSTEM
IoT BASED ATTENDANCE MONITORING SYSTEM
 
IRJET- Vehicle Attendance and Monitoring System
IRJET- Vehicle Attendance and Monitoring SystemIRJET- Vehicle Attendance and Monitoring System
IRJET- Vehicle Attendance and Monitoring System
 

More from ijujournal

Users Approach on Providing Feedback for Smart Home Devices – Phase II
Users Approach on Providing Feedback for Smart Home Devices – Phase IIUsers Approach on Providing Feedback for Smart Home Devices – Phase II
Users Approach on Providing Feedback for Smart Home Devices – Phase IIijujournal
 
Users Approach on Providing Feedback for Smart Home Devices – Phase II
Users Approach on Providing Feedback for Smart Home Devices – Phase IIUsers Approach on Providing Feedback for Smart Home Devices – Phase II
Users Approach on Providing Feedback for Smart Home Devices – Phase IIijujournal
 
October 2023-Top Cited Articles in IJU.pdf
October 2023-Top Cited Articles in IJU.pdfOctober 2023-Top Cited Articles in IJU.pdf
October 2023-Top Cited Articles in IJU.pdfijujournal
 
ACCELERATION DETECTION OF LARGE (PROBABLY) PRIME NUMBERS
ACCELERATION DETECTION OF LARGE (PROBABLY) PRIME NUMBERSACCELERATION DETECTION OF LARGE (PROBABLY) PRIME NUMBERS
ACCELERATION DETECTION OF LARGE (PROBABLY) PRIME NUMBERSijujournal
 
A novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID dataA novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID dataijujournal
 
UBIQUITOUS HEALTHCARE MONITORING SYSTEM USING INTEGRATED TRIAXIAL ACCELEROMET...
UBIQUITOUS HEALTHCARE MONITORING SYSTEM USING INTEGRATED TRIAXIAL ACCELEROMET...UBIQUITOUS HEALTHCARE MONITORING SYSTEM USING INTEGRATED TRIAXIAL ACCELEROMET...
UBIQUITOUS HEALTHCARE MONITORING SYSTEM USING INTEGRATED TRIAXIAL ACCELEROMET...ijujournal
 
ENHANCING INDEPENDENT SENIOR LIVING THROUGH SMART HOME TECHNOLOGIES
ENHANCING INDEPENDENT SENIOR LIVING THROUGH SMART HOME TECHNOLOGIESENHANCING INDEPENDENT SENIOR LIVING THROUGH SMART HOME TECHNOLOGIES
ENHANCING INDEPENDENT SENIOR LIVING THROUGH SMART HOME TECHNOLOGIESijujournal
 
HMR LOG ANALYZER: ANALYZE WEB APPLICATION LOGS OVER HADOOP MAPREDUCE
HMR LOG ANALYZER: ANALYZE WEB APPLICATION LOGS OVER HADOOP MAPREDUCEHMR LOG ANALYZER: ANALYZE WEB APPLICATION LOGS OVER HADOOP MAPREDUCE
HMR LOG ANALYZER: ANALYZE WEB APPLICATION LOGS OVER HADOOP MAPREDUCEijujournal
 
SERVICE DISCOVERY – A SURVEY AND COMPARISON
SERVICE DISCOVERY – A SURVEY AND COMPARISONSERVICE DISCOVERY – A SURVEY AND COMPARISON
SERVICE DISCOVERY – A SURVEY AND COMPARISONijujournal
 
SIX DEGREES OF SEPARATION TO IMPROVE ROUTING IN OPPORTUNISTIC NETWORKS
SIX DEGREES OF SEPARATION TO IMPROVE ROUTING IN OPPORTUNISTIC NETWORKSSIX DEGREES OF SEPARATION TO IMPROVE ROUTING IN OPPORTUNISTIC NETWORKS
SIX DEGREES OF SEPARATION TO IMPROVE ROUTING IN OPPORTUNISTIC NETWORKSijujournal
 
International Journal of Ubiquitous Computing (IJU)
International Journal of Ubiquitous Computing (IJU)International Journal of Ubiquitous Computing (IJU)
International Journal of Ubiquitous Computing (IJU)ijujournal
 
PERVASIVE COMPUTING APPLIED TO THE CARE OF PATIENTS WITH DEMENTIA IN HOMECARE...
PERVASIVE COMPUTING APPLIED TO THE CARE OF PATIENTS WITH DEMENTIA IN HOMECARE...PERVASIVE COMPUTING APPLIED TO THE CARE OF PATIENTS WITH DEMENTIA IN HOMECARE...
PERVASIVE COMPUTING APPLIED TO THE CARE OF PATIENTS WITH DEMENTIA IN HOMECARE...ijujournal
 
A proposed Novel Approach for Sentiment Analysis and Opinion Mining
A proposed Novel Approach for Sentiment Analysis and Opinion MiningA proposed Novel Approach for Sentiment Analysis and Opinion Mining
A proposed Novel Approach for Sentiment Analysis and Opinion Miningijujournal
 
International Journal of Ubiquitous Computing (IJU)
International Journal of Ubiquitous Computing (IJU)International Journal of Ubiquitous Computing (IJU)
International Journal of Ubiquitous Computing (IJU)ijujournal
 
USABILITY ENGINEERING OF GAMES: A COMPARATIVE ANALYSIS OF MEASURING EXCITEMEN...
USABILITY ENGINEERING OF GAMES: A COMPARATIVE ANALYSIS OF MEASURING EXCITEMEN...USABILITY ENGINEERING OF GAMES: A COMPARATIVE ANALYSIS OF MEASURING EXCITEMEN...
USABILITY ENGINEERING OF GAMES: A COMPARATIVE ANALYSIS OF MEASURING EXCITEMEN...ijujournal
 
SECURED SMART SYSTEM DESING IN PERVASIVE COMPUTING ENVIRONMENT USING VCS
SECURED SMART SYSTEM DESING IN PERVASIVE COMPUTING ENVIRONMENT USING VCSSECURED SMART SYSTEM DESING IN PERVASIVE COMPUTING ENVIRONMENT USING VCS
SECURED SMART SYSTEM DESING IN PERVASIVE COMPUTING ENVIRONMENT USING VCSijujournal
 
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSPERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSijujournal
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSijujournal
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSijujournal
 
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2RDETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2Rijujournal
 

More from ijujournal (20)

Users Approach on Providing Feedback for Smart Home Devices – Phase II
Users Approach on Providing Feedback for Smart Home Devices – Phase IIUsers Approach on Providing Feedback for Smart Home Devices – Phase II
Users Approach on Providing Feedback for Smart Home Devices – Phase II
 
Users Approach on Providing Feedback for Smart Home Devices – Phase II
Users Approach on Providing Feedback for Smart Home Devices – Phase IIUsers Approach on Providing Feedback for Smart Home Devices – Phase II
Users Approach on Providing Feedback for Smart Home Devices – Phase II
 
October 2023-Top Cited Articles in IJU.pdf
October 2023-Top Cited Articles in IJU.pdfOctober 2023-Top Cited Articles in IJU.pdf
October 2023-Top Cited Articles in IJU.pdf
 
ACCELERATION DETECTION OF LARGE (PROBABLY) PRIME NUMBERS
ACCELERATION DETECTION OF LARGE (PROBABLY) PRIME NUMBERSACCELERATION DETECTION OF LARGE (PROBABLY) PRIME NUMBERS
ACCELERATION DETECTION OF LARGE (PROBABLY) PRIME NUMBERS
 
A novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID dataA novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID data
 
UBIQUITOUS HEALTHCARE MONITORING SYSTEM USING INTEGRATED TRIAXIAL ACCELEROMET...
UBIQUITOUS HEALTHCARE MONITORING SYSTEM USING INTEGRATED TRIAXIAL ACCELEROMET...UBIQUITOUS HEALTHCARE MONITORING SYSTEM USING INTEGRATED TRIAXIAL ACCELEROMET...
UBIQUITOUS HEALTHCARE MONITORING SYSTEM USING INTEGRATED TRIAXIAL ACCELEROMET...
 
ENHANCING INDEPENDENT SENIOR LIVING THROUGH SMART HOME TECHNOLOGIES
ENHANCING INDEPENDENT SENIOR LIVING THROUGH SMART HOME TECHNOLOGIESENHANCING INDEPENDENT SENIOR LIVING THROUGH SMART HOME TECHNOLOGIES
ENHANCING INDEPENDENT SENIOR LIVING THROUGH SMART HOME TECHNOLOGIES
 
HMR LOG ANALYZER: ANALYZE WEB APPLICATION LOGS OVER HADOOP MAPREDUCE
HMR LOG ANALYZER: ANALYZE WEB APPLICATION LOGS OVER HADOOP MAPREDUCEHMR LOG ANALYZER: ANALYZE WEB APPLICATION LOGS OVER HADOOP MAPREDUCE
HMR LOG ANALYZER: ANALYZE WEB APPLICATION LOGS OVER HADOOP MAPREDUCE
 
SERVICE DISCOVERY – A SURVEY AND COMPARISON
SERVICE DISCOVERY – A SURVEY AND COMPARISONSERVICE DISCOVERY – A SURVEY AND COMPARISON
SERVICE DISCOVERY – A SURVEY AND COMPARISON
 
SIX DEGREES OF SEPARATION TO IMPROVE ROUTING IN OPPORTUNISTIC NETWORKS
SIX DEGREES OF SEPARATION TO IMPROVE ROUTING IN OPPORTUNISTIC NETWORKSSIX DEGREES OF SEPARATION TO IMPROVE ROUTING IN OPPORTUNISTIC NETWORKS
SIX DEGREES OF SEPARATION TO IMPROVE ROUTING IN OPPORTUNISTIC NETWORKS
 
International Journal of Ubiquitous Computing (IJU)
International Journal of Ubiquitous Computing (IJU)International Journal of Ubiquitous Computing (IJU)
International Journal of Ubiquitous Computing (IJU)
 
PERVASIVE COMPUTING APPLIED TO THE CARE OF PATIENTS WITH DEMENTIA IN HOMECARE...
PERVASIVE COMPUTING APPLIED TO THE CARE OF PATIENTS WITH DEMENTIA IN HOMECARE...PERVASIVE COMPUTING APPLIED TO THE CARE OF PATIENTS WITH DEMENTIA IN HOMECARE...
PERVASIVE COMPUTING APPLIED TO THE CARE OF PATIENTS WITH DEMENTIA IN HOMECARE...
 
A proposed Novel Approach for Sentiment Analysis and Opinion Mining
A proposed Novel Approach for Sentiment Analysis and Opinion MiningA proposed Novel Approach for Sentiment Analysis and Opinion Mining
A proposed Novel Approach for Sentiment Analysis and Opinion Mining
 
International Journal of Ubiquitous Computing (IJU)
International Journal of Ubiquitous Computing (IJU)International Journal of Ubiquitous Computing (IJU)
International Journal of Ubiquitous Computing (IJU)
 
USABILITY ENGINEERING OF GAMES: A COMPARATIVE ANALYSIS OF MEASURING EXCITEMEN...
USABILITY ENGINEERING OF GAMES: A COMPARATIVE ANALYSIS OF MEASURING EXCITEMEN...USABILITY ENGINEERING OF GAMES: A COMPARATIVE ANALYSIS OF MEASURING EXCITEMEN...
USABILITY ENGINEERING OF GAMES: A COMPARATIVE ANALYSIS OF MEASURING EXCITEMEN...
 
SECURED SMART SYSTEM DESING IN PERVASIVE COMPUTING ENVIRONMENT USING VCS
SECURED SMART SYSTEM DESING IN PERVASIVE COMPUTING ENVIRONMENT USING VCSSECURED SMART SYSTEM DESING IN PERVASIVE COMPUTING ENVIRONMENT USING VCS
SECURED SMART SYSTEM DESING IN PERVASIVE COMPUTING ENVIRONMENT USING VCS
 
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSPERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLS
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLS
 
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2RDETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 

Recently uploaded (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 

AN INTERNET OF THINGS BASED VEHICLE PERMIT VERIFICATION SYSTEM WITH DIGITAL DEVICE FOR TIMBER TRANSPORTATION

  • 1. International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023 DOI: 10.5121/iju.2023.14201 1 AN INTERNET OF THINGS BASED VEHICLE PERMIT VERIFICATION SYSTEM WITH DIGITAL DEVICE FOR TIMBER TRANSPORTATION Daminda Herath1 and Kasun Sandaruwan2 1 Faculty of Information Technology Horizon Campus, Malabe, Sri Lanka 2 DirectPay, Colombo, Sri Lanka ABSTRACT The vehicle permit system enables any person to obtain permission to transport timbers around Sri Lanka. The persons can apply for vehicle licenses/permits via the forest department and verify them by the police. It has been realized that the vehicle verification process is still done by stopping vehicles by local police officers. The process of applying for licenses/permits is still done by visiting the divisional forest office, and the records are maintained paper-based. This paper presents a novel concept for an Online real-time permit verification system for Sri Lanka, and there is no ongoing system or architecture to do this concept up to now. Two digital devices and a web portal were used for this concept to become a reality. Once devices are powered ON, complete permit verifications can be automatically recorded into the web portal. For example, if there is a police checkpoint with a checking device and a vehicle arriving towards the checkpoint that has a vehicle device powered ON, once the vehicle reaches a 50m radius area, it transmits a signal to the checkpoint device. With that signal, police officers can identify whether the arriving vehicle has a valid permit. Also, they can get a fully detailed view of the permit. The permit issuing and verification portal were hosted in a live environment and ready to receive signals from verification units in real-time. Further development of this system uses the blockchain concept to share and save details among vehicles. KEYWORDS digital device, internet of things, nodeMCU 8266, radiofrequency identification, permit verification 1. INTRODUCTION In this century, every manual system is converting to online-based smart systems. It helps to gain faster and more accurate data handling, sharing, and verifications using IT services. In Sri Lanka, it can identify steps to start IT-based solutions in government agencies such as the health, education, agriculture, and banking sectors[1]. But the permitting/licensing and verification methods are not yet upgraded with a considerable percentage of online services. Many agencies issue digital cards for permits and verification, and no proper verification devices are used practically. Using online-based verification systems may increase efficiency with time and cost rather than handling manual document-based systems; considering the pandemic, there is a risk with handling paper-based manual document verification. Using an online system can reduce human resources for the verification process and helps maintain records using the blockchain concept. This study focused on solving major issues in manual paper-based permit verification systems.
  • 2. International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023 2 The forest departments in Sri Lanka are responsible for issuing permits/licenses for the timbers belonging to the group of prohibited species [2], and the Sri Lankan police department is responsible for identifying illegal timber transportation cases. But both departments use manual systems and are not linked with one another. For example, to transport timbers, an owner needs to get a permit from the forest department, and the verification process should be done by the police officer [3]. That verification process is based on paper-based manual verification and can not check with the original source of the forest department. Therefore, transporters must stop twice to three times for the permit checking process in their routing schedule. Using the proposed system with IoT digital devices helps to reduce permit verification time. Considering the current global pandemic, social distancing is an effective method to avoid spreading the virus. This study also aims to show how officers can check the license/permit documents of transport vehicles without using paper documentation. Using the digitized system for this process helps to avoid spreading viruses. Furthermore, some long-distance vehicles that carry timbers have to spend a minimum of twenty minutes verifying the documents with one checking spot. This system helps to reduce time as well as health assurance. 2. LITERATURE REVIEW In order to get knowledge about verification systems and their technologies, a few publications were studied. According to our findings, the researchers developed systems to verify licenses, vehicles, and students’ attendance. More researchers used Radio-frequency identification (RFID) technology with or without the Internet of Things (IoT) platform to implement their works. Here, the following publications were reviewed to identify the solution for the permit verification system. Alen Samuel and Shoney Sebastian [3] designed an automated vehicle checking system for the motor vehicle department in India. This system introduced two radio frequency (RF) based devices. One RF device had an RFID tag fitted with the vehicle, and another RF device was placed nearby the road checking area. Using this RFID technology, the authors suggested an algorithm to automate the verification process of the vehicle documents like registration of certificates, echo tests, and insurance with the help of an IoT platform. Uma Kandhikonda [4] proposed an IoT-based device to verify the vehicle's registration and authentication of the user license. This publication used an IoT platform to centralize vehicle and license details. RFID tags were attached to the vehicle, and an RF reader was used to detect the tags. For authentication purposes, a fingerprint module and sound alarm were used. To implement a prototype, all components are connected to an Arduino board. Shoewu et al. [5] designed an RFID-based device to verify students’ identification at the classroom entrances. This device was developed to gather students’ attendance records for further analysis. The RFID tag can be included in the student ID. The RF readers were placed in the classroom; when an RF tag passes through its vicinity, the readers scan its existence, fetch its unique serial number, and send this code into the microcontroller, which matches the correct student. 3. METHODS The research design of the proposed system has two major parts: hardware and software design. In hardware design, two digital device units were designed using microcontrollers, a 433Mhz RFID transmitter, receiver, RFID reader module, and RFID tags [6] for vehicle and spot verification. Software design included the programming code written in Arduino language and
  • 3. International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023 3 uploaded in the microcontroller. A PHP language-based web portal was developed to handle timber license/permit registration and show vehicle verification status. The mentioned components were interconnected with radio signals and one micro-controller device also had the capability to connect with the Thingspeak online platform and send data through the internet. In case the verification process started from both devices reaching the data transferable range, the vehicle device started sending the unique RFID card permit data attached to the device. Once the spot verification unit received that data from the incoming vehicle, that permitted data upload to the online platform. The last verification process was validating permit data with the forest department database. Vehicle Unit This unit consists of an Arduino UNO microcontroller, and a 433 MHz transmitter was placed inside the vehicle. The owner/driver had an issued license/permit card (RFID card) that should be inserted into the unit. Once the driver inserts the card into the unit, it transmits permit card data via radio frequency. According to the selected transmitter, the data is transmitted for a 50m radius. Figure 1 presents the vehicle unit. Figure. 1. Vehicle unit Spot Verification Unit This device used a 433 MHz receiver and a node MCU 8266 microcontroller. It is connected to Wi-Fi or a hotspot. When the device was powered on, it could receive RFID data sent from the vehicle device arriving at the checkpoint. If there was an activity feed with the vehicle device, the receiving RFID number was sent to the web portal. The checkpoint officer was able to check incoming vehicles' license/permit details. Figure 2 illustrates the spot verification unit. Figure. 2. The spot verification unit
  • 4. International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023 4 Web Portal The sensor data (RFID number) was transmitted to the cloud-based Things peak Platform via a Wi-Fi or hotspot connection by the spot verification unit. The data was then retrieved using APIs for a PHP-based web portal. A MySQL database was used to store sensor data as well as information about licenses and permits. Figure. 3 provides the system architecture of the web portal. Spot checkers from the police department and authorized users from the forest department could use the login portal page to get into the system. It shows up in Figure 4. Figure 3. The system architecture of the web portal Figure 4. The system using the login portal page The function of each hardware and software requirement is explained in Table 1.
  • 5. International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023 5 Table 1. Hardware and software requirements No Name Function Hardware 1 NodeMcu ESP8266 A controller of spot verification unit and to connect with IoT 2 Arduino UNO A controller of vehicle unit 3 433 MHz Transmitter and Receiver Send and receive RFID number 4 433 MHz Antena Increase frequency range 5 RFID Reader Module Read RFID number 6 RFID Tag Card Store RFID number 7 Jumper Wires Connect components Software 8 Thingspeak Store sensor data in cloud 9 Arduino IDE Write and test programs for microcontrollers 10 XAMMP (Apache, MySQL, PHP) Develop the web portal Figure 5 shows the schematic diagrams. It displays the connection of the components to the microcontrollers that were used. Figure 6 shows the experimental setup for the vehicle and spot verification unit. Figure 5. The schematic diagrams
  • 6. International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023 6 4. RESULTS Figure 6. The experimental setup The proposed system has two parts: the hardware (the vehicle device and the spot verification units) and the software (the web portal). This section discusses the tests that were done on different parts and the overall performance of the system. Once the vehicle device and spot verification unit were powered on with active broadcasting data (the vehicle had reached a 50-meter area), Firstly, the hardware part was tested. Then, the output appears on the Arduino IDE serial monitors as Figure 7. It depicts data transmission (e.g., RFID tag: 39455552) from the vehicle device and data reception into the spot verification unit. Figure 7. Arduino IDE serial monitors with transmitting and receiving data Secondly, the entire system, including the connectivity of the web portal, was tested. The spot verification officer can log in to the system dashboard, and the following results of the incoming active feed are shown in Figure 8 (e.g., RFID tag: 60435711).
  • 7. International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023 7 Figure 8. Incoming active license feed Furthermore, Figure 9 illustrates that authorized users can log in to the system dashboard and manage the license/permit registrations and check feeds. Figure 9. Dashboard of web portal Finally, the following performance testing scenarios were performed on the IoT framework: ● Device-to-device communication (Vehicle device to Spot verification process) ● Device-to-server communication (Spot verification device to Thingspeak ) ● Server-to-server communication (Thingspeak to web portal ) ● Network bandwidth, latency, and packet loss Based on the above scenarios, the following goals were used to test performance test cases:
  • 8. International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023 8 Table 2. Time taken to scan and send permit card data from vehicle device Test Conditions Output specification Optimal The time taken to fetch RFID data to a microcontroller—Vehicle vehicle unit The time taken to fetch data from an RFID card using an RFID sensor is less than 50 ms. True The time taken to send RFID data to the spot verification unit receiver. (without a signal booster antenna). The time taken to send data through the radiofrequency channel to the spot verification unit is less than 50 ms. (without signal booster antenna. – Test environment 2m distance) True Table 3. Time taken to get transmitter data using a receiver and send it to Thingspeak Test Conditions Output specification Optimal The time taken to get transmitter data. The time taken to get data from the 433 MHz transmitter is less than 10 seconds. True The time taken to send RFID data to Thingspeak's server. The time taken to fetch from the receiver and send to the Thingspeak server is less than 5 seconds. True Table 4. Time taken to send Thingspeak server data to web portal Test Conditions Output specification Optimal The time taken to send Thingspeak server data to the web portal. The time taken to send data from the Thingspeak server to the web portal is less than 5 seconds. True Table 5. Time taken to fetch data from Thingspeak API and display License data Test Conditions Output specification Optimal It took a while to get data from the API and check it against the license table in the database. It takes less than 10 seconds to get data from the API and check it against the database's issued license table. True 5. DISCUSSION Based on the results, both the vehicle device and the spot verification unit can check a vehicle's permit from up to 50 meters away. The web portal shows incoming feeds that officers can use to check the details of a vehicle on the spot. Lastly, the performance test shows how quickly the verification process works when hardware and software parts talk to each other. The most important thing that this research has given us is the ability to write the functional codes that allow the microcontrollers and web portals to talk to each other. This system can speed up the verification process while keeping government workers and the public safe and reducing health risks [6].
  • 9. International Journal of Ubiquitous Computing (IJU), Vol.14, No.1/2, April 2023 9 There are some limitations related to the system. This experiment is done in a testing environment. It has been suggested that testing could be done on the side of the road, where there is real traffic. The Internet facility is a significant factor. Therefore, the verification devices must be installed within the Internet coverage area. Also, government officers and the general public need training to use this system. 6. CONCLUSION In this study, an IoT platform, microcontrollers, and RFID technologies were used to design and build a vehicle permit verification system for transporting wood. It is a new way to scan vehicle permit data. This system is made up of digital device units that are cheap and use little energy, so they can work all the time. In Sri Lanka, there is no digitalized verification system for this field. This system enables smart technology to be used for permit verification. The verification process can be completed quickly and without stopping vehicles. Also, it helps protect government workers and citizens by allowing them to work at a distance during a pandemic. Many future improvements include ● Verify all license types related to driving, such as driving licenses, revenue licenses, and insurance details. ● Use signal booster antenna to increase distance range. ● Connecting GPS to the vehicle unit will help track the vehicle. ● Check the integrity of verification reports by using blockchain technology. ACKNOWLEDGEMENTS The authors would like to thank the people who work at Horizon Campus and the students who helped them finish this research. REFERENCES [1] S. Rainford, "e-Sri Lanka: An Integrated Approach to eGovernment Case Study", Unapcict.org, 2006. [Online]. Available: https://www.unapcict.org [Accessed: 23- Jun- 2022]. [2] "The Government Information Center", Gic.gov.lk, 2022. [Online]. Available: https://gic.gov.lk/gic/index.php/en/component/info/?id=1159&catid=70&task=info. [Accessed: 26Jun- 2022]. [3] A. Samuel and S. Sebastian, "An algorithm for IoT based vehicle verification system using RFID", International Journal of Electrical and Computer Engineering (IJECE), vol. 9, no. 5, p. 3751, 2019. Available: 10.11591/ijece.v9i5.pp3751-3758 [Accessed 23 June 2022]. [4] U. Kandhikonda, "IoT Based Vehicle and License Authentication Device", SSRN Electronic Journal, 2021. Available: 10.2139/ssrn.3904851 [Accessed 02 July 2022]. [5] P. Engr O Shoewu, "Design and Implementation of an Rfid Based Automated Students Attendance System R BASAS", Academia.edu, 2022. [Online]. Available: https://www.academia.edu/en/15362853/Design_and_Implementation_of_an_Rfid_Based_Automate d_Students_Attendance_System_R_BASAS. [Accessed: 31- July- 2022]. [6] Prema.S, Mohamed Riyas Deen V.S., Murali Krishna V.P., Praveen.S, “Vehicle And License Authentication Using FingerPrint”, 2019 5th International Conference on Advanced Computing & Communication Systems (ICACCS 2019).