I would like to host my photos in Immich as mentioned here in the thread. I currently have my photos in the Apple Cloud. Does anyone have any tips on how I can download the photos in original quality without a Mac?
In our C++ project, we use the nlohmann library for handling JSON data. When sending JSON over MQTT, we leverage a built-in function of nlohmann to serialize our JSON objects into the MessagePack format. You can simply call jsonObj.to_msgpack(). Similarly, the data can be decoded back easily.