Skip to content

JSON-RPC client, server, and peer modules for ESP-IDF, built on AsyncRTOS.

License

Notifications You must be signed in to change notification settings

maikeriva/asyncrtos-json-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsyncRTOS JSON-RPC modules

JSON-RPC server, client, and peer modules for ESP-IDF, built on AsyncRTOS.

How do I use these?

Check out the examples folder.

How do I contribute?

Feel free to contribute with code or a coffee :)

Buy Me A Coffee

What needs work

Client

  • Support for batch messaging
  • Investigate feasibility of replacing esp_timer API with FreeRTOS timers
  • Provide task variant

Server

  • Keep track of IDs and check duplicates
  • Do not free if some calls haven't completed processing
  • Provide task variant

Peer

  • Provide task variant

About

JSON-RPC client, server, and peer modules for ESP-IDF, built on AsyncRTOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published