SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 132
FARMER’S PLAZA: A CLOUD-ENABLED MOBILE AND WEB BASED
APPLICATION FOR FARMERS.
1Asst. Prof. Shagupta M.Mulla, Miss. Sonali D. Halake, Miss. Madhuri V. Pawar,
2Mr. Manish A. Wagale, Mr. Koustubh P. Nilje, Miss. Pooja A. Wadkar.
1Asst. Prof, Department of Computer Science and Engineering, Shivaji University, Kolhapur, Maharashtra, India
2Students, Department of Computer Science and Engineering, Shivaji University, Kolhapur, Maharashtra, India
---------------------------------------------------------------------***--------------------------------------------------------------------
Abstract – Cloud storage is one of the important
technique for resources are sharing over the internet
and in that to manage vast amount of data. Mobile
technology is increasingly being adopted in the
agricultural space as a measure to assist farmers in
decision.It is an Android Application which provides
essential way for selling farming products. We have
adapted the dual caching technique where we store
data on the mobile and on the middleware.Itis designed
as a mobile distributed system that follows a three-
layered deployment; comprising of mobile nodes, a
cloud- hosted middleware, and a cloud-hosted database
server.
Key Words: -Android Application, Cloud Computing,
Web Services , Authorized Communication, etc…
1. INTRODUCTION
Farmer’s Plaza is an Android Application which provides
essential way for selling farming products such as
vegetables, sugar, wheat, etcalso is a CLOUD based
application which provides the different internet cloud
networks on the server side so that wherever the farmer
will be suppose in the farm he can easily access the
database. It provides simple and easy way so that the
customer and farmer can communicate easily related to
their products of farm. We have provided the REST
protocol for fast communication and security.This
application is multilingual, web-based e-procurement
solution providing comprehensive information targeted at
the farmer. Farmers were unaware of the latest techniques
in farming such as soil analysis, etc. This android
application is provided on the smartphone, tablets, i-
phone and also it is web based application so that the
farmer can edit or upload their updates related to the
farm.
This application work as a mediator between farmer and
customer to provide the efficient way for selling and
buying the item related to the farm. Also by using this
application the farmer will get the proper knowledge of
farm related concepts. The queries about the farm is been
solved in this application by answering the appropriate
farm related queries. For this purpose we have provided a
Dashboardin this android application. This application
provides the important links and the government policies
for the farmers.
2. LITERATURE REVIEW
-Richard K. Lomotey, Yiding Chai, Shomoyita Jamal and
Ralph Deters[1]-“MobiCrop : Supporting Crop Farmers
with a Cloud-Enabled Mobile App” by using this reference
we got that the mobile technology is increasingly being
adopted in the agricultural space as a measure to assist
farmers indecision. In this regard, the MobiCrop project
was initiated by the researchers from the College of
Agriculture at the University of Saskatchewan, Canada,
and the Multi-Agent Distributed Mobile and Ubiquitous
Computing (MADMUC) Lab. The aim of the project is to
enable farmers to have mobile access to up to date
information on pesticides and further make decisions on
which pesticides to apply, how to apply them, when to
apply them, and so on. Due to its complexity, MobiCrop is
designed as a mobile distributed system that follows a
three-layered deployment; comprising of mobile nodes, a
cloud-hosted middleware, and a cloud-hosted database
server.
-Yukikazu Murakami, SlametKristantoTirtoUtomo,
KeitaHosono, TakeshUmezawa, NoritakaOsawa [2]- “Agro-
Sense: A Cloud-Enabled Mobile App and Efficient Farming
System using WSNs” by using this reference we got that
the Agro-Sense: A cloud-enabled mobile app plays an
important role in improving farming activities. This paper
focuses on using cloud computing and Wireless Sensors
Network (WSNs) technology to enhance the application
and its benefits to the field of agriculture. The paper
focuses on the Cloud Database which gives details of past
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 133
agriculture work records of farmers. The farmers who
have inculcated the system and installed the application
on their Smartphones can register the application on their,
so that they can access as well as upload the data stored
on the server and use the system efficiently. Light,
Temperature, and Humidity and Soil moisture will be the
various WSNs used. The main activities of the sensors are
to sense and measure the environmental data from the
fields.
3. PROPOSED WORK
3.1 Problem Definition
The reason of choosing this topic is that in normal day to
day life we saw that the farmer sells his product like
vegetables, wheat, sugar, etc. through the help of the
mediator. This mediator analysis the products of the
farmer and decides the rate as he wants to get his benefit
of his business. So he tells the farmer one rate and sells the
product to the shopkeeper in another or different rate
because from this he gets the benefit in this deal. So
because of this scenario the farmer can’t get the actual
benefit as he wants. That’s why he is in the dark.
So for removing the farmer from this darkness we are
going to develop an android application as Farmer’s Plaza
which provides the simple and easiest way to the farmer
to communicate with customer related to their farming
products. So farmer can easily sell the products to
customer by using this application.
3.2 System Architecture
Figure : The architectural design of Farmer’s Plaza.
The Farmer’s Plaza architecture is designed above the
mobile distributed architecture pattern.The work
couldnot follow the standalone design due to the fact that
thestandalone app will defeat some of the requirements.
Forinstance, there is the need to keep updating and
monitoringthe information on pesticides that are being
sent to thefarmers.The architecturecomprises of mobile
participants, a cloud-based middleware,and a cloud-based
database server.
3.3 Modules and their functionalities
3.3.1 Farmer Registration Module
Farmer creates its own account in Farmer’s Plaza
application.
Customer and farmer can make deal about the product.
Can update its queries on profile.
3.3.2 R & D Module
R&D is a portal in which the farmer can sends the farm
related queries to the R&D.
R&D also provides the latest research news about the
crops , fertilizers, soils and etc.
3.3.3 Nursery Module
Nursery portal is used to supply the crop ,seeds& other
plants.
They can update their new crops plants on this portal.
3.3.4 Agro shop Module
 Agro shop module is used to supply agro products such as
Fertilizer,Farmingequipment’s.
 Products are updated time to time.
3.3.5 Hotel Module
 They can make deal with farmer by using this concept.
 They can easily buy the products with the appropriate amount.
 Due to this the farmer as well as hotels gets the benefit.
4. METHODOLOGY
4.1 Slim Framework
Slim is light weight PHP framework which is used for
developing small and medium scale web applications.It is
also known as PHP micro framework. Slim has Restful
APIs using which we can build simple, secure and effective
web application.Typically micro framework provides
receiving and routing the HTTP request to a particular
controller that returns the HTTP response. Micro
framework also has additional tools for manipulating the
HTTP response like HTTP caching, redirect, status updates
with extensible middleware implementation.
The devices such as mobiles, tablets and computers send
the HTTP request to the restful APIs. In this case, Restful
APIs provide an interface between the database and
devices. Restful APIs has the slim application methods that
are used to process the HTTP request sent by the clients.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 134
Restful APIs take the HTTP requests from devices and
process them in the database. Database looks for the
requested data and sends responses back to the devices
through Restful APIs as HTTP responses.
PHP is a not modular to develop large scale applications.
Slim framework is much better than PHP, which provides
simpler programming interface than PHP.The 'New media
campaigns' company sponsors the slim framework for
more research and development. The latest version of slim
framework is available in the GitHub website.
Following are the environment variables used in
slim framework
REQUEST_METHOD.
SCRIPT_NAME.
PATH_INFO.
QUERY_STRING.
SERVER_NAME.
4.2 Cloud
Cloud computing provides access to the application as
utilities over the internet .It allows us to create , configure
and customize the applications online.The term cloud
refers to a network or internet.Cloud can provide services
over public and private networks. e.g- WAN, LAN, VPN.
Applications such as Email , web conferencing, customer
relationship management CRM execute on Cloud.
Cloud computing provides us meaning of accessing the
application as utilities over the internet .It allows us to
create , configure and customize the applications online.
Cloud computing refers to manipulating, configuring and
accessing the hardware and software resources remotely.
It offers online data storage, infrastructure and the
application.
Figure : Infrastructure of Cloud.
4.2.1 Basic Concepts
Following are the working models for cloud computing:
Deployment Models.
Service Models.
4.2.1.1 Deployment Models
Deployment model is defining the type of access to the
cloud, i.e. how the cloud is located? Cloud can have any
four types of access: Public, Private, Hybrid, and
Community.
4.2.1.2 Service Models
These are categorized into three basic service model
which are :
Software-as-a-Service(SaaS)
Platform-as-a-Service(PaaS)
Infrastructure as- a- Service(IaaS)
Software as a Service (SaaS): It provides typically specific,
already- developed applications running on a cloud
infrastructure. A very famous SaaS is the web-based e-
mail. Most software cloud computing services are web-
based applications, which can be accessed from different
client nodes using a thin client interface, such as a web
browser.
Platform as a service (PaaS): It offers a managed higher-
level application infrastructure, where clients can create
and deploy particular types of software and services using
the tools, environments, and programming languages
supported by the cloud provider. The offers include the
use of the underlying infrastructure, such as servers,
network, storage, or operating systems. Paas provides the
runtime environment for application, development and
deployment tools etc.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 135
Infrastructure as a service (IaaS): It describes IaaS as
“Cloud infrastructure as services in general provide
virtualization platforms. They deploy their own software
on the virtual machines and control and manage it. This is
the most basic level of service. Each of the service models
inherits the security and management mechanism from
the underlying model.Iaas provides access to fundamental
resource such as physical machines, virtual machines,
virtual storage, etc.
5. IMPLEMENTATION
5.1 Mobile Application
To support this application the mobile as an interface
between the end users has been used, So as to make the
communication between the different users.The user at
any time and anywere can use this application on their
mobile by logging in or by creating their own accounts or
profiles.
Fig 1: Shows the Main Page of Fig 2: Shows the Login page.
the application.
Fig 3: Shows the type’s of users. Fig 4: Shows the Registration
form.
Fig 5: Shows the user’s profile. Fig 6: Shows post form
wereuser can post.
Fig 7: Shows the post form Fig 8: Shows the process of
with image . adding photo.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 136
Fig 9: Shows the farmers Fig 10: Shows the Profile.
home page.
Fig 11: Shows for accepting Fig 12: Shows the merchant
home page. home page.
5.2 Web Services
Restful web services are been used for GET, POST, PUT
the data by calling the web sevices.REST is nothing but
the (Representational State Transfer) which provides the
client /server relationship and uniform interface.
Following web service method are:
GET
To retrieve information. GET requests must be safe and
idempotent, meaning regardless of how many times it
repeats with the same parameters, the results are the
same.
POST
To request that the resource at the URI do something with
the provided entity. Often POST is used to create a new
entity, but it can also be used to update an entity.
PUT
To store an entity at a URI. PUT can create a new entity or
update an existing one.
5.3 Dashboard
If the farmer, customer, merchant have any type of query
they can post these queries on Dashboard. To solve the
submitted queries the Dashboard isprovided were the
Dashboard is nothing but the simple user interface so that
the every user can see the query and can give suggestion
for this queries by posting their opinion on the same
dashboard.
6. CONCLUSION
In our project we are going to see that by using this
application the farmers can easily get the total benefit of
the actual cost of product that he sold. Also all farmers are
easily out from the darkness.
By using this application they also get the knowledge
about how to operate the internet and how to use this type
of facilities.We are going to develop this application by
including three types of basic languages like Hindi, English
and Marathi. So if farmer don’t know the other language
he can easily get the information by using this three
languages that he known.
7. REFERENCES
[1] Richard K. Lomotey, Yiding Chai, Shomoyita Jamal and
Ralph Deters-“MobiCrop : Supporting Crop Farmers with a
Cloud-Enabled Mobile App” Department of Computer
Science University of Saskatchewan Saskatoon, Canada-
(2013 IEEE 6th International Conference on Service-
Oriented Computing and Applications).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 137
[2] Yukikazu Murakami, SlametKristantoTirtoUtomo,
KeitaHosono, Takeshi Umezawa, NoritakaOsawa “iFarm:
Development of Cloud-based System of Cultivation
Management for Precision Agriculture”National College of
Technology, Japan, Chiba.
University, Japan, Okayama University, Japan; IEEE 2nd
GCCE (2013).
[3] The Java complete reference-fifth edition. By Herbert
Schildt-June 17 sep-2002.
[4] Android Cook Book-By Ian F.Darwin-5 june-2012.
[5] Android application-Packet publication.
[6]Advanced PHP for Flash-By Steve Webster, Etal.Friends
of ED-Sept 2002.
[7] S. Bugiel, S. Nurnberger, A. Sadeghi, and T. Schneider.
Twin clouds: An architecture for secure cloud computing.
In Workshop on Cryptography and Security in Clouds (WCSC
2011), 2011.
[8]“Cloud Computing: Concepts, Technology &
Architecture” by Thomas Erl.
[9] Architecting the Cloud: Design Decisions for Cloud
Computing Service Models (SaaS, PaaS, & IaaS)
by Michael J. Kavis
Published January 2014
Pragmatic, hands-on guide to cloud architecture.
[10]Cloud Computing Protected: Security Assessment
Handbook by John Rhoton Published January 2013
The author’s third book on cloud computing presents an
in-depth analysis of cloud security challenges for the
modern enterprise organization.
[11]High Performance MySQL: Optimization, Backups,
Replication, and More, by Baron Schwartz, Peter Zaitsev,
Vadim Tkachenko, Jeremy Zawodny, Arjen Lentz, Derek J.
Balling.
[12]“Programming Android Java Programming for the
New Generation of Mobile Devices” by Zigurd Mennieks ,
Laird Dornin , G. Blake Meike ,& Mausmi Nakamura.

More Related Content

What's hot

IRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android AppIRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android AppIRJET Journal
 
IRJET - Prototype Android based Real Time Crop Information Collection System
 IRJET - Prototype Android based Real Time Crop Information Collection System IRJET - Prototype Android based Real Time Crop Information Collection System
IRJET - Prototype Android based Real Time Crop Information Collection SystemIRJET Journal
 
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...IRJET Journal
 
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...ijtsrd
 
IRJET- City Complaint Management System
IRJET-  	  City Complaint Management SystemIRJET-  	  City Complaint Management System
IRJET- City Complaint Management SystemIRJET Journal
 
Development of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android PlayDevelopment of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android PlayIJMTST Journal
 
Retail market infromation system android application-15968
Retail market infromation system   android application-15968Retail market infromation system   android application-15968
Retail market infromation system android application-15968pradip patel
 
Agricity- An Agricultural Information System
Agricity- An Agricultural Information SystemAgricity- An Agricultural Information System
Agricity- An Agricultural Information SystemIJERA Editor
 
College app for android device
College app for android deviceCollege app for android device
College app for android device8759000398
 
An Android Application on AITR Management and Bus Tracking System
An Android Application on AITR Management and Bus Tracking SystemAn Android Application on AITR Management and Bus Tracking System
An Android Application on AITR Management and Bus Tracking SystemYogeshIJTSRD
 
IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2IRJET Journal
 
Community reporting system: road violation
Community reporting system: road violationCommunity reporting system: road violation
Community reporting system: road violationjournalBEEI
 
IRJET- Smart Food Ordering System for Restaurant
IRJET-  	  Smart Food Ordering System for RestaurantIRJET-  	  Smart Food Ordering System for Restaurant
IRJET- Smart Food Ordering System for RestaurantIRJET Journal
 
IRJET- Smart Wardrobe – IoT based Application
IRJET- Smart Wardrobe – IoT based ApplicationIRJET- Smart Wardrobe – IoT based Application
IRJET- Smart Wardrobe – IoT based ApplicationIRJET Journal
 
Android Application for College
Android Application for CollegeAndroid Application for College
Android Application for Collegepaperpublications3
 
J2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsJ2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsMumbai Academisc
 
Web Based Agriculture Information System
Web Based Agriculture Information SystemWeb Based Agriculture Information System
Web Based Agriculture Information SystemGihan Wikramanayake
 
IRJET- Location based Voice Reminder
IRJET-  	  Location based Voice ReminderIRJET-  	  Location based Voice Reminder
IRJET- Location based Voice ReminderIRJET Journal
 
Automated Mess Service Based on User's Location
Automated Mess Service Based on User's LocationAutomated Mess Service Based on User's Location
Automated Mess Service Based on User's LocationIRJET Journal
 
IRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android ApplicationIRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android ApplicationIRJET Journal
 

What's hot (20)

IRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android AppIRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android App
 
IRJET - Prototype Android based Real Time Crop Information Collection System
 IRJET - Prototype Android based Real Time Crop Information Collection System IRJET - Prototype Android based Real Time Crop Information Collection System
IRJET - Prototype Android based Real Time Crop Information Collection System
 
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...
 
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
 
IRJET- City Complaint Management System
IRJET-  	  City Complaint Management SystemIRJET-  	  City Complaint Management System
IRJET- City Complaint Management System
 
Development of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android PlayDevelopment of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android Play
 
Retail market infromation system android application-15968
Retail market infromation system   android application-15968Retail market infromation system   android application-15968
Retail market infromation system android application-15968
 
Agricity- An Agricultural Information System
Agricity- An Agricultural Information SystemAgricity- An Agricultural Information System
Agricity- An Agricultural Information System
 
College app for android device
College app for android deviceCollege app for android device
College app for android device
 
An Android Application on AITR Management and Bus Tracking System
An Android Application on AITR Management and Bus Tracking SystemAn Android Application on AITR Management and Bus Tracking System
An Android Application on AITR Management and Bus Tracking System
 
IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2
 
Community reporting system: road violation
Community reporting system: road violationCommunity reporting system: road violation
Community reporting system: road violation
 
IRJET- Smart Food Ordering System for Restaurant
IRJET-  	  Smart Food Ordering System for RestaurantIRJET-  	  Smart Food Ordering System for Restaurant
IRJET- Smart Food Ordering System for Restaurant
 
IRJET- Smart Wardrobe – IoT based Application
IRJET- Smart Wardrobe – IoT based ApplicationIRJET- Smart Wardrobe – IoT based Application
IRJET- Smart Wardrobe – IoT based Application
 
Android Application for College
Android Application for CollegeAndroid Application for College
Android Application for College
 
J2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsJ2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai Academics
 
Web Based Agriculture Information System
Web Based Agriculture Information SystemWeb Based Agriculture Information System
Web Based Agriculture Information System
 
IRJET- Location based Voice Reminder
IRJET-  	  Location based Voice ReminderIRJET-  	  Location based Voice Reminder
IRJET- Location based Voice Reminder
 
Automated Mess Service Based on User's Location
Automated Mess Service Based on User's LocationAutomated Mess Service Based on User's Location
Automated Mess Service Based on User's Location
 
IRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android ApplicationIRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android Application
 

Similar to Farmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For Farmers

An Integrated Management Platform for Subscription of Magazines
An Integrated Management Platform for Subscription of MagazinesAn Integrated Management Platform for Subscription of Magazines
An Integrated Management Platform for Subscription of MagazinesIRJET Journal
 
IRJET - Farm Direct Marketing
IRJET - Farm Direct MarketingIRJET - Farm Direct Marketing
IRJET - Farm Direct MarketingIRJET Journal
 
E-Trading of Agricultural Products from Farm to Customer Application
E-Trading of Agricultural Products from Farm to Customer ApplicationE-Trading of Agricultural Products from Farm to Customer Application
E-Trading of Agricultural Products from Farm to Customer ApplicationIRJET Journal
 
LunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile ApplicationLunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile ApplicationIRJET Journal
 
IRJET- Medicine Information Retrieval Application- Pharmaguide
IRJET- Medicine Information Retrieval Application- PharmaguideIRJET- Medicine Information Retrieval Application- Pharmaguide
IRJET- Medicine Information Retrieval Application- PharmaguideIRJET Journal
 
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET-  	  SMART KRISHI- A Proposed System for FarmersIRJET-  	  SMART KRISHI- A Proposed System for Farmers
IRJET- SMART KRISHI- A Proposed System for FarmersIRJET Journal
 
IRJET- Evolution from Traditional Farming to Digital Farming
IRJET- Evolution from Traditional Farming to Digital FarmingIRJET- Evolution from Traditional Farming to Digital Farming
IRJET- Evolution from Traditional Farming to Digital FarmingIRJET Journal
 
Agro-Sense: A Cloud-Enabled Mobile App for Efficient Farming System using WSNs
Agro-Sense: A Cloud-Enabled Mobile App for Efficient Farming System using WSNsAgro-Sense: A Cloud-Enabled Mobile App for Efficient Farming System using WSNs
Agro-Sense: A Cloud-Enabled Mobile App for Efficient Farming System using WSNsijsrd.com
 
IRJET - Labtrust-Android Application for Pathology Laboratory
IRJET -  	  Labtrust-Android Application for Pathology LaboratoryIRJET -  	  Labtrust-Android Application for Pathology Laboratory
IRJET - Labtrust-Android Application for Pathology LaboratoryIRJET Journal
 
Vegetable-Store-Management-System-pdf.pdf
Vegetable-Store-Management-System-pdf.pdfVegetable-Store-Management-System-pdf.pdf
Vegetable-Store-Management-System-pdf.pdfNilprabhaZarekar1
 
IRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET Journal
 
Stubble Aggregation : An E-Commerce Website
Stubble Aggregation : An E-Commerce WebsiteStubble Aggregation : An E-Commerce Website
Stubble Aggregation : An E-Commerce WebsiteIRJET Journal
 
IRJET - Eloquent Salvation and Productive Outsourcing of Big Data
IRJET -  	  Eloquent Salvation and Productive Outsourcing of Big DataIRJET -  	  Eloquent Salvation and Productive Outsourcing of Big Data
IRJET - Eloquent Salvation and Productive Outsourcing of Big DataIRJET Journal
 
IRJET- Android Application for Farmers
IRJET- 	  Android Application for FarmersIRJET- 	  Android Application for Farmers
IRJET- Android Application for FarmersIRJET Journal
 
IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET Journal
 
applications of cloud computing for agricultural sector
applications of cloud computing for agricultural sectorapplications of cloud computing for agricultural sector
applications of cloud computing for agricultural sectorSwathi Rampur
 
SMART MECHANIC SYSTEM
SMART MECHANIC SYSTEMSMART MECHANIC SYSTEM
SMART MECHANIC SYSTEMIRJET Journal
 
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT ApproachIRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT ApproachIRJET Journal
 
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...IRJET Journal
 

Similar to Farmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For Farmers (20)

An Integrated Management Platform for Subscription of Magazines
An Integrated Management Platform for Subscription of MagazinesAn Integrated Management Platform for Subscription of Magazines
An Integrated Management Platform for Subscription of Magazines
 
IRJET - Farm Direct Marketing
IRJET - Farm Direct MarketingIRJET - Farm Direct Marketing
IRJET - Farm Direct Marketing
 
E-Trading of Agricultural Products from Farm to Customer Application
E-Trading of Agricultural Products from Farm to Customer ApplicationE-Trading of Agricultural Products from Farm to Customer Application
E-Trading of Agricultural Products from Farm to Customer Application
 
LunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile ApplicationLunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile Application
 
IRJET- Medicine Information Retrieval Application- Pharmaguide
IRJET- Medicine Information Retrieval Application- PharmaguideIRJET- Medicine Information Retrieval Application- Pharmaguide
IRJET- Medicine Information Retrieval Application- Pharmaguide
 
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET-  	  SMART KRISHI- A Proposed System for FarmersIRJET-  	  SMART KRISHI- A Proposed System for Farmers
IRJET- SMART KRISHI- A Proposed System for Farmers
 
IRJET- Evolution from Traditional Farming to Digital Farming
IRJET- Evolution from Traditional Farming to Digital FarmingIRJET- Evolution from Traditional Farming to Digital Farming
IRJET- Evolution from Traditional Farming to Digital Farming
 
Agro-Sense: A Cloud-Enabled Mobile App for Efficient Farming System using WSNs
Agro-Sense: A Cloud-Enabled Mobile App for Efficient Farming System using WSNsAgro-Sense: A Cloud-Enabled Mobile App for Efficient Farming System using WSNs
Agro-Sense: A Cloud-Enabled Mobile App for Efficient Farming System using WSNs
 
IRJET - Labtrust-Android Application for Pathology Laboratory
IRJET -  	  Labtrust-Android Application for Pathology LaboratoryIRJET -  	  Labtrust-Android Application for Pathology Laboratory
IRJET - Labtrust-Android Application for Pathology Laboratory
 
Vegetable-Store-Management-System-pdf.pdf
Vegetable-Store-Management-System-pdf.pdfVegetable-Store-Management-System-pdf.pdf
Vegetable-Store-Management-System-pdf.pdf
 
Kisan Seeva
Kisan SeevaKisan Seeva
Kisan Seeva
 
IRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using Smartphone
 
Stubble Aggregation : An E-Commerce Website
Stubble Aggregation : An E-Commerce WebsiteStubble Aggregation : An E-Commerce Website
Stubble Aggregation : An E-Commerce Website
 
IRJET - Eloquent Salvation and Productive Outsourcing of Big Data
IRJET -  	  Eloquent Salvation and Productive Outsourcing of Big DataIRJET -  	  Eloquent Salvation and Productive Outsourcing of Big Data
IRJET - Eloquent Salvation and Productive Outsourcing of Big Data
 
IRJET- Android Application for Farmers
IRJET- 	  Android Application for FarmersIRJET- 	  Android Application for Farmers
IRJET- Android Application for Farmers
 
IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent Farms
 
applications of cloud computing for agricultural sector
applications of cloud computing for agricultural sectorapplications of cloud computing for agricultural sector
applications of cloud computing for agricultural sector
 
SMART MECHANIC SYSTEM
SMART MECHANIC SYSTEMSMART MECHANIC SYSTEM
SMART MECHANIC SYSTEM
 
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT ApproachIRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
 
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
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
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
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
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 

Recently uploaded (20)

microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
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...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
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...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 

Farmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For Farmers

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 132 FARMER’S PLAZA: A CLOUD-ENABLED MOBILE AND WEB BASED APPLICATION FOR FARMERS. 1Asst. Prof. Shagupta M.Mulla, Miss. Sonali D. Halake, Miss. Madhuri V. Pawar, 2Mr. Manish A. Wagale, Mr. Koustubh P. Nilje, Miss. Pooja A. Wadkar. 1Asst. Prof, Department of Computer Science and Engineering, Shivaji University, Kolhapur, Maharashtra, India 2Students, Department of Computer Science and Engineering, Shivaji University, Kolhapur, Maharashtra, India ---------------------------------------------------------------------***-------------------------------------------------------------------- Abstract – Cloud storage is one of the important technique for resources are sharing over the internet and in that to manage vast amount of data. Mobile technology is increasingly being adopted in the agricultural space as a measure to assist farmers in decision.It is an Android Application which provides essential way for selling farming products. We have adapted the dual caching technique where we store data on the mobile and on the middleware.Itis designed as a mobile distributed system that follows a three- layered deployment; comprising of mobile nodes, a cloud- hosted middleware, and a cloud-hosted database server. Key Words: -Android Application, Cloud Computing, Web Services , Authorized Communication, etc… 1. INTRODUCTION Farmer’s Plaza is an Android Application which provides essential way for selling farming products such as vegetables, sugar, wheat, etcalso is a CLOUD based application which provides the different internet cloud networks on the server side so that wherever the farmer will be suppose in the farm he can easily access the database. It provides simple and easy way so that the customer and farmer can communicate easily related to their products of farm. We have provided the REST protocol for fast communication and security.This application is multilingual, web-based e-procurement solution providing comprehensive information targeted at the farmer. Farmers were unaware of the latest techniques in farming such as soil analysis, etc. This android application is provided on the smartphone, tablets, i- phone and also it is web based application so that the farmer can edit or upload their updates related to the farm. This application work as a mediator between farmer and customer to provide the efficient way for selling and buying the item related to the farm. Also by using this application the farmer will get the proper knowledge of farm related concepts. The queries about the farm is been solved in this application by answering the appropriate farm related queries. For this purpose we have provided a Dashboardin this android application. This application provides the important links and the government policies for the farmers. 2. LITERATURE REVIEW -Richard K. Lomotey, Yiding Chai, Shomoyita Jamal and Ralph Deters[1]-“MobiCrop : Supporting Crop Farmers with a Cloud-Enabled Mobile App” by using this reference we got that the mobile technology is increasingly being adopted in the agricultural space as a measure to assist farmers indecision. In this regard, the MobiCrop project was initiated by the researchers from the College of Agriculture at the University of Saskatchewan, Canada, and the Multi-Agent Distributed Mobile and Ubiquitous Computing (MADMUC) Lab. The aim of the project is to enable farmers to have mobile access to up to date information on pesticides and further make decisions on which pesticides to apply, how to apply them, when to apply them, and so on. Due to its complexity, MobiCrop is designed as a mobile distributed system that follows a three-layered deployment; comprising of mobile nodes, a cloud-hosted middleware, and a cloud-hosted database server. -Yukikazu Murakami, SlametKristantoTirtoUtomo, KeitaHosono, TakeshUmezawa, NoritakaOsawa [2]- “Agro- Sense: A Cloud-Enabled Mobile App and Efficient Farming System using WSNs” by using this reference we got that the Agro-Sense: A cloud-enabled mobile app plays an important role in improving farming activities. This paper focuses on using cloud computing and Wireless Sensors Network (WSNs) technology to enhance the application and its benefits to the field of agriculture. The paper focuses on the Cloud Database which gives details of past
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 133 agriculture work records of farmers. The farmers who have inculcated the system and installed the application on their Smartphones can register the application on their, so that they can access as well as upload the data stored on the server and use the system efficiently. Light, Temperature, and Humidity and Soil moisture will be the various WSNs used. The main activities of the sensors are to sense and measure the environmental data from the fields. 3. PROPOSED WORK 3.1 Problem Definition The reason of choosing this topic is that in normal day to day life we saw that the farmer sells his product like vegetables, wheat, sugar, etc. through the help of the mediator. This mediator analysis the products of the farmer and decides the rate as he wants to get his benefit of his business. So he tells the farmer one rate and sells the product to the shopkeeper in another or different rate because from this he gets the benefit in this deal. So because of this scenario the farmer can’t get the actual benefit as he wants. That’s why he is in the dark. So for removing the farmer from this darkness we are going to develop an android application as Farmer’s Plaza which provides the simple and easiest way to the farmer to communicate with customer related to their farming products. So farmer can easily sell the products to customer by using this application. 3.2 System Architecture Figure : The architectural design of Farmer’s Plaza. The Farmer’s Plaza architecture is designed above the mobile distributed architecture pattern.The work couldnot follow the standalone design due to the fact that thestandalone app will defeat some of the requirements. Forinstance, there is the need to keep updating and monitoringthe information on pesticides that are being sent to thefarmers.The architecturecomprises of mobile participants, a cloud-based middleware,and a cloud-based database server. 3.3 Modules and their functionalities 3.3.1 Farmer Registration Module Farmer creates its own account in Farmer’s Plaza application. Customer and farmer can make deal about the product. Can update its queries on profile. 3.3.2 R & D Module R&D is a portal in which the farmer can sends the farm related queries to the R&D. R&D also provides the latest research news about the crops , fertilizers, soils and etc. 3.3.3 Nursery Module Nursery portal is used to supply the crop ,seeds& other plants. They can update their new crops plants on this portal. 3.3.4 Agro shop Module  Agro shop module is used to supply agro products such as Fertilizer,Farmingequipment’s.  Products are updated time to time. 3.3.5 Hotel Module  They can make deal with farmer by using this concept.  They can easily buy the products with the appropriate amount.  Due to this the farmer as well as hotels gets the benefit. 4. METHODOLOGY 4.1 Slim Framework Slim is light weight PHP framework which is used for developing small and medium scale web applications.It is also known as PHP micro framework. Slim has Restful APIs using which we can build simple, secure and effective web application.Typically micro framework provides receiving and routing the HTTP request to a particular controller that returns the HTTP response. Micro framework also has additional tools for manipulating the HTTP response like HTTP caching, redirect, status updates with extensible middleware implementation. The devices such as mobiles, tablets and computers send the HTTP request to the restful APIs. In this case, Restful APIs provide an interface between the database and devices. Restful APIs has the slim application methods that are used to process the HTTP request sent by the clients.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 134 Restful APIs take the HTTP requests from devices and process them in the database. Database looks for the requested data and sends responses back to the devices through Restful APIs as HTTP responses. PHP is a not modular to develop large scale applications. Slim framework is much better than PHP, which provides simpler programming interface than PHP.The 'New media campaigns' company sponsors the slim framework for more research and development. The latest version of slim framework is available in the GitHub website. Following are the environment variables used in slim framework REQUEST_METHOD. SCRIPT_NAME. PATH_INFO. QUERY_STRING. SERVER_NAME. 4.2 Cloud Cloud computing provides access to the application as utilities over the internet .It allows us to create , configure and customize the applications online.The term cloud refers to a network or internet.Cloud can provide services over public and private networks. e.g- WAN, LAN, VPN. Applications such as Email , web conferencing, customer relationship management CRM execute on Cloud. Cloud computing provides us meaning of accessing the application as utilities over the internet .It allows us to create , configure and customize the applications online. Cloud computing refers to manipulating, configuring and accessing the hardware and software resources remotely. It offers online data storage, infrastructure and the application. Figure : Infrastructure of Cloud. 4.2.1 Basic Concepts Following are the working models for cloud computing: Deployment Models. Service Models. 4.2.1.1 Deployment Models Deployment model is defining the type of access to the cloud, i.e. how the cloud is located? Cloud can have any four types of access: Public, Private, Hybrid, and Community. 4.2.1.2 Service Models These are categorized into three basic service model which are : Software-as-a-Service(SaaS) Platform-as-a-Service(PaaS) Infrastructure as- a- Service(IaaS) Software as a Service (SaaS): It provides typically specific, already- developed applications running on a cloud infrastructure. A very famous SaaS is the web-based e- mail. Most software cloud computing services are web- based applications, which can be accessed from different client nodes using a thin client interface, such as a web browser. Platform as a service (PaaS): It offers a managed higher- level application infrastructure, where clients can create and deploy particular types of software and services using the tools, environments, and programming languages supported by the cloud provider. The offers include the use of the underlying infrastructure, such as servers, network, storage, or operating systems. Paas provides the runtime environment for application, development and deployment tools etc.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 135 Infrastructure as a service (IaaS): It describes IaaS as “Cloud infrastructure as services in general provide virtualization platforms. They deploy their own software on the virtual machines and control and manage it. This is the most basic level of service. Each of the service models inherits the security and management mechanism from the underlying model.Iaas provides access to fundamental resource such as physical machines, virtual machines, virtual storage, etc. 5. IMPLEMENTATION 5.1 Mobile Application To support this application the mobile as an interface between the end users has been used, So as to make the communication between the different users.The user at any time and anywere can use this application on their mobile by logging in or by creating their own accounts or profiles. Fig 1: Shows the Main Page of Fig 2: Shows the Login page. the application. Fig 3: Shows the type’s of users. Fig 4: Shows the Registration form. Fig 5: Shows the user’s profile. Fig 6: Shows post form wereuser can post. Fig 7: Shows the post form Fig 8: Shows the process of with image . adding photo.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 136 Fig 9: Shows the farmers Fig 10: Shows the Profile. home page. Fig 11: Shows for accepting Fig 12: Shows the merchant home page. home page. 5.2 Web Services Restful web services are been used for GET, POST, PUT the data by calling the web sevices.REST is nothing but the (Representational State Transfer) which provides the client /server relationship and uniform interface. Following web service method are: GET To retrieve information. GET requests must be safe and idempotent, meaning regardless of how many times it repeats with the same parameters, the results are the same. POST To request that the resource at the URI do something with the provided entity. Often POST is used to create a new entity, but it can also be used to update an entity. PUT To store an entity at a URI. PUT can create a new entity or update an existing one. 5.3 Dashboard If the farmer, customer, merchant have any type of query they can post these queries on Dashboard. To solve the submitted queries the Dashboard isprovided were the Dashboard is nothing but the simple user interface so that the every user can see the query and can give suggestion for this queries by posting their opinion on the same dashboard. 6. CONCLUSION In our project we are going to see that by using this application the farmers can easily get the total benefit of the actual cost of product that he sold. Also all farmers are easily out from the darkness. By using this application they also get the knowledge about how to operate the internet and how to use this type of facilities.We are going to develop this application by including three types of basic languages like Hindi, English and Marathi. So if farmer don’t know the other language he can easily get the information by using this three languages that he known. 7. REFERENCES [1] Richard K. Lomotey, Yiding Chai, Shomoyita Jamal and Ralph Deters-“MobiCrop : Supporting Crop Farmers with a Cloud-Enabled Mobile App” Department of Computer Science University of Saskatchewan Saskatoon, Canada- (2013 IEEE 6th International Conference on Service- Oriented Computing and Applications).
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 137 [2] Yukikazu Murakami, SlametKristantoTirtoUtomo, KeitaHosono, Takeshi Umezawa, NoritakaOsawa “iFarm: Development of Cloud-based System of Cultivation Management for Precision Agriculture”National College of Technology, Japan, Chiba. University, Japan, Okayama University, Japan; IEEE 2nd GCCE (2013). [3] The Java complete reference-fifth edition. By Herbert Schildt-June 17 sep-2002. [4] Android Cook Book-By Ian F.Darwin-5 june-2012. [5] Android application-Packet publication. [6]Advanced PHP for Flash-By Steve Webster, Etal.Friends of ED-Sept 2002. [7] S. Bugiel, S. Nurnberger, A. Sadeghi, and T. Schneider. Twin clouds: An architecture for secure cloud computing. In Workshop on Cryptography and Security in Clouds (WCSC 2011), 2011. [8]“Cloud Computing: Concepts, Technology & Architecture” by Thomas Erl. [9] Architecting the Cloud: Design Decisions for Cloud Computing Service Models (SaaS, PaaS, & IaaS) by Michael J. Kavis Published January 2014 Pragmatic, hands-on guide to cloud architecture. [10]Cloud Computing Protected: Security Assessment Handbook by John Rhoton Published January 2013 The author’s third book on cloud computing presents an in-depth analysis of cloud security challenges for the modern enterprise organization. [11]High Performance MySQL: Optimization, Backups, Replication, and More, by Baron Schwartz, Peter Zaitsev, Vadim Tkachenko, Jeremy Zawodny, Arjen Lentz, Derek J. Balling. [12]“Programming Android Java Programming for the New Generation of Mobile Devices” by Zigurd Mennieks , Laird Dornin , G. Blake Meike ,& Mausmi Nakamura.