Giter VIP home page Giter VIP logo

confab's People

Contributors

dependabot[bot] avatar jwodder avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

confab's Issues

Add options for setting the source port and IP address

  • Options:

    • -p/--source-port <port> — Set source port
    • -s/--source-ip <ip> — Set source IP address
  • This can be done via tokio::net::TcpSocket::bind().

  • Problem: Setting the source IP requires committing to either IPv4 or IPv6 and making a connection to one IP at a time, which means extra work when a domain name has multiple IPs. (Then again, std::net::TcpStream::connect() handles domains with multiple IPs by just trying them one at at time.)

Support equivalents of various netcat options

Add the ability to configure the following on the command line:

Some of these values may have to be set using https://docs.rs/socket2.

Windows support unclear

I have encountered the following problems while trying to test confab on Windows, and they suggest that this program's support for Windows may currently be broken:

  • Trying to run the integration tests on GitHub Actions' Windows runners failed due to expectrl being unable to capture any of confab's output. This may be expectrl's fault; see zhiburt/expectrl#52.

  • When I tried running confab in a Windows VM (inside a git bash shell), pressing "Return" did not cause confab to process or send any input or even to output the next prompt. This is presumably the fault of either the VM or rustyline-async.

To Any Interested Windows Users: I would appreciate feedback on whether confab works for you on your platform. Did you compile from source or download a release binary? If confab doesn't work, does this test program work?

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.