An open API service indexing awesome lists of open source software.

https://github.com/softchef/interview-test-mqtt


https://github.com/softchef/interview-test-mqtt

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# SoftChef Interview Test - MQTT Connect test

### MQTT Broker Endpoint: ________________

Test time: 20 minutes

### Write a node.js program.

1. Find a javascript or node.js MQTT library.
3. Connect to MQTT Broker through MQTT library.
4. Subscribe "softchef/data" topic and check receive message per second.
5. Publish message to "softchef/control" topic.
6. Explain how does steps complete this test.

### Additional

1. What's the MQTT protocol?
2. Why does IoT preferred MQTT?