From 4724ff666476c0945c0e72dc9a49e20d90b23b16 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Fri, 16 Jun 2023 13:56:29 -0400 Subject: [PATCH] cleaning up old files and working on readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1aee79..ce97ac8 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ This branch will serve as the staging ground for adding unit tests and documenta * [Usage](#usage) * [Technical Information](#technical-information) * [Overview](#overview) - * [Server](#server) + * [Server](/wiki/server) * [Reactor](#reactor) + * [Hardware](#hardware) * [Networking](#networking) * [GUI](#gui) * [API](#api) @@ -21,6 +22,10 @@ This branch will serve as the staging ground for adding unit tests and documenta ## Introduction +FRMS serves as both an internal framework for interacting with reactors as well as a scalable customer facing application. +The project makes heavy use of low-cost yet powerful embedded systems capable of running full Linux distributions. +The [BeagleBone Black](https://beagleboard.org/black) is an example of the type of board used + ## Getting Started ### Installation @@ -31,8 +36,6 @@ This branch will serve as the staging ground for adding unit tests and documenta ### Overview -### Server - ### Reactor ### Networking