From ec7fc26f82961ce993a5d4fc669cd5d10c0b5964 Mon Sep 17 00:00:00 2001 From: Ryan Alder Date: Fri, 29 May 2020 11:58:48 -0700 Subject: [PATCH] Added abstract --- intro.tex | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/intro.tex b/intro.tex index 7e9139c..8354100 100644 --- a/intro.tex +++ b/intro.tex @@ -56,16 +56,20 @@ } \vspace{20pt} } - % \begin{abstract} - % The Fenceless Grazing Collar system aims to reduce the amount of work - % needed by farmers to keep herds of grazing animals. The project - % will be implemented using the LoRa wireless communication protocol to allow - % for long-range interaction between animal-worn collars and a gateway device. - % The gateway device will also provide an HTTP-based JSON API to apply configuration - % changes to collars through an application built for Android mobile devices. - % The MariaDB SQL database management system will be used to store the data - % received from the collar for viewing and analysis. - % \end{abstract} + \begin{abstract} + The Fenceless Grazing System aims to reduce the amount of work + needed by farmers to keep and manage herds of grazing animals. The project + implements a network of devices using the LoRa wireless communication protocol to allow + for long-range interaction between animal-worn collars and a gateway. + 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. + A MariaDB SQL database management system is used to store the data + received from the collar for viewing and analysis. This system has been finalized, + 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{titlepage}