An implementation of the Syndicate broker protocol for Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Tony Garnock-Jones d690b74bdb
Note final compatible version of python preserves for this legacy branch
2 years ago
syndicate An attempt at better connection error-handling 3 years ago
.gitignore Initial commit 4 years ago
Makefile Clean up for publication 4 years ago
README.md Fix linking 2 years ago
chat.py Actors; Facets; logging; error handling 4 years ago
environment Initial commit 4 years ago
ovlinfo.py Actors; Facets; logging; error handling 4 years ago
requirements.txt Note final compatible version of python preserves for this legacy branch 2 years ago
setup.py Bump version for new preserves 0.1.x 4 years ago

README.md

mini-syndicate-py

This is a Python implementation of the Syndicate network protocol.

It does not yet offer a formal Actor or Facet implementation for Python, nor any Syndicate DSL language extensions.

pip install mini-syndicate

or

git clone https://git.syndicate-lang.org/syndicate-lang/mini-syndicate-py
cd mini-syndicate-py
virtualenv -p python3 pyenv
. pyenv/bin/activate
pip install -r requirements.txt

Running

Start a Syndicate broker (such as this one) in one window.

Then, run chat.py several times in several separate windows:

python chat.py tcp://localhost:8001#chat