Przeglądaj źródła

Crypto traidoffs

Min 5 lat temu
rodzic
commit
053699c174

+ 2 - 3
src/design_methodology_and_implementation.tex

@@ -87,6 +87,7 @@ Currently, there seem to be a lack of solutions on detecting crowds or how busy
 	% SPI - image
 	
 	\textbf{$\mbox{I}^{2}\mbox{C}$}
+
 	
 	% I2C - image
 
@@ -160,8 +161,7 @@ Currently, there seem to be a lack of solutions on detecting crowds or how busy
 		AH = 216.7 \times \frac{\frac{RH}{100} \times 6.112^{\frac{17.62t}{243.12+t}}}{273.15+t}
 	\end{equation}
 	
-	Where AH is absolute humidity in $g/m^3$, RH is relative humidity in percent, and t is temperature in $^{\circ} C$.
-	
+	Where AH is absolute humidity in $g/m^3$, RH is relative humidity in percent, and t is temperature in $^{\circ} C$.\\
 	\begin{figure}[h]
 		\centering
 		\includegraphics[width=\linewidth]{graphics/program.eps}
@@ -201,7 +201,6 @@ Currently, there seem to be a lack of solutions on detecting crowds or how busy
 		&& Status Flags& 8bits \\
 		&& \textit{reserved.} & 8bits \\
 		&& CRC32 Checksum & 32bits \\
-
 	\end{tabular}
 	\captionof{table}{List of message content sent from IoT device to server via TCP socket. \textbf{*} Payload length is represented in multiples of 12bits, value of 2 in this case.}
 	\label{tab:message_content}

Plik diff jest za duży
+ 30 - 1
src/engineering_trade_offs.tex


BIN
src/main.pdf


+ 9 - 1
src/references.bib

@@ -1 +1,9 @@
-@INPROCEEDINGS{8473458,  author={R. {Kobayashi} and P. {Kawamoto}},  booktitle={2018 IEEE International Congress on Internet of Things (ICIOT)},  title={On the Development of a Customizable Crowd Sensing System for Public Spaces Using IoT Cloud Services},   year={2018},  volume={},  number={},  pages={176-179},  doi={10.1109/ICIOT.2018.00033},  ISSN={},  month={July},}
+@INPROCEEDINGS{8473458,  author={R. {Kobayashi} and P. {Kawamoto}},  booktitle={2018 IEEE International Congress on Internet of Things (ICIOT)},  title={On the Development of a Customizable Crowd Sensing System for Public Spaces Using IoT Cloud Services},   year={2018},  volume={},  number={},  pages={176-179},  doi={10.1109/ICIOT.2018.00033},  ISSN={},  month={July},}
+
+@ONLINE{cryptolib, 
+	title={Arduino Cryptography Library},
+	url={https://rweather.github.io/arduinolibs/crypto.html},
+	urldate={2020-04-03},
+	year={2018},
+	month={April},
+}