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
m (error in title...) |
(deleted nearly whole documentation, todo...) |
||
Line 5: | Line 5: | ||
==The Client== | ==The Client== | ||
− | The orderman socket uses the class [http://qt-project.org/doc/qt-5.1/qtnetwork/qtcpsocket.html QTcpSocket] to communicate with the FOS server | + | The orderman socket uses the class [http://qt-project.org/doc/qt-5.1/qtnetwork/qtcpsocket.html QTcpSocket] to communicate with the FOS server. If the communication fails the user will be asked to set the right FOS server ip. This ip is static and has to be set only once in the settings. The application settings and an explanation how to set the correct port will be shown. The user will also be advertised to turn on wifi and connect to the same router as the FOS server. |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
The socket will be closed when the waiter logs out. | The socket will be closed when the waiter logs out. |