Skip to content

Commit

Permalink
feat: add parsec provider component to the catalog (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
saranyailla authored Apr 16, 2024
1 parent 994d71f commit edbec80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Following is a list of Greengrass components.
* [Jupyter Labs](https://github.com/awslabs/aws-greengrass-labs-jupyterlab): This component deploys JupyterLab to a Greengrass core device. The Jupyter environment will have access to all the process and environment variable resources set by Greengrass thereby simplifying the process of testing and developing components written in Python.
* [Local Webserver](https://github.com/awslabs/aws-greengrass-labs-local-web-server): This component enable users to create local web user interface on a Greengrass core device. The web user interface can be used to configure device and application settings, or monitoring the device.
* [LoRaWAN Network Server](https://github.com/awslabs/aws-greengrass-labs-component-for-the-things-stack-lorawan): This component deploys [The Things Stack](https://github.com/TheThingsNetwork/lorawan-stack) LoRaWAN Network Server (LNS). This enables ingestion of data from LoRaWAN devices so customers can get insights from data and take action locally without connecting to the cloud.
* [Parsec Provider Component](https://github.com/awslabs/aws-greengrass-labs-parsec-provider): This community component allows AWS IoT Greengrass devices to integrate hardware security solutions using the open-source [Parsec](https://parsec.community/) project from Cloud Native Computing Foundation ([CNCF](https://www.cncf.io/)).
* [TES Routing to Container](https://github.com/awslabs/aws-greengrass-labs-tes-router): This component configures nftables or iptables on a Greengrass device to be able to use [Token Exchange Service](https://docs.aws.amazon.com/greengrass/v2/developerguide/token-exchange-service-component.html) component with containers.
* [WebRTC](https://github.com/awslabs/aws-greengrass-labs-webrtc): This component ingests audio and video streams from RTSP cameras connected to the Greengrass core device. And then the component turns the audio and video streams into peer-to-peer communication or relay through Amazon Kinesis Video Streams.
* [GStreamer for LookoutForVision](https://github.com/awslabs/aws-greengrass-labs-lookoutvision-gstreamer): This component provides a GStreamer plugin that enables you to perform [Amazon Lookout For Vision](https://aws.amazon.com/lookout-for-vision/) anomaly detection in your custom GStreamer pipelines.
Expand Down

0 comments on commit edbec80

Please sign in to comment.