Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ To configure and run Greengrass Nucleus Lite, see the
For setting up as a Greengrass developer, also see the
[developer setup guide](docs/DEVELOPMENT.md).

For easy device onboarding and examples for specific boards, visit Avnet’s
/IOTCONNECT Greengrass repository
For easy device onboarding and example implementation, you may want to check out
[Avnet's workshop](https://event.on24.com/wcc/r/5114804/16BB67D34A48F65741B4C0A5EA675F1A).

Furthermore you can visit Avnet's IOTCONNECT Greengrass repository
[on GitHub](https://github.com/avnet-iotconnect/iotc-python-greengrass-sdk) for
SDKs and Quick Start guides that support platforms such as STM32, Renesas, NXP
and Raspberry Pi.
Expand All @@ -39,7 +41,7 @@ The `main` branch contains ongoing development work and:

## Supported Greengrass V2 IPC commands (Features)

IPC support is provided by ggipcd. The support is translating the IPC command to
IPC support is provided by ggipcd. The support translates the IPC command to
corebus. This table identifies the corebus component that does the work.

| Feature | Daemon that provides support |
Expand All @@ -62,7 +64,7 @@ Additional IPC commands will be supported in future releases.

Known issues are documented
[here](https://github.com/aws-greengrass/aws-greengrass-lite/issues) with some
potential workarounds. Additionally only basic recipe types are supported, more
potential workarounds. Additionally, only basic recipe types are supported, more
information on missing features can be found
[here](./docs/RECIPE_SUPPORT_CHANGES.md).

Expand Down
Loading