1. 程式人生 > >專案-智慧快遞櫃(服務端篇1-Server程式)

專案-智慧快遞櫃(服務端篇1-Server程式)

專案-智慧快遞櫃(終端篇1-業務流程)
https://blog.csdn.net/arno1988/article/details/84983815

專案-智慧快遞櫃(終端篇2-管理後臺)
https://blog.csdn.net/arno1988/article/details/84984810

專案-智慧快遞櫃(通訊協議篇1-HTTP)

https://blog.csdn.net/arno1988/article/details/84984896

專案-智慧快遞櫃(通訊協議篇2-SOCKET)

https://blog.csdn.net/arno1988/article/details/84999363

專案-智慧快遞櫃(服務端篇1-Server程式)

https://blog.csdn.net/arno1988/article/details/85092363

專案-智慧快遞櫃(服務端篇2-WEB)

待更新

專案-智慧快遞櫃(APP)

待更新

專案-智慧快遞櫃(微信公眾號)

待更新

整套方案,QQ:505645074


主要功能

1.HttpServer,接收短連線請求(資料處理-終端->server,Http Post)

2.TcpServer,接收長連線請求(主動控制-server->終端,Socket長連線)

3.JPushServer,使用極光推送(訊息推送-server->app)