FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
03-26-2024 09:55 PM
Hello all,
Have any of you built an arm64 snap using rest API for a ctrlx3 using C++?
What libraries do you use (arm64-arch compatible)?
Is there any special configuration in the Cmakelist, snapcraft, task, settings, launch files to build the snap on the ssh?
Actually my code works in my SSH in the terminal using curl:
'curl -X'GET' -k -i "https://192.168.1.1/storage/api/v1/media" -d '{"password": "XXXXXXXX", "name": "XXXXXXXX"}' -H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
I want to create an arm64 snap with C++ code to know the metadata of my SD memory installed in the Ctrlx3.
Another hint: I tested building amd64 for Ctrlx virtual and it works (attached image)
03-27-2024 09:18 AM - edited 03-27-2024 09:28 AM
Related to topic "Debug C++ with metadata of microSD en real time?".
Could you give some more insights in your build and test chain?
Are you using our build environment in ctrlX WORKS? If yes which version?
what is the system apps version of the ctrlX CORE and ctrlX COREvirtual you are using?
09-06-2024 09:39 AM
Are there any news? Is this issue still open?