Easy creation of distributed networks on top of websockets for broadcasting text messages
Find a file
2025-09-27 21:46:13 +02:00
argh rename receiver to relay 2025-09-27 11:52:56 +02:00
.gitignore Update .gitignore 2025-09-27 07:34:54 +02:00
cli_monitor.py Rename cli_receiver.py to cli_monitor.py to prevent confusion 2025-09-27 08:06:36 +02:00
cli_sender.py Add connection check to cli_sender 2025-09-27 12:06:25 +02:00
LICENSE Add name to LICENSE 2025-09-27 07:52:36 +02:00
node.py Handle SIGINT and SIGTERM (more) gracefully 2025-09-27 11:48:07 +02:00
node_example.yml rename receiver to relay 2025-09-27 11:52:56 +02:00
README.md Add SPEC.md and a short description to the README 2025-09-27 21:46:13 +02:00
requirements.txt Add existing project files 2025-09-27 07:36:55 +02:00
SPEC.md Add SPEC.md and a short description to the README 2025-09-27 21:46:13 +02:00

argh net

WARNING
This project is in an EXPERIMENTAL stage where things change all the time. Do not use (yet).

This project aims to develop a specification and software suite for the easy creation of distributed networks on top of websockets, specifically for broadcasting text messages.

The goal of this implementation is not to be very efficient or sophisticated, but instead attempts to "just work".

See SPEC.md for the specification.

NOTE
The specification and implementation are not always updated at the same time and may therefore be out of sync.