Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhoukekestar/mobilelife
https://github.com/zhoukekestar/mobilelife
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhoukekestar/mobilelife
- Owner: zhoukekestar
- Created: 2014-08-24T06:48:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T07:28:41.000Z (over 9 years ago)
- Last Synced: 2024-03-18T22:20:54.294Z (8 months ago)
- Language: JavaScript
- Size: 3.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
Awesome Lists containing this project
README
App_net.cxx
This is network application. Receive message from server. And write message to "recv.pipe". OR read message from "send.pipe" then send message to server.App.cpp
This program is a control program. Read message from "recv.pipe" and execute command. OR write message to "send.pipe" if there are some message want to send to server.