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.
|
4 weeks ago | |
---|---|---|
syndicate | 6 months ago | |
.envrc | 7 months ago | |
.gitignore | 8 months ago | |
Makefile | 9 months ago | |
README.md | 1 year ago | |
bidi-gc.py | 8 months ago | |
chat.py | 8 months ago | |
inf.py | 7 months ago | |
requirements.txt | 3 years ago | |
setup.py | 4 weeks ago |
README.md
syndicate-py
This is a Python implementation of Syndicated Actors and the Syndicate network protocol.
pip install syndicate-py
or
git clone https://git.syndicate-lang.org/syndicate-lang/syndicate-py
cd 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.
Find the line of broker output giving the root capability:
... rootcap=<ref "syndicate" [] #x"a6480df5306611ddd0d3882b546e1977"> ...
Then, run chat.py several times in several separate windows:
python chat.py \
--address '<tcp "localhost" 8001>' \
--cap '<ref "syndicate" [] #x"a6480df5306611ddd0d3882b546e1977">'