- simpnet-base: basic systems(packets & simple codecs) for netty pipeline. (WIP)
- simpnet-http: a lightweight HTTP server based on sun.http. (WIP)
- simpnet-connector: connector abstractions. (WIP)
- simpnet-jkcp: jkcp-implemented connector. (WIP)
- clone the full repo.
- load project in ur computer
- click build on sub-moules you want to use
- wait and get well-done libraries from productions folder.
- enjoy :D
GBuild is a re-useable general script to enhance gradle experience.
Before initializing the project, please SET the GBUILD_WORKSPACE:
def GBUILD_WORKSPACE = "E:/Java/GBuild" //change to the dest you wantGBuild must work with this workspace exist, and it will always attempt to publish
productions to workspace unless you remove publish_gbuild task.
gbuild-imported library can work without existing in workspace.
It is always downloaded and updated in project local directory.