빠른 시작 에서 모범을 보인 사람 이 있습니까? MQTT 브릿지에 연결할 NodeJS 코드를 제공하지만 작동하지 않습니다.
[root@centos7 google-iot-mqtt]# node cloudiot_mqtt_example_nodejs.js \
> --project_id=curious-furnace-181313 \
> --registry_id=my-registry \
> --device_id=mimic1 \
> --private_key_file=./rsa_private.pem \
> --algorithm=RS256
Google Cloud IoT Core MQTT example.
connect { '0': {},
'1':
{ [Function: require]
resolve: [Function: resolve],
main:
Module {
id: '.',
exports: {},
parent: null,
filename: '/home/tmp/uwe/google-iot-mqtt/cloudiot_mqtt_example_nodejs.js',
loaded: true,
children: [Object],
paths: [Object] },
(수천 줄의 스택 추적) Google IoT Core 대시 보드에서 활동이 없으며 끌어 오기 구독의 메시지가 없습니다.
mosquitto_pub는 이상한 오류를 반환합니다.
% ./mosquitto_pub -d -h mqtt.googleapis.com -p 8883 -i projects/curious-furnace-181313/locations/us-central1/registries/my-registry/devices/mimic1 -u unused --key ~/mimic/scripts/mqtt/google-iot/rsa_private.pem --cert ~/mimic/scripts/mqtt/google-iot/rsa_cert.pem -t /devices/mimic1/events -m hello --insecure
Client projects/curious-furnace-181313/locations/us-central1/registries/my-registry/devices/mimic1 sending CONNECT
Error: Unrecognised command 16
Error: A network protocol error occurred when communicating with the broker.
NODEJS 앱에서 생성 된 메시지가 구독에 도달하는 데 시간이 걸렸습니다. 그러나 mosquitto_pub는 여전히 작동하지 않습니다.
—
Gambit 지원
NODEJS 애플리케이션에서 작성된 JWT 비밀번호로 mosquitto_pub에 -P 인수를 추가해도 도움이되지 않습니다.
—
Gambit 지원