Skip to content

Commit

Permalink
Adress feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Oct 24, 2024
1 parent f052dd8 commit d9b8799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/viam-micro-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ date: "2024-09-03"
---

`viam-micro-server` is the lightweight version of [`viam-server`](/architecture/viam-server/) which can run on resource-limited embedded systems (ESP32) that cannot run the fully-featured `viam-server`.
`viam-micro-server` is built from the [micro-RDK](https://github.com/viamrobotics/micro-rdk/tree/main).
`viam-micro-server` is built from the open-source [micro-RDK](https://github.com/viamrobotics/micro-rdk/tree/main).

## Hardware requirements

Expand Down
5 changes: 3 additions & 2 deletions docs/architecture/viam-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ date: "2022-01-01"
# updated: "" # When the content was last entirely checked
---

The open-source `viam-server` executable runs on a computer and manages hardware, software, and data for a machine.
The `viam-server` executable runs on a computer and manages hardware, software, and data for a machine.
`viam-server` is built from the open-source [Robot Development Kit (RDK)](https://github.com/viamrobotics/rdk).
If you are working with microcontrollers, [`viam-micro-server`](/architecture/viam-micro-server/) is a lightweight version of `viam-server` which can run on resource-limited embedded systems that cannot run the fully-featured `viam-server`.

To use Viam with a machine, you create a configuration specifying which hardware and software the machine consists of.
`viam-server` manages and runs the drivers for the configured {{< glossary_tooltip term_id="resource" text="resources" >}}.
`viam-server` then manages and runs the drivers for the configured {{< glossary_tooltip term_id="resource" text="resources" >}}.

Overall, _viam-server_ manages:

Expand Down

0 comments on commit d9b8799

Please sign in to comment.