Вы находитесь на странице: 1из 15

INTERNET OF THINGS &

SECURITY
BY:R.DHAVA VIGNESH
ROLL NO:RA1711003020472
About the ABOUT THECOMPANY
 Kaashiv Infotech is going through a renaissance, a redefinition of its philosophy
in software field and its business values. The one thing that is constant, however,
is its belief in people and technology. A belief that is strengthened by the passion
of its team, a passion for people and the passion to drive technology beyond its
limits.
 Kaashiv infotech is an amalgamation of best practices and competencies brought
in by leading professionals on some of the most renowned names of the
Corporate World.
Kaashiv info tech has provided specialized Knowledge Services to a wide range of
industry verticals.
This puts us in a unique position where we are able to not only deliver cutting
edge solutions but also help build in-house competencies of our Clients, be it in
the Knowledge Services domain or a part of our Enterprise Services.
 Microsoft Web Developer Advisory Council team member and a well
known Microsoft Most Valuable Professional (MVP) for the year
2008-2018 and the tremendous Asia, India, Tamil Nadu.
 Books of Record holder on the topic Ten years of IT field experience
worked with US, UK, Japan, and Australian clients.
 Bagged 13 International Level, 6 Company Level, 7 National Level, 3
State Level awards during his Professional career that includes the
prominent Microsoft Awards.
INTERNET OF THINGS
• The Internet of Things is simply "A network of Internet connected
objects able to collect and exchange data." It is commonly
abbreviated as IoT. ... In a simple way to put it, You have "things" that
sense and collect data and send it to the internet. This data can be
accessible by other "things" too.
• Useful In Monitoring – One of the most apparent advantages of IoT is
monitoring. It provides an advantage of knowing things in advance.
With this, the exact quantity of supplies, water distribution and
consumption, intelligent energy management, and security
distribution gets collected easily.
Why IOT is important?
• Better scope for future Data scientist.
• Better learning for creators each day:
• Better encouragement:
• A User friendly programming language:
• Affordable Option of learning:
• Better Career opportunities.
• Better understanding on business strategies:
• Safe and secure learning Environment.
Who invented IOT?
• Kevin Ashton
• The term "The Internet of Things" was coined by Kevin Ashton in a
presentation to Proctor & Gamble in 1999. Ashton is a co-founder of
MIT's Auto-ID Lab. He pioneered RFID use in supply-chain
management. He started Zensi, a company that makes energy sensing
and monitoring technology.
Iot using dot net
• .NET (pronounced dot net) is a framework that provides a programming
guidelines that can be used to develop a wide range of applications–––
from web to mobile to Windows-based applications. The .NET framework
can work with several programming languages such as C#, VB.NET, C++
and F#
• It enables .NET developers to create compelling web
applications with ease. It also applies to IoT apps. Having Windows 10 IoT
and ASP.NET Core in your toolset allows you to build nice applications or
background-running services and run them on your IoT device
• .NET Core can be used to build applications for IoT devices and scenarios.
IoT applications typically interact with sensors, displays and input devices
that require the use of GPIO pins, serial ports or similar hardware.
Microsoft visual basic.net
• VB.NET is an object-oriented language, which supports the abstraction,
encapsulation, inheritance, and polymorphism features. It is the most productive
tool for rapidly creating a wide range of Windows, Web, Mobile, and Office
applications built on the .NET Framework.
• VB is not only a language but primarily an integrated, interactive development
environment (“IDE“).
Creating pages using vb.net
• Code for creating page
Dim user as string
User=textbox1.text
Dim pass as string
Pass=textbox2.text
Is user=“user1”and pass+”pass1” or user=“user2” and pass=“pass2”
Msgbox(“login successfully)
Me.hide
Form2 show
else( msgbox(“login unsuccessful”)
end
• For a login form, we need to drag some items to the form, drag 2
text boxes, two command buttons, and two labels. Arrange them
such that they appear as the login form.
• LOGIN FORM
• Creating a register form
To start with this project, let’s create first a MySQL database name ”
dbuser “

CREATE TABLE IF NOT EXISTS ’user’


‘user id’ int(11) NOT NULL AUTO_INCREMENT,
‘user name’ varchar (40) NOT NULL,
MySQL

‘user username’ varchar(40) NOT NULL,


‘user pass’varchar(90) NOTNULL’
‘user type’ varchar(20) NOTNULL’
PRIMARY KEY(‘user id’)
ENGINE=innoDB
• After creating a table in the MySQL Database, open the Visual Basic
and create a new Windows Form Application. Set up the Form just
like this.
Applications of IOT
Smart Home. Whenever we think of IoT systems, the most important and
efficient application that stands out is the smart home, ranking the highest
IoT application on all channels. ...
Wearables. ...
Smart City. ...
Smart Grids. ...
Industrial Internet. ...
Connected Car. ...
Connected Health (Digital Health/Telehealth/Telemedicine) ...
Smart Retail.

Вам также может понравиться