Skip to content

Commit

Permalink
8.2 updates - moving projects into main, documentation, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Updyke committed Aug 26, 2024
1 parent e1be27a commit c49a2f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,18 @@ GHOSTS clients simulate users on a machine doing "user-like" things. They can be
- Run terminal commands
- Etc.

### Ghosts API Server
### [Ghosts API Server](src/Ghosts.API/)

The API server provides a way for clients to interact with the GHOSTS system and its clients. It can:

- Manage clients, add/remove them from groups, etc.
- Get/manage information from clients regarding their previous or current activities, etc.
- Orchestrate new activities for particular clients to perform

### [Ghosts Web Server](src/ghosts.ui/README.md)

The web server provides a way for administrators to interact with the GHOSTS system and its clients.

### [Ghosts Lite](src/Ghosts.Client.Lite/)

A resource light version of the Windows GHOSTS client that can be run on minimal hardware.
Expand Down

0 comments on commit c49a2f3

Please sign in to comment.