charlesladzro / Protocole-MQTT_COAP

Mise en place d'une communication bidirectionnelle par le protocole MQTT ou COAP en utilisant l'ESP32 et Node-Red
0 stars 1 forks source link

MQTT vs COAP data speed test #1

Open martin9115 opened 2 years ago

martin9115 commented 2 years ago

Hi, how can we use this project to test data speed, send via MQTT an COAP, to see which send / receive data faster ?

charlesladzro commented 2 years ago

Hi, you can follow the guide (in French) that I just added in the package to implement the MQTT and COAP protocol. For the transmission speed measurement, you can add lines of codes to display the sending and receiving time on Arduino and/or on node-red.

martin9115 commented 2 years ago

I'm not good in programming. Can you help me with some example code, please ?