Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 781 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 781 Bytes

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