क्या किसी ने काम करने के लिए अपने क्विकस्टार्ट में उदाहरण दिया है ? वे अपने 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 -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.