An open API service indexing awesome lists of open source software.

https://github.com/invertgeek/mixfile-core

Core module of mixfile
https://github.com/invertgeek/mixfile-core

Last synced: about 1 month ago
JSON representation

Core module of mixfile

Awesome Lists containing this project

README

          

## Core Module Of MixFile
包含MixFile服务端路由逻辑实现核心代码,上传线路核心代码 \
mix_dav mixlist等文件结构,上传下载逻辑,分享码解析逻辑 \
以及前端页面

## Dependency Usage

```xml


jitpack.io
https://jitpack.io

```

```xml

com.github.InvertGeek
mixfile-core
Tag

```

https://jitpack.io/#InvertGeek/mixfile-core

## ProGuard规则
```properties
# mixfile
-keep class io.netty.** {*;}
-keep class org.mozilla.javascript.** {*;}
-dontwarn io.netty.**
-dontwarn java.beans.**
-dontwarn java.awt.**
-dontwarn javax.swing.**

```

## Code Examples

https://github.com/InvertGeek/mixfile-core/blob/main/src/test/kotlin/ServerTest.kt

https://github.com/InvertGeek/mixfilecli/blob/master/src/main/kotlin/com/donut/mixfilecli/Application.kt

https://github.com/InvertGeek/MixMessage/blob/master/app/src/main/java/com/donut/mixmessage/util/mixfile/MixFileServer.kt

### Java(Api支持有限)
https://github.com/InvertGeek/mixfile-core/blob/main/src/test/java/ServerTestJava.java