Skip to content

Commit

Permalink
Moved MQTT examples to a separate library repo
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Dec 31, 2024
1 parent f3a809f commit 97a7151
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 958 deletions.
2 changes: 1 addition & 1 deletion examples/C/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* [Furuta Pendulum](src/modal_models/FurutaPendulum/README.md): A controller and simulation illustrating a modal reactor.
* [Keyboard](src/keyboard/README.md): Responding to keyboard input using ncurses.
* [Leader Election](src/leader-election/README.md): Federated fault-tolerant system with leader election.
* [MQTT](src/mqtt/README.md): Interacting with MQTT-based services.
* [MQTT](https://github.com/lf-lang/mqtt-c): Interacting with MQTT publish-and-subscribed (moved to a library repo).
* [Patterns](src/patterns/README.md): Common communication patterns.
* [Rhythm](src/rhythm/README.md): Sound generation and terminal user interface demos.
* [Rosace](src/rosace/README.md): Aircraft controller illustrating periodic systems with multiple periods.
Expand Down
51 changes: 0 additions & 51 deletions examples/C/src/mqtt/MQTTDistributed.lf

This file was deleted.

49 changes: 0 additions & 49 deletions examples/C/src/mqtt/MQTTDistributedActivity.lf

This file was deleted.

50 changes: 0 additions & 50 deletions examples/C/src/mqtt/MQTTLegacy.lf

This file was deleted.

35 changes: 0 additions & 35 deletions examples/C/src/mqtt/MQTTLogical.lf

This file was deleted.

34 changes: 0 additions & 34 deletions examples/C/src/mqtt/MQTTPhysical.lf

This file was deleted.

70 changes: 0 additions & 70 deletions examples/C/src/mqtt/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions examples/C/src/mqtt/include/mosquitto-extension.cmake

This file was deleted.

1 change: 0 additions & 1 deletion examples/C/src/mqtt/include/net_utils.cmake

This file was deleted.

49 changes: 0 additions & 49 deletions examples/C/src/mqtt/include/paho-extension.cmake

This file was deleted.

Loading

0 comments on commit 97a7151

Please sign in to comment.