Re: Android question: how to connect to swank, running on android?

2017-08-19 Thread Daniel Kochmański
AFAIR I was connecting over wifi to the REPL on my Android device. If the port forwarding works fine - do you have some logs either from emacs or running ECL process which show what's going on? Daniel On 19.08.2017 22:24, PR wrote: thanks to both of you, but it still doesn't work. From th

Re: Android question: how to connect to swank, running on android?

2017-08-19 Thread PR
thanks to both of you, but it still doesn't work. >From the PC, I did: $ adb forward tcp:4005 tcp:4005 so, this part works. Daniel, I already "stole" the functions from the "ecl-android" project (prior to post my question); without them I would have been lost... So, I'll have to play around

Re: Android question: how to connect to swank, running on android?

2017-08-19 Thread Daniel Kochmański
Hello, swank listens by default only for localhost connections (for a good reason!). To force it to listen for connections from specific host other than 127.0.0.1 you have to bind swank::*loopback-interface* to it. For instance to listen for connections from everywhere on port 4005 you could

Android question: how to connect to swank, running on android?

2017-08-19 Thread PR
Hi again, so, the progress of the new android REPL is going well, it already runs Quicklisp and can start swank, and right there I'm stuck now: How does one connect from the local computer to the android device, which is running the SLIME-listener? They are connected via USB, and the device is /n