added stats module
This commit is contained in:
parent
d10a016808
commit
3a2a95855d
4 changed files with 50 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
-export([read/2, send_command/3]).
|
||||
|
||||
connect() ->
|
||||
{ok,Socket} = gen_tcp:connect("localhost", 9000,[{active, false}]),
|
||||
{ok,Socket} = gen_tcp:connect("ggs.jeena.net", 9000,[{active, false}]),
|
||||
Socket.
|
||||
|
||||
read(Socket, Ref) ->
|
||||
|
|
Reference in a new issue