Skip to content

Commit

Permalink
Merge branch 'main' into dataflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee authored Jan 3, 2025
2 parents 8b16838 + 97a7151 commit d53a6e8
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 959 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Quick start:
2. Open with [VS Code](https://code.visualstudio.com) (`code playground-lingua-franca`)
3. Install the [Lingua Franca extension](https://github.com/lf-lang/vscode-lingua-franca) (<kbd>Ctrl</kbd>+<kbd>P</kbd> and enter `ext install lf-lang.vscode-lingua-franca`).

Once in VSCode, navigate to [./examples](./examples) and click on any of the `.lf` files to open them into your editor. To build and run, use <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> and select `Lingua Franca: Build and Run`. Note: You might need not install additional dependencies in order to successfully build some of the code you find in this repository. For more information, see the [setup-env.bash](./utils/scripts/setup-env.bash) script that we use to configure our Docker-based environments.
Once in VSCode, navigate to [./examples](./examples) and click on any of the `.lf` files to open them into your editor. To build and run, use <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> and select `Lingua Franca: Build and Run`. Note: You might need to install additional dependencies in order to successfully build some of the code you find in this repository. For more information, see the [setup-env.bash](./utils/scripts/setup-env.bash) script that we use to configure our Docker-based environments.


## :rocket: Running in the Cloud
Expand Down
2 changes: 1 addition & 1 deletion examples/C/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.

Loading

0 comments on commit d53a6e8

Please sign in to comment.