is there a library or stack that can support these three ?
Hey @akm, welcome to the FreeRTOS community.
Yes, FreeRTOS does support TCP, JSON and HTTPs. You can take the OTA over HTTP Demo as reference. It uses the FreeRTOS-Plus TCP stack as the underlying transport interface, uses the coreJSON library for JSON Job document parsing and the coreHTTP library to handle the incoming datablocks of the firmware over the HTTP protocol.
Please feel free to reach out if you need any further assistance with your work. It would help us support you more effectively if you could share more details about your goals.
Thank you for the response. Trying to get Redfish client working with FreeRTOS but it needs TCP/IP, https, json parsing stacks . Iām trying to find an optimal library that can help me with this. Not sure if anyone has already attempted to do this . If yes, please share how ?
You may also want to check with the maintainers of this library.