Giter Club home page Giter Club logo

erlanglauncher's Introduction

Erlang <-> Android JInterface test

So this is a repo that shows that you can use erlang on android via jinterface to talk to erlang on a remote node, easily enough (now that I've done all the hard part).

There's a hard-coded IP address in the android app - you'll want to change that to your android application's local network IP address.

Then locally, run (from this directory):

erl -name [email protected] -setcookie test

then:

c(hello_jinterface).
hello_jinterface:start().

Then run the android app. You will see a ping/pong. That's the successful connection. Huzzah!

Of note, the code to copy Erlang into the filesystem takes quite a while to finish, so it's commented out at the time of this writing. You'll want to uncomment it for the first run of the proof of concept, and then comment it back out for any future fiddling.

erlanglauncher's People

Watchers

Marcio Lopes de Faria avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.