JSON-RPC server in C for Infineon(Cypress) ModusToolbox ™
A library for a C program to receive JSON-RPC requests on tcp sockets (no HTTP) based on work by @hmngomes. This is a port for Infineon(Cypress) platforms/kits with support for ModusToolbox ™ secure-sockets middleware.
Free software, MIT license.
I needed to implement a simple remote config scheme for radar kit KIT_CSK_BGT60TR13C so I ported jsonrpc-c by @hmngomes which is originally meant for embedded Linux to the RTOS based Infineon(Cypress) secure-sockets.
It depends on ModusToolbox ™ libraries and includes cJSON (from https://github.com/DaveGamble/cJSON). No further dependencies.