Skip to content

xmx/aegis-server

Repository files navigation

编译

GOEXPERIMENT=jsonv2 sh build.sh

# 交叉编译
GOOS=windows GOARCH=amd64 GOEXPERIMENT=jsonv2 sh build.sh

开发

go1.25.0+

mongodb 8.0.0+

git clone https://github.com/xmx/aegis-common.git
git clone https://github.com/xmx/aegis-control.git
git clone https://github.com/xmx/aegis-agent.git
git clone https://github.com/xmx/aegis-broker.git
git clone https://github.com/xmx/aegis-server.git

go work init
go work use aegis-common aegis-control aegis-agent aegis-broker aegis-server

在安卓设备上运行

adb push myprogram /data/local/tmp/
adb shell
cd /data/local/tmp
chmod +x myprogram
./myprogram

About

Aegis server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages