uploaded 1 month ago
TinyBFT — memory-optimised PBFT consensus for ESP-IDF

2 examples

  • counter
    This example demonstrates a distributed counter application using esp-tinybft over ESP-NOW and UDP. Clients can submit requests to increment a single integer counter, and the requests are agreed upon by BFT replicas before execution.
    10.27 KB
  • simple_wallet
    This example demonstrates how to use `esp-tinybft` to build a simple distributed wallet application over ESP-NOW and UDP.
    7.73 KB