Skip to content

the-maazu/mtb-jsonrpc-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtb-jsonrpc-c

JSON-RPC server in C for Infineon(Cypress) ModusToolbox ™

What?

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.

Why?

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.

How?

It depends on ModusToolbox ™ libraries and includes cJSON (from https://github.com/DaveGamble/cJSON). No further dependencies.

Who?

@the-maazu

About

JSON-RPC server in C for Infineon(Cypress) ModusToolbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.9%
  • Makefile 0.1%