Make your Intel Edison accessible from anywhere via the Yaler relay.
Setting up your device requires a relay domain. Please sign up to get one.
Make sure the Intel Edison is connected to the Internet via Wi-Fi.
Follow these steps to install YalerTunnel on the Intel Edison.
This tutorial is still in beta. Installation details will change. Found a bug? Let us know.
$ cd ~$ mkdir yalertunnel $ cd yalertunnel
$ curl -LO http://s3.yaler.net/yalertunnel/YalerTunnel2-v2.3.2.src.tar.gz $ tar -xzv -f YalerTunnel2-v2.3.2.src.tar.gz $ make
A Web server or service has been installed and is running on the Intel Edison.
How to configure YalerTunnel on your Intel Edison to make a local Web service accessible from anywhere.
Those steps are for manual testing only. Init script to be done.
$ ./yalertunnel server 127.0.0.1:80 try.yaler.io:80 RELAY_DOMAIN
How to remove YalerTunnel to disable Web access from anywhere.
$ rm -r yalertunnelThe SSH daemon sshd is running (per default) on the Intel Edison.
How to configure YalerTunnel on your Intel Edison to allow SSH access from anywhere.
Those steps are for manual testing only. Init script to be done.
$ ./yalertunnel proxy 127.0.0.1:22 try.yaler.io:80 RELAY_DOMAIN
How to remove YalerTunnel to disable SSH access from anywhere.
$ rm -r yalertunnelTo enable Web and SSH access at the same time, or tunnel another protocol, please get in touch.
This work by Yaler GmbH is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.