From 0e7b2e49585e3725736ae380cbd2dfb28fea5093 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Added 'Common.py' module. [#27] Not exactly a 'tappable pipe', this simple communications module allows for IPC between individual Salis organisms and different simulations via UDP sockets. --- bin/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'bin/README.md') diff --git a/bin/README.md b/bin/README.md index 635f233..c3ff7d9 100644 --- a/bin/README.md +++ b/bin/README.md @@ -53,8 +53,15 @@ control some aspects of the simulation. |`s \| scroll` |value |--- |Scroll to Nth process or memory address | |`p \| process` |id |--- |Select process by ID | |`r \| rename` |name |--- |Give simulation a new name | -|`s \| save` |--- |--- |Save simulation | +|`save` |--- |--- |Save simulation | |`a \| auto` |interval |--- |Set simulation's auto-save interval | +|`l \| link` |port |--- |Add localhost as common source and target | +|`source` |address |port |Add a common source | +|`target` |address |port |Add a common target | +|`rem_source` |address |port |Remove an existing common source | +|`rem_target` |address |port |Remove an existing common target | +|`net_load` |file |--- |Load network settings from file | +|`net_save` |file |--- |Save network settings to a file | ### Color Legend In WORLD view, as well as in PROCESS view (when gene mode is selected), each -- cgit v1.2.1