GithubHelp home page GithubHelp logo

secbr / hornet Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 100 KB

TCP(Socket) tool. TCP(Socket)工具,支持Mac、Windows等多平台。

Home Page: https://www.choupangxia.com

Java 100.00%
tcp socket tool

hornet's Introduction

Hornet

What is Hornet?

The Hornet is a TCP(Socket) tool, you can use it to establish TCP connections, send messages and get the server's response.

Hornet是一个TCP(基于Socket)工具,使用它可以建立TCP连接,发送消息,并获得返回结果。

What does it look like?

Hornet

Build and Run

Requirements

  • Maven 3.5 (older versions might work too);
  • Java Developer Kit 8 with at least Update 40;

构建该项目所需环境:Maven3.5以上版本,JDK8(支持JavaFx)以上版本。

OS-specific requirements

  • (Windows) EXE installers: Inno Setup
  • (Windows) MSI installers: WiX (at least version 3.7)
  • (Linux) DEB installers: dpkg-deb
  • (Linux) RPM installers: rpmbuild
  • (Mac) DMG installers: hdiutil
  • (Mac) PKG installers: pkgbuild

Build

run it with jar

call "mvn clean package". Then call "java -jar hornet-1.0-SNAPSHOT.jar" to run it.

执行"mvn clean package"打成jar包,然后通过"java -jar hornet-1.0-SNAPSHOT.jar"即可执行。

run it in native

To create your executable file with JavaFX-magic, call mvn jfx:jar. The jar-file will be placed at target/jfx/app.

执行"mvn jfx:jar",创建适合本地系统的jar包,生成的jar包位于"target/jfx/app"目录下。

To create your executable file with JavaFX-magic and some installers (please see official oracle-documentation which applications are required for this), call mvn jfx:native. The native launchers or installers will be placed at target/jfx/native.

执行"mvn jfx:native",将项目打成当前系统可执行的文件,比如Windows的exe,Mac的pkg或可直接执行的app。

Contract Me

WeChat(微信号):541075754

个人公众号:程序新视界

程序新视界

hornet's People

Contributors

secbr avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

akingde

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.