Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 432 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 432 Bytes

Running

# Build and lauch Docker image
./build_and_launch.sh 

# check that port 3000 is in use by using e.g.
netstat -apn | grep 3000

tcp        0      0 0.0.0.0:3000            0.0.0.0:*               LISTEN 
# check REST and WEBSOCKET examples in python_examples folder
pip install -r python_examples/requirements.txt

python python_examples/rest_client.py 
python python_examples/websocket_client.py