8 lines
1.1 KiB
TeX
8 lines
1.1 KiB
TeX
\chapter{Conclusion}\label{ch:conclusion}
|
|
\iottbsc is an attempt for at an automation testbed for \iot devices.
|
|
The \iottb package can be considered somewhat feature limited and incomplete for a proper testbed, but it provides a foundation on which to build a more fully fledged system.
|
|
\iottb currently automates the setup and configuration of network packet capture and saves relevant database.
|
|
The testbed uses the file system as a database such that it is also navigable by humans, not just machines.
|
|
Data is stored in a predictably named hierarchy, and files which are produced as a result of operating \iottb are both uniquely identifiable and interpretable for humans. This is achieved by using the file system paths to provide some context, such that file names must only contain minimal information to make it meaningful to humans. Additionally, all created resources are identified by a \uuid which ensures that even if data is accidentally moved, their data is linked at least in principle.
|
|
In summary, \iottbsc is a testbed which takes the first step toward a future where data is FAIR and experiments are reproducible.
|