Hello anyone,
currently i work on a project, i try to send some data from the XDK via wifi to server and save in ".csv". Although i had/have some trouble with HTTP, probably caused by the high rate of requests (i should initialize a buffer to reduce it), i successfully used it to send and save data. Now i try to challenge the same procedure with MQTT.
But if i build my project i get some errors in "MQTT.c":
"undefined reference to `BUFFERPOOL_Init", "undefined reference to `MQTT_AGENT_Init", "undefined reference to `SOCKETS_Init"
and a few more but same pattern.
I try to use snippets of "Simple Setup of XDK as MQTT Client" published on bosch developer website.
Best Regards
Olli
Solved! Go to Solution.
Hello DerPreuße
There is example application in XDK Workbench which sends data over MQTT
Go to Help -> Welcome. Welcome page will be opened. You can find XDK examples there.
You can import "SendDataOverMQTT" application from welcome page by clicking it.
Clean the project first and then build the project.
Application documentation -> XDK - SendDataOverMQTT (bosch.com)
Hello Mahalingam,
thank you for your fast reply. Could you tell me why these errors occure? Just for functionality it might be a solution just to use the given templates with own parameters. But i´d like to understand at least a little bit of what i am doing.
I could attach my "AppController.c" if you like to see it.
Best Regards
Olli
Hello DerPreuße
Could you please share AppController.c file, so that I can check and come back to you?
Hello Mahalingam,
as you wished, i attached "AppController.c". Upload files of type ".c" is not supported so i put it in a ".zip".
I´d like to thank you for your engagement and i´m exited to hear from you.
Best Regards
Olli