Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 415 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 415 Bytes

Requires python3.8 and asyncio.

Run the example server:

PYTHONPATH=. python3 ./examples/server.py

Clients should have unique names on the network. Run the example sensor:

PYTHONPATH=. TCDICN_ID=my_cool_sensor python3 ./examples/sensor.py

If you would like to test locally with virtual ICN nodes, run one of the example scenarios using Docker:

docker compose --file simulations/line.yml up --build