Skip to content

domo-iot/sifis-dht-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published