1
0
mirror of https://github.com/FreeRTOS/coreMQTT synced 2025-06-03 18:49:26 +08:00
coreMQTT/test/cbmc/proofs/MQTT_ProcessLoop
Archit Aggarwal d355bfa259
Re-brand lightweight MQTT as MQTT serializer (#29)
Rename all instance of "lightweight" MQTT with "serializer" in files and documentation
2020-09-03 14:56:32 -07:00
..
2020-09-02 22:27:54 +01:00

MQTT_ProcessLoop proof

This directory contains a memory safety proof for MQTT_ProcessLoop.

To run the proof.

  • Add cbmc, goto-cc, goto-instrument, goto-analyzer, and cbmc-viewer to your path.
  • Run "make".
  • Open html/index.html in a web browser.