https://github.com/quilljou/ofo-server
https://github.com/quilljou/ofo-server
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quilljou/ofo-server
- Owner: Quilljou
- Created: 2018-01-24T10:38:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T05:45:31.000Z (over 7 years ago)
- Last Synced: 2024-12-31T03:22:33.699Z (10 months ago)
- Language: Java
- Size: 204 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 名词定义
- 项目中文名 -
- 项目英文名 -- 管理员 - admin
- 电池 - battery
- 充电站 - station
- 充电柜 - equipment
- 充电模块 - module
- 整流模块 - rectification_module
-## 规范
- 数据库表字段名使用下划线格式
- 数量都用 count(比如module_count)## Develop
- 目前开发通信部分,直接运行serverStart.java
### Netty
#### 缺省定义
- 版本 0x01
- 序列号域 0xFF
- 预留 每一字节都为0x00> 目前校验和未实现,随便补充一字节
## Deploy