docs: added initial documentation for the python beta gui based on prior gui documentation

This commit is contained in:
Blake Harnden 2020-05-11 12:26:05 -07:00
parent a36674aba9
commit 88a98fff82
45 changed files with 655 additions and 1 deletions

View file

@ -23,6 +23,7 @@ networking scenarios, security studies, and increasing the size of physical test
|[Architecture](architecture.md)|Overview of the architecture|
|[Installation](install.md)|How to install CORE and its requirements|
|[GUI](gui.md)|How to use the GUI|
|[(BETA) Python GUI](gui.md)|How to use the BETA python based GUI|
|[Distributed](distributed.md)|Details for running CORE across multiple servers|
|[Python Scripting](scripting.md)|How to write python scripts for creating a CORE session|
|[gRPC API](grpc.md)|How to enable and use the gRPC API|