New updates: The Tronbyt server now responds to API requests just like the Tidbyt backend. This means you can use curl to push app images to the Tronbyt server, and they will appear on your Tronbyt device.
The curl syntax is as following :
curl -X POST --url http://m1pro.local:8000/v0/devices/9abe2858/push --header "Authorization: ajhfhgfytrtrdykfkyfjthgdf" --header 'Content-Type: application/json' --data '{"image": "'$(base64 -i test.webp)'", "installationID":"test"}'
The API implementation is available in this branch (not yet merged into main):
GitHub - tronbyt-server/api