Sign inSign up

aweimeow/sctp-server

By aweimeow

Updated over 7 years ago

A container image can test with SCTP connectivity.

Image
0

10K+

aweimeow/sctp-server repository overview

What is sctp-server

sctp-server is a container for testing SCTP availability in the virtualized environment, you can deploy this container in the docker-image-supported environment. It contains the basic tools like netcat, python sctp server.

Usage

Deploy the container on the host.

# Run SCTP server and expose service on host's port 9999.
docker run -ti --name sctp -p 9999:9999/sctp aweimeow/sctp-server bash

Test on the host or other machine has connectivity to the docker host.

# Use ncat as the client to test, you can also create another container by this image to test.
ncat --sctp <host_ip> 9999

How to build an SCTP supported Kubernetes cluster

Please refer to Enable SCTP in Kubernetes cluster for more information.

Contact of Maintainer

If you have any question, please feel free to get in the touch with me.

Wei-Yu Chen | [email protected]

Tag summary

Content type

Image

Digest

Size

222.6 MB

Last updated

over 7 years ago

docker pull aweimeow/sctp-server