Server for AdPlatform Code
The server side for a mobile game AD platform.
Brought to you by:
phoenixyjll
File | Date | Author | Commit |
---|---|---|---|
doc | 2014-04-24 | phoenixyjll | [r108] Add doc. |
src | 2014-05-22 | phoenixyjll | [r110] Fix comment. |
LISENSE | 2014-04-17 | phoenixyjll | [r83] Add the init SQL file, and README & LISENSE. |
README | 2014-04-17 | phoenixyjll | [r84] Re-factor the README file. |
config.xml | 2014-04-22 | phoenixyjll | [r107] Fix some bugs. |
init.sql | 2014-04-20 | phoenixyjll | [r102] Add something about the Server in the thesis. |
1. AdPlatform是一个开源的移动游戏广告平台。此为AdPlatform的广告服务器程序,采 用Java语言编写,用JVM运行Server.jar即可。 2. 配置文件为config.xml,需与Server.jar位于同一目录下,可根据需要修改里面的内 容,但不要修改里面的标签以及属性名。 3. 数据库中表的定义见init.sql,可根据需要调整里面的表名,列名,但需要同时修改 config.xml中的配置。 4. 服务器通过TCP Socket方式与前端进行交互,消息传递用JSON格式与UTF-8编码。 5. 关于实现细节请查看文档。 6. 此为开源软件,您可以查看、使用或修改其源代码,但需参照LISENSE中的著作许可。