You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,33 @@ <h1>Functional IoT</h1>
41
41
</nav>
42
42
<section>
43
43
44
-
### UNDER CONSTRUCTION ###
45
-
46
44
<h3>
47
45
<aname="whatis" class="anchor" href="#whatis"><spanclass="octicon octicon-link"></span></a>What is Functional IoT?</h3>
48
46
49
-
<p><ahref="http://en.wikipedia.org/wiki/Internet_of_Things">The Internet of Things (or IoT for short)</a> refers to uniquely identifiable objects and their virtual representations in an Internet-like structure.</p>
47
+
<p><ahref="http://en.wikipedia.org/wiki/Internet_of_Things">The Internet of Things</a> (or IoT for short) refers to uniquely identifiable objects
48
+
and their virtual representations in an Internet-like structure.
49
+
Imagine IoT devices are:</p>
50
+
51
+
<ul>
52
+
<li>connected to the internet</li>
53
+
<li>developed in a short time</li>
54
+
<li>storing personal data</li>
55
+
<li>secure</li>
56
+
<li>more intelligence</li>
57
+
<li>inexpensive</li>
58
+
</ul>
59
+
60
+
<p>C language can design the IoT devices such like that? No, can't. We need the language that is good for system programming with strong type,
61
+
to develop IoT device more safety more drastic approach.</p>
62
+
63
+
<p>The <b>Functional IoT</b> is a wrestling mat that strong typed languages fight on, to become the champion of system programming language.</p>
0 commit comments