Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jetson Nano connection with MQTT server #25

Open
NSL-Wx opened this issue Apr 15, 2022 · 0 comments
Open

Jetson Nano connection with MQTT server #25

NSL-Wx opened this issue Apr 15, 2022 · 0 comments

Comments

@NSL-Wx
Copy link

NSL-Wx commented Apr 15, 2022

After I got the server set up on my local machine, I want use Jetson Nano to run following command:

Run with MQTT_BROKER_IP, MQTT_DEVICE_NAME, and MASKCAM_DEVICE_ADDRESS

sudo docker run --runtime nvidia --privileged --rm -it --env MQTT_BROKER_IP= --env MQTT_DEVICE_NAME=my-jetson-1 --env MASKCAM_DEVICE_ADDRESS= -p 1883:1883 -p 8080:8080 -p 8554:8554 maskcam/maskcam-beta
but I can't establish MQTT connection from the device to the server, than I use Jetson Nano try following command:
ping
I found I can't ping my local server IP
How to fix this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant