Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.