Jump to content

DeepStream Reference Designs/Getting Started/Environment Setup: Difference between revisions

Line 65: Line 65:
</syntaxhighlight>
</syntaxhighlight>


The AMQP protocol communicates with an AMQP 0-9-1 compliant message broker like [https://www.rabbitmq.com/ RabbitMQ]. In this project, we use docker to build an image with the RabbitMQ message broker. Docker is one of the packages installed as part of NVIDIA JetPack 4.6, so no extra installation is required. You can check the version of docker installed on the Jetson with the following command:
The AMQP protocol communicates with an AMQP 0-9-1 compliant message broker like [https://www.rabbitmq.com/ RabbitMQ]. In this project, we use docker to build an image with the RabbitMQ message broker. Docker is one of the packages installed as part of NVIDIA JetPack 4.6, so no extra installation is required. You can check the docker version installed on the Jetson with the following command:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
583

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.