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
- Host: GitHub
- URL: https://github.com/invertgeek/mixfile-core
- Owner: InvertGeek
- License: mit
- Created: 2025-07-09T13:27:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-15T11:45:46.000Z (3 months ago)
- Last Synced: 2026-03-16T00:19:41.153Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 1.79 MB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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