GithubHelp home page GithubHelp logo

jessta / netsnail Goto Github PK

View Code? Open in Web Editor NEW

This project forked from perarneng/netsnail

1.0 2.0 0.0 294 KB

A simple low bandwidth simulator written in go

License: GNU General Public License v2.0

Go 100.00%

netsnail's Introduction

NETSNAIL 0.8

INSTALL
  Run:
  "go get github.com/purex01/netsnail/cmd/netsnail"

ABOUT

  Netsnail is a simple network proxy that simulates low bandwidth.

RUNNING

Usage of netsnail:
  -d=0: the delay on data transfer in ms
  -i=0: a fixed delay in ms when each connection is made
  -h="localhost": the remote hostname
  -l=9091: the local port of this proxy
  -r=80: the port of the remote host

EXAMPLE

  netsnail -h="www.google.com" -d=1000 -l=8080
  
  This will open the port 8080 on the local machine and forward the traffic to
  www.google.com on port 80 (default). The transfer delay of 1000ms will be
  slept on each data transfer between the local machine and the server in both
  directions.

LICENSE

  GPL 2.0

COPYRIGHT

  Copyright (c) 2010 by Per Arneng

netsnail's People

Contributors

jessta avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.