Giter VIP home page Giter VIP logo

tohttp's Introduction

ToHttp

ToHttp is a vey simple and rudimentary TCP/IP to HTTP forwarder.

You can use this tool to relay information sent out over a TCP/IP connection to a receiving party over http/s protocol. The tool opens a TCP/IP listener socket to which information can be sent to using standard TCP/IP protocol. Information received by the tool on the TCP/IP listener socket will then be relayed to the URL specified in the command-line.

Usage

This tool needs to be run as follows,

java -jar ToHttp.jar <listner socker> <forwarding URL>

The URL can be specified to use eitheth http:// or https:// schemes. If for https:// scheme a custom trustsore is needed, ensure that the trust certificate is in the custom truststore and then run the tool as,

java -Djavax.net.ssl.trustStore=<trust-store-name> -jar <listener socket> <forwarding URL>

License

ToHttp is released as a open source software under Apache License Version 2.0. Please browse to https://www.apache.org/licenses/LICENSE-2.0 for details of the provisions of this license.

tohttp's People

Contributors

rahinm avatar

Watchers

 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.