I want to make my settings in the sketch of Arduino. Where do i get
#define FLESPI_CERT_FINGERPRINT "3B BC 95 33 E5 AB C1 1C C8 FC 37 57 F2 94 2C 43 8E 3B 66 F3"
Tell me please?

    a year later

    Hi, I used this example to send data over MQTT to flespi with an ESP8266.
    https://flespi.com/blog/how-to-connect-esp8266-to-secure-mqtt-broker-know-it-all-and-get-it-done-approach
    It worked at first but adding more "message_object" flespi stopped getting messages.
    The arduino debug shows no errors when compiling. All the code seems to work fine. I commented out the "message_objects" that I added but it kept getting nothing.

    flespi-mqtt.c
    5kB

    Any idea what is happening?

      24 days later

      Requirement
      1 We need to test all scenarios like.. multiple publisher and consumer
      2 Different messages sizes
      3 Different messages count
      4 And capture latency, throughout

      Description
      Performance testing - Mosquitto
      1. Performance evaluation on latency

      Technology Count Message count Message Size Producer(Throughput) Consumer(Throughput) Latency ( Milli seconds)
      Mosquitto "Producer - 1
      Consumer -1" 10000 4 KB 7027 msg/s 7027 msg/s 63.97
      20000 4 KB 11123 msg/s 11115 msg/s 72.56

      "Producer - 1

      Consumer -2" 10000 40 KB 4904 msg/s 4904 msg/s 21.17
      20000 40 KB 6071 msg/s 6069 msg/s 26.54

      "Producer - 2

      Consumer -1" 10000 400 KB 4904 msg/s 4904 msg/s 21.17
      20000 400 KB 6071 msg/s 6069 msg/s 26.54

        Write a Reply...