Skip to content

Instantly share code, notes, and snippets.

@knewter
Created February 4, 2014 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knewter/8798126 to your computer and use it in GitHub Desktop.
Save knewter/8798126 to your computer and use it in GitHub Desktop.
Erlang Android proof of sorts...
--(jadams@jibbajabba)-(12/pts/13)-(2220/03-Feb-14)--
--($:~/erlang/hello_jinterface)ruby-2.0.0-p247@system--
$ erl -name server@192.168.2.20 -setcookie test
Erlang R16B03 (erts-5.10.4) [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
Eshell V5.10.4 (abort with ^G)
(server@192.168.2.20)1> hello_jinterface:start().
true
(server@192.168.2.20)2> nodes().
[]
Ping
Pong finished...
(server@192.168.2.20)3> nodes().
[]
(server@192.168.2.20)4>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment