Spacecontrol for Android (en) Status: stable | |
---|---|
![]() | |
Beschreibung | Android App to control various Backspace services |
Autor: | Hydrael |
Flattr | ![]() |
PayPal | ![]() |
With this Android app you can control various Backspace services
The source code is available on github
The app was programmed with the Netbeans IDE using the nbandroid plugin.
To build the apk on your own set up the android environment according to the nbandroid documentation, then simply clone the github repo, load the project in netbeans and press F11.
The apk can then be found in the bin subdirectory
Here is the newest version of the Datei:Spacecontrol.apk
Versions >=v0.2.6 distinguish between public and restricted services.
Restricted services require the user's device to be connected to an internal Backspace WLAN.
Determination if the device is connected to a proper Backspace WLAN is accomplished by checking the AP's SSID and by checking the device's IP address, which must be within 10.1.20.0/24.
The IP check is performed using bit operations assuming to work on 32bit IP addresses.
This is why at current state the App will not work if the internal Backspace WLAN serves IPv6 addresses.