Qt Remote Objects Examples▲
The list of Qt Remote Objects examples.
-
Model-View Client: Developing a very simple client program which displays the content and changes made on a server.
-
Model-View Server: Developing a simple server program that displays and makes changes to a QTreeView which is made available on a Remote Objects network.
-
QtRemoteObjects Bluetooth LE Example: Using QtBluetooth Low Energy (BT LE or BLE for short) as a transport medium with Qt Remote Objects.
-
QtRemoteObjects WebSockets Applications: Using a non-QIODevice-based transport (QWebSocket) with QtRemoteObjects.
-
SSL Server and Client: Setting up a secure Remote Object network using QSslSockets.
-
Time Client Application: A client who holds a replica of a time object from a server and displays the time in a clock.
-
Time Server Application: A server which shares a time object with connected clients.