3

I am developing a vehicle tracking device.I want to send data to server through MQTT from my sim808 GSM module.But I couldn't find any good library of MQTT for Arduino. There are so much resources for Wi-Fi module but I'm using a GSM module.

Helmar
  • 8,450
  • 6
  • 36
  • 84

1 Answers1

2

There is a good library called GSM_MQTT.hfor sending data through mqtt from GSM modules. You can refer this site.

Hope this helped.

Adil Saju
  • 280
  • 1
  • 4