Browse Source

updated abstract and keywords (95% of this commit is a formatting issue with texstudio i guess, sry)

master
Sven Reissmann 7 years ago
parent
commit
48d7889155
  1. 8
      esper-ota.tex

8
esper-ota.tex

@ -430,7 +430,11 @@ Fulda, Germany\\ Email: Dustin.Frisch@cs.hs-fulda.de}
\begin{abstract}
This article describes the implementation of durable and stable system for building firmware updates for embedded systems based on \textit{ESP8266}\cite{ESP8266} microcontrollers. This includes the mechanisms used to build the updates, distribute and install them on the device.
Over the last years, a rapidly growing number of IoT devices is found on the market, especially in the area of the so-called smart home.
These devices, which are deployed in vast numbers and frequently in use over many years, pose a risk to the internet as a whole if not provided regularly with security patches.
Hence, a fully automated process for large-scale software updates of such embedded devices must be considered.
In this article, we present an implementation of a durable and stable system for building and publishing cryptographically secure firmware updates for embedded devices based on \textit{ESP8266} microcontrollers.
This includes mechanisms to build the updates from source and automatically sign, distribute and install them on the target devices.
\end{abstract}
% IEEEtran.cls defaults to using nonbold math in the Abstract.
@ -443,7 +447,7 @@ Fulda, Germany\\ Email: Dustin.Frisch@cs.hs-fulda.de}
% no keywords
\begin{IEEEkeywords}
Anything; Something; Everything else.%
Secure Updates, Over the Air, ESP8266.
\end{IEEEkeywords}

Loading…
Cancel
Save