Difference between revisions of "Server Access"


Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0102f68/fos/wiki/includes/MagicWord.php on line 902
From FOS Wiki
Jump to: navigation, search
m (external link INTERNET added)
(continued with the description of this blueprint)
Line 1: Line 1:
On login the device (smartphone, pc etc.) must already have been connected to the wireless router which provides the communication. The order man application must receive the appropriate permissions to connect to the server. An important permission is the android [http://developer.android.com/reference/android/Manifest.permission.html#INTERNET INTERNET] permission, defined in the Manifest file of the client application.
+
The application has to find out which port allows the communication with the server. This port is set in the application settings and must correspond to the FOS server port specified in the server settings. If the communication fails the user will be asked to set the right port. The application settings and an explanation how to set the correct port will be shown.
After a successful login the application has to find out the port which allows to communicate with the server.
+
 
TODO
+
On login the device (smartphone, pc etc.) must already have been connected to the wireless router which provides the communication. The order man application must have the appropriate permissions that allow the connection to the server. An important permission to do that is the [http://developer.android.com/reference/android/Manifest.permission.html#INTERNET INTERNET] permission, which allows applications to open network sockets.

Revision as of 19:38, 10 November 2013