diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 02:29:14 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 02:29:14 +0100 |
commit | 0e7b2e49585e3725736ae380cbd2dfb28fea5093 (patch) | |
tree | 2491d2c04ac0d8185c5df228f29d0b9b5e522e27 /.gitignore | |
parent | 3dcbc17b4c1cf69be5e3fc53ef81060c5b9c4e6b (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ +TODO.md bin/__pycache__/* bin/modules/__pycache__/* +bin/network/*.json bin/error.log bin/lib/libsalis-*.so bin/sims/*.sim |