Added abstract

This commit is contained in:
Ryan Alder 2020-05-29 11:58:48 -07:00
parent 4b2fe7a039
commit ec7fc26f82
1 changed files with 14 additions and 10 deletions

View File

@ -56,16 +56,20 @@
} }
\vspace{20pt} \vspace{20pt}
} }
% \begin{abstract} \begin{abstract}
% The Fenceless Grazing Collar system aims to reduce the amount of work The Fenceless Grazing System aims to reduce the amount of work
% needed by farmers to keep herds of grazing animals. The project needed by farmers to keep and manage herds of grazing animals. The project
% will be implemented using the LoRa wireless communication protocol to allow implements a network of devices using the LoRa wireless communication protocol to allow
% for long-range interaction between animal-worn collars and a gateway device. for long-range interaction between animal-worn collars and a gateway.
% The gateway device will also provide an HTTP-based JSON API to apply configuration An HTTP-based JSON API server is hosted on the same hardware as the gateway, and applies configuration
% changes to collars through an application built for Android mobile devices. changes to collars through an application built for Android mobile devices.
% The MariaDB SQL database management system will be used to store the data A MariaDB SQL database management system is used to store the data
% received from the collar for viewing and analysis. received from the collar for viewing and analysis. This system has been finalized,
% \end{abstract} tested, and implemented in anticipation for the completion of the project. This document
contains all information and documents gathered and created during the design and
implementation of the Fenceless Grazing System in an effort to maintain an archive
of all of the work that was accomplished.
\end{abstract}
\end{singlespace} \end{singlespace}
\end{titlepage} \end{titlepage}