ftCommunity / ftcommunity-TXT

Fischertechnik ROBOTICS TXT firmware, community edition
http://cfw.ftcommunity.de/
GNU General Public License v3.0
46 stars 31 forks source link

TXT - MQTT- C++ #195

Closed OguzEmreB closed 1 year ago

OguzEmreB commented 3 years ago

I am trying to connect txt to Thingsboard iot. I reconfigured mosquitto.conf and added ft-txt-bridge-cloud.conf which contains thingsboard settings. Yet I dont know if I configured them right. I couldnt test the connection. I need a simple code for test. Sends a value with mqtt from txt as 'method = a, params = 1'. I tried to pick some codes from factory examples but couldnt manage to do that. Need to know which libraries I need and which codes for publish and subscribe.. Thanks..

hypnotoad commented 2 years ago

This is the community firmware. I think there is no mqtt support available, but I think there should. I would propose to set BR2_PACKAGE_QT5MQTT as well as BR2_PACKAGE_PYTHON_PAHO_MQTT to true

hypnotoad commented 1 year ago

v0.10.6 will have qt5mqtt and paho mqtt