Socket
Socket
Sign inDemoInstall

echo-server

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    echo-server

Network service that send messages back to client. Used in network testing.


Maintainers
1

Readme

echo-server

Network service that send messages back to client. Used in network testing.

Install

pip install echo-server

Installed Commands

  • echo-server

Usage

C:\Users\test>echo-server --help
Usage: echo-server [OPTIONS] [PORT]...

  Start echo server on given ports. Press CTRL+C to stop. The default
  listenning port is 3682. You can listen on many ports at the same time.

  Example:

  echo-server 8001 8002 8003

Options:
  -i, --ignore-failed-ports
  -b, --binding TEXT         Default to 0.0.0.0.
  --help                     Show this message and exit.

Releases

v0.2.0 2020/09/03

  • Add parameter binding, so that we can set the binding ip address.

v0.1.3 2020/03/27

  • Add ignore_failed_ports option.

v0.1.2 2020/03/27

  • Fix data print problem.

v0.1.1 2020/03/27

  • Fix port str typed problem.

v0.1.0 2020/03/27

  • First release

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc