Skip to content

Commit d527af2

Browse files
committed
merge conflicts.
1 parent 2342038 commit d527af2

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,30 @@ lfc src/<filename>.lf
9999

100100
# References
101101

102-
[1] E. A. Lee, "Logical Time in Actor Systems," UC Berkeley, 2025. [Online]. Available: https://ptolemy.berkeley.edu/~eal/publications/LeeTimeAghaFestschriftPreprint2025.pdf
102+
```bash
103+
./bin/Step1_Actor
104+
```
105+
106+
That launcher starts the runtime infrastructure (RTI) and all federates for the example. There is no `_launch.sh` script in this repository.
107+
108+
To run a different step, replace the filename and launcher name:
109+
110+
```bash
111+
lfc src/Step5_Hybrid.lf
112+
./bin/Step5_Hybrid
113+
```
114+
115+
The launcher also supports tmux panes, which can make federated output easier to read:
116+
117+
```bash
118+
./bin/Step1_Actor --tmux
119+
```
120+
121+
Step 1 exits on its own because it has a short timeout. Other steps may keep running until you stop them with `Ctrl+C` in the launcher or RTI pane.
122+
123+
## References
124+
125+
[1] E. A. Lee, R. Akella, S. Bateni, S. Lin, M. Lohstroh, and C. Menard, "Consistency vs. Availability in Distributed Cyber-Physical Systems," in ACM Transactions on Embedded Computing Systems, Vol. 22, No. 5s, October 2023. [Online]. Available: https://dl.acm.org/doi/10.1145/3609119
103126

104127
[2] T. Zhao, Z. Li and Z. Ding, "Consensus-Based Distributed Optimal Energy Management With Less Communication in a Microgrid," in IEEE Transactions on Industrial Informatics, vol. 15, no. 6, pp. 3356-3367, June 2019, doi: 10.1109/TII.2018.2871562.
105128

0 commit comments

Comments
 (0)