From 687a43e1368cff3cfa1fcc48ff8406e8d3f15e92 Mon Sep 17 00:00:00 2001 From: Pradeeban Kathiravelu Date: Mon, 8 Aug 2022 13:11:06 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b155a7..c6d5089 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -# _concore_ -CONTROL-CORE is a framework for closed-loop peripheral neuromodulation control systems. The CONTROL-CORE protocol, known as _concore_, allows modular simulation of controller and PM nodes to run on different operating systems, computing platforms, and programming languages. +# The CONTROL-CORE Framework. +[CONTROL-CORE](https://github.com/ControlCore-Project/) is a framework for closed-loop peripheral neuromodulation control systems. + +The CONTROL-CORE framework consists of the below projects. + +* _concore_: The CONTROL-CORE protocol, known as _concore_, allows modular simulation of controller and PM nodes to run on different operating systems, computing platforms, and programming languages. [This repository](https://github.com/ControlCore-Project/concore/) consists of _concore_ source code. The _concore_ documentation can be found [here](https://control-core.readthedocs.io/en/latest/index.html). For a more scientific documentation, please read our extensive [open-access research paper](https://doi.org/10.1109/ACCESS.2022.3161471). + +* _concore_ Editor: This is the front-end for CONTROL-CORE. We forked [DHGWorkflow](https://github.com/ControlCore-Project/DHGWorkflow), a sibling project we developed, and extend as the _concore_ Editor. + +* _Mediator_ + +* _concore-lite_ # Configuring _concore_