Changes between Version 9 and Version 10 of PetriPad
- Timestamp:
- Jun 8, 2025, 12:33:52 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PetriPad
v9 v10 18 18 represent individual collaboration sessions and keep track of the edited nets and the participating users. They also function as a central message relay between the participating user agents and resolve conflicts arising from concurrency. A session agent also stores the current state of each net. 19 19 20 [[Image Svg(use_case_diagram.svg)]]20 [[Image(use_case_diagram.svg)]] 21 21 22 22 Communication between Renew clients and the server is handled by the WebSocket protocol. In this approach the clients are not required to run a complete instance of the multi-agent system themselves, but only need a lightweight plugin for the editor: 23 23 24 [[Image Svg(model-websocket.svg)]]24 [[Image(model-websocket.svg)]] 25 25 26 26