-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
73 lines (67 loc) · 2.76 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<title>HomeWSN: Blog</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="img/homewsn.png">
<link rel="stylesheet" href="css/bootstrap-3.2.0.min.css">
<link rel="stylesheet" href="css/blog.css">
</head>
<body>
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">HomeWSN</a>
</div>
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav">
<li><a href="webdemo.html">Web Demo</a></li>
<li class="active"><a href="javascript:;">Blog</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<ul class="post-list">
<li>
<a class="post-link" href="blog/how-to-install-openwrt.html">How to install OpenWrt?</a>
<span class="post-meta">Jun 5, 2015</span>
<p></p>
<p>First you need to choose the router model. I have only tried TP-Link TL-WR703N, TL-MR3020 and TL-MR10U models.
Here are the specifications of the devices:</p>
<ul>
<li>Atheros AR9331@400MHz <a href="https://wikidevi.com/wiki/MIPS_24K">MIPS 24K core</a></li>
<li>10/100 Mbit Ethernet port</li>
<li>4 MB flash memory</li>
<li>32 MB RAM</li>
<li>USB 2.0 port</li>
<li>micro-USB port for power</li>
</ul>
<p></p>
<a href="blog/how-to-install-openwrt.html"><b>Read more...</b></a>
</li>
<li>
<a class="post-link" href="blog/how-to-connect-lan-and-wpan-or-why-openwrt.html">How to connect LAN and WPAN or why OpenWrt?</a>
<span class="post-meta">Jun 4, 2015</span>
<p></p>
<p><a href="https://openwrt.org/">OpenWrt</a> is a Linux distribution for small embedded devices like routers.
What is the advantage of using small embedded device with OpenWrt and <a href="https://github.com/homewsn/whsnbg">whsnbg</a> as MQTT broker-gateway over the regular computer?
Please see the pictures below. These pictures are the fragments of the network topology diagram from <a href="../index.html">here</a>:</p>
<p style="text-align: center;"><img src="../img/scheme-border-router.png"></p>
<a href="blog/how-to-connect-lan-and-wpan-or-why-openwrt.html"><b>Read more...</b></a>
</li>
</ul>
</div>
<script type="text/javascript" src="js/jquery-2.1.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap-3.2.0.min.js"></script>
<!-- Google analytics -->
<script type="text/javascript" src="js/analytics.js"></script>
</body>
</html>