Skip to content

Simulate ring behind NAT in docker to test rings-node.

Notifications You must be signed in to change notification settings

RingsNetwork/rings-sim

Repository files navigation

Ring Simulation

Simulate ring behind NAT in docker to test rings-node.

Prepare

Build test images

❯ git submodule update --init --recursive

# May take a while...
❯ python nind.py build_image

# Show the built images
❯ docker images | grep ringsnetwork

Prepare stun sever in docker

❯ python nind.py create_coturn

Run Test

cargo test

Clean up

# Remove routers and nondes
> python nind.py clean

# Also remove coturn container and global network
> python nind.py clean --all

About

Simulate ring behind NAT in docker to test rings-node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published