Skip to content

milangulickx/ECS-Pyre-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ECS-Pyre-Demo

Install Pyre with Python 3

Make sure you have python3 installed.

sudo apt-get install python3

First ZeroMQ:

sudo apt-get install libzmq3-dev

Python dev tools

sudo apt-get install python-dev

install pip (for python 3)

sudo apt-get install python3-pip

Then use pip to install pyre (for python 3)

sudo pip3 install https://github.com/zeromq/pyre/archive/master.zip

Run

Run main.py using python3 to start the program. For testing, you will need to run multiple instances of main.py.

python3 main.py

About

Inter-car communication using Pyre

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages