1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 11:21:29 +00:00

Update README.md

Add how to acces web frontent from devopment machine
This commit is contained in:
kDot 2014-08-19 20:24:36 +02:00
parent 64bad6d0fe
commit c09d758c0b

View file

@ -13,6 +13,13 @@ To get syncthing app for android running on you device/emulator the native synct
Then, run `gradle assembleDebug`. Then, run `gradle assembleDebug`.
## Develop Notes
The syncthing backend used for this android application provides a webinterface by default. It can be acces via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from you development machine read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) or execute the following steps (assuming you have only one emulator/avd started)
- telnet localhost 5554
- redir add tcp:18080:8080
- Start synchting app on your emulator and access the web ui from you favorite browser of your development machine via [http://127.0.0.1:18080](http://127.0.0.1:18080)
## License ## License
All code is licensed under the [MIT License](https://github.com/Nutomic/syncthing-android/blob/master/LICENSE). All code is licensed under the [MIT License](https://github.com/Nutomic/syncthing-android/blob/master/LICENSE).