-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
224 lines (183 loc) · 6.21 KB
/
main.tex
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
% \documentclass[sigconf, anonymous]{acmart}
\documentclass[sigconf,bookmarks=false]{acmart}
\usepackage{booktabs} % For formal tables
\usepackage{graphicx}
% Note: do not use url & hyperref packages.
% They do not pass the IEEE pdfxpress checks
% \usepackage{url}
% \usepackage{hyperref}
% \usepackage{subfigure}
\usepackage{balance}
\usepackage{amssymb,amsmath}
% \usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\usepackage{algorithm2e}
\usepackage{algpseudocode}
\usepackage{todonotes} % get rid of this later
\usepackage{subfig}
\usepackage{wrapfig}
\newcommand{\compactimg}{\vspace{-14pt}}
\newcommand{\tableref}[1]{Table~\ref{tab:#1}}
\newcommand{\figref}[1]{Figure~\ref{fig:#1}}
\newcommand{\secref}[1]{Section~\ref{sec:#1}}
\newcommand{\algoref}[1]{Algorithm~\ref{algo:#1}}
\newcommand{\bob}[1]{\textcolor{red}{{\bf from Bob: #1}}}
\newcommand{\cmt}[2]{{\color{blue} #1} {\color{red} [#2]}}
\newenvironment{tightitem}{\begin{itemize}\setlength{\itemsep}{1pt}\setlength{\parskip}{0pt}\setlength{\parsep}{0pt}}{\end{itemize}}
\begin{document}
% Copyright
% \setcopyright{none}
\setcopyright{acmcopyright}
% \setcopyright{acmlicensed}
% \setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}
% DOI
\acmDOI{None}
% ISBN
\acmISBN{}
%Conference
\acmConference[IPSN 2018]{IEEE/ACM Information Processing in Sensor Networks}{April 2018}{Porto, Portugal}
\acmYear{2018}
\copyrightyear{2018}
% \acmPrice{xx.00}
\title[Charm]{ Charm: Exploiting Geographical Diversity Through \\ Coherent Combining in Low-Power Wide-Area Networks }
%\titlenote{Produces the permission block, and
% copyright information}
% \subtitle{Extended Abstract}
% \subtitlenote{The full version of the author's guide is available as
% \texttt{acmart.pdf} document}
\author{Adwait Dongare}
\affiliation{%
\institution{Carnegie Mellon University}
%\city{Pittsburgh}
%\state{PA}
}
\email{[email protected]}
\author{Revathy Narayanan}
\affiliation{%
\institution{Carnegie Mellon University}
%\city{Pittsburgh}
%\state{PA}
}
\affiliation{%
\institution{IIT Madras}
%\city{Chennai}
%\state{India}
}
\email{[email protected]}
\author{Akshay Gadre}
\affiliation{%
\institution{Carnegie Mellon University}
%\city{Pittsburgh}
%\state{PA}
}
\email{[email protected]}
\author{Anh Luong}
\affiliation{%
\institution{Carnegie Mellon University}
%\city{Pittsburgh}
%\state{PA}
}
\email{[email protected]}
\author{Artur Balanuta}
\affiliation{%
\institution{Carnegie Mellon University}
%\city{Pittsburgh}
%\state{PA}
}
\affiliation{%
\institution{Instituto Superior T\'ecnico, Lisbon}
}
\email{[email protected]}
\author{Swarun Kumar}
\affiliation{%
\institution{Carnegie Mellon University}
%\city{Pittsburgh}
%\state{PA}
}
\email{[email protected]}
\author{Bob Iannucci}
\affiliation{%
\institution{Carnegie Mellon University}
%\city{Palo Alto}
%\state{CA}
}
\email{[email protected]}
\author{Anthony Rowe}
\affiliation{%
\institution{Carnegie Mellon University}
%\city{Pittsburgh}
%\state{PA}
}
\email{[email protected]}
% The default list of authors is too long for headers}
\renewcommand{\shortauthors}{Dongare et al.}
\begin{abstract}
Low-Power Wide Area Networks (LPWANs) are an emerging wireless platform which
can support battery-powered devices lasting 10-years while communicating at
low data-rates to gateways several kilometers away. Not all such devices will
experience the promised 10 year battery life despite the high density of LPWAN
gateways expected in cities. Transmission from devices located deep within
buildings or in remote neighborhoods will suffer severe attenuation forcing
the use of slow data-rates to reach even the closest gateway, thus resulting
in battery drain.
This paper presents Charm, a system that enhances both the battery life of
client devices and the coverage of LPWANs in large urban deployments. Charm
allows multiple LoRaWAN gateways to pool their received signals in the cloud,
coherently combining them to detect weak signals that are not
decodable at any individual gateway. Through a novel hardware and software
design at the gateway, Charm carefully detects which chunks of the received
signal need to be sent to the cloud, thereby saving uplink bandwidth. We
present a scalable solution to decoding weak transmissions at city-scale by
identifying the set of gateways whose signals need to be coherently combined
over time. In evaluations over a test network and from simulations using
traces from a large LoRaWAN deployment in Pittsburgh, Pennsylvania, Charm
demonstrates a gain of up to 3$\times$ in range and 4$\times$ in
client battery-life.
\end{abstract}
%used to add page numbers
% \settopmatter{printfolios=true}
\compactimg
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10010520.10010553.10003238</concept_id>
<concept_desc>Computer systems organization~Sensor networks</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010583.10010588.10010595</concept_id>
<concept_desc>Hardware~Sensor applications and deployments</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10003033.10003058.10003065</concept_id>
<concept_desc>Networks~Wireless access points, base stations and infrastructure</concept_desc>
<concept_significance>300</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Computer systems organization~Sensor networks}
\ccsdesc[500]{Hardware~Sensor applications and deployments}
\ccsdesc[300]{Networks~Wireless access points, base stations and infrastructure}
\keywords{LPWAN, sensor networks, coherent combining, diversity}
\maketitle
\input{tex/1-introduction.tex}
\input{tex/2-related.tex}
\input{tex/3-background.tex}
\input{tex/4-arch.tex}
\input{tex/5-gateway.tex}
\input{tex/6-cloud.tex}
\input{tex/7-implementation.tex}
\input{tex/8-evaluation.tex}
\input{tex/9-conclusion.tex}
\section*{Acknowledgment}
This research is supported in part by the National Science Foundation under
award CNS-1329644 and the CONIX Research Center, one of six centers in JUMP, a
Semiconductor Research Corporation (SRC) program sponsored by DARPA.
\vspace{-5pt}
\bibliographystyle{ACM-Reference-Format}
\bibliography{references}
\end{document}