feat: prototype soar backbone implementation
Quick sketch of what soar might look like.
Showing
.gitignore
0 → 100644
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
__init__.py
0 → 100644
api.py
0 → 100644
client_read.py
0 → 100644
client_send.py
0 → 100644
endpoints/__init__.py
0 → 100644
endpoints/clients.py
0 → 100644
endpoints/hello.py
0 → 100644
endpoints/notify.py
0 → 100644
endpoints/receive.py
0 → 100644
endpoints/send.py
0 → 100644
rmq.log
0 → 100644
soar_broadcast.py
0 → 100644
soar_bus.py
0 → 100644
soar_forward.py
0 → 100644
soar_publish.py
0 → 100644
soar_push.py
0 → 100644
Please register or sign in to comment