Giter VIP home page Giter VIP logo

snail's Introduction

Snail(蜗牛)

基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。

Java JavaFX GitHub stars Gitee stars
GitHub Workflow Status GitHub release (latest by date) Maven Central GitHub code size in bytes GitHub


结构

项目 描述
snail 下载核心
snail-javafx 电脑界面

电脑界面只是方便操作,下载核心包含所有下载协议,完全可以独立使用。

使用

稳定版本下载

编译

mvn clean package -P release -D skipTests

推荐使用Release版本编译

界面

java -server -Xms128m -Xmx256m -jar snail.javafx-{version}.jar

界面使用参考界面使用帮助

代码

<dependency>
	<groupId>com.acgist</groupId>
	<artifactId>snail</artifactId>
	<version>{release.version}</version>
</dependency>
final Snail snail = SnailBuilder.newBuilder()
	.enableAllProtocol()
	.buildSync();
// BT任务需要注册文件选择事件
// GuiContext.register(new MultifileEventAdapter());
snail.download("https://www.acgist.com");
snail.lockDownload();

代码二次开发参考开发帮助

帮助

使用快捷键F12进入统计页面可以查看当前下载任务的统计信息

开发帮助

使用帮助

界面使用帮助

其他

仓库

GITEE:https://gitee.com/acgist/snail

GITHUB:https://github.com/acgist/snail

协议

下载协议

依赖

项目 许可
JavaFX GPLv2 + CE
OpenJDK GPLv2 + CE

界面

蜗牛

贡献

提交PR、问题建议Issues前请阅读代码规范贡献规范

谢谢!

白嫖

阿里云服务器

确实便宜

snail's People

Contributors

acgist 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.