Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litarvan/s-update
A Java easy and complete update library
https://github.com/litarvan/s-update
Last synced: about 2 months ago
JSON representation
A Java easy and complete update library
- Host: GitHub
- URL: https://github.com/litarvan/s-update
- Owner: Litarvan
- License: other
- Created: 2015-01-21T16:39:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T11:00:40.000Z (over 7 years ago)
- Last Synced: 2023-09-14T02:51:06.409Z (over 1 year ago)
- Language: Java
- Homepage: http://theshark34.github.io/s-update/
- Size: 502 KB
- Stars: 23
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![S-Update Logo](http://image.noelshack.com/fichiers/2015/18/1430286335-bannieresu.png)
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/Litarvan)
## How to use it
First you need to install the [Server](http://github.com/Litarvan/S-Update-Server) on a Web Server.
Put your files in the `files/` folder
Then, in your code, just insert that to update your program !```java
SUpdate su = new SUpdate("UrlOfTheServer", new File("OutputFolder"));
su.start();
```## Features
* Automatic files checking with MD5s
* Unknown files are deleted excepted the one listed in the server whitelist (config/ignore.list)
* Modified files are re-downloaded
* Multi-thread
* Progress bar API