IoT Protocol evaluation Platform--Chlorophytum User Guide

Source: Internet
Author: User

After a busy weekend, it was small and fruitful. Published a simple IoT platform: http://mqtt.phodal.com, simply write a guide to use.

COAP protocol

using libcoap words can be used

coap-client -m get coap://mqtt.phodal.com:5683/topics/zero

With COAP-CLI, you can use:

Echo-N' Hello World '| Coap Post Coap://mqtt.phodal.com/topics/zeroEcho-N' {' lettuce ': 123} '| Coap Post Coap://mqtt.phodal.com/topics/zero
MQTT protocol

Mosquitto Example

mosquitto_pub -h mqtt.phodal.com -d -t lettuce -m "Hello, MQTT. This is my first message."

Examples of Python Mqtt:

ImportMOSQUITTOMQTTC = Mosquitto. Mosquitto ("Python_pub") Mqttc.connect ("Mqtt.phodal.com",1883, -,True) Mqttc.publish ("Lettuce","Hello, world!.")
HTTP protocol

Post Example

$ curl -X PUT -d ‘{ "dream": 1 }‘ -H "Content-Type: application/json" http://mqtt.phodal.com/topics/lettuce

Get Example

$ curl http://mqtt.phodal.com/topics/lettuce{ "dream": 1 }

IoT Protocol evaluation Platform--Chlorophytum User Guide

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.