Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturngod/nodelog
Send NSLog to TCP server for testing purpose
https://github.com/saturngod/nodelog
Last synced: 26 days ago
JSON representation
Send NSLog to TCP server for testing purpose
- Host: GitHub
- URL: https://github.com/saturngod/nodelog
- Owner: saturngod
- Created: 2012-11-20T10:23:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-21T17:57:59.000Z (about 12 years ago)
- Last Synced: 2024-10-16T02:11:10.513Z (2 months ago)
- Language: Objective-C
- Size: 168 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Requirement For Server
- Node.js
##Server config
Update
var HOST_SERVER = "192.168.1.110";
var HOST_PORT = 5400;
in Server/socket.js##Run Server
node ./Server/socket.js
##Demo
[http://www.youtube.com/watch?v=jcjmMB_2SgM&feature=youtu.be](http://www.youtube.com/watch?v=jcjmMB_2SgM&feature=youtu.be)
##Credit
Socket.js base on [this gist](https://gist.github.com/707146)
Using [GCDAsyncSocket](https://github.com/robbiehanson/CocoaAsyncSocket) for TCP socket.