Skip to content

Commit

Permalink
Update console links
Browse files Browse the repository at this point in the history
  • Loading branch information
wborn committed Jun 9, 2024
1 parent 32a941c commit 8418583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide/working-on-the-mobile-consoles.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ target 'NotificationService' do
end
target 'ORLib' do
project 'path_to/openremote/console/iOS/ORLib/ORLib'
project 'path_to/console-ios/ORLib/ORLib'
shared_pods
end
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The OpenRemote [Frontend](developer-guide/working-on-ui-and-apps.md) simplifies
We support the latest HTML standards and provide [web components](https://github.com/openremote/openremote/tree/master/ui/component) to build applications quickly, utilising the OpenRemote asset model and APIs: you can easily show all your assets on a map, for example. [Full web applications](https://github.com/openremote/openremote/tree/master/ui/app) are also bundled with OpenRemote, these can be used as templates for building custom web applications.


The OpenRemote [Consoles](https://github.com/openremote/openremote/tree/master/console) are native mobile applications (iOS and Android) that act as a shell for web applications built with the OpenRemote web components; a web browser is also considered to be a console and we automatically integrate native console features like push notifications and geo-fencing on each platform. If you have an existing website, add OpenRemote web components and wrap it in the OpenRemote console to connect your mobile users to your IoT network.
The OpenRemote [Android](https://github.com/openremote/console-android) and [iOS](https://github.com/openremote/console-ios) Consoles are native mobile applications that act as a shell for web applications built with the OpenRemote web components; a web browser is also considered to be a console and we automatically integrate native console features like push notifications and geo-fencing on each platform. If you have an existing website, add OpenRemote web components and wrap it in the OpenRemote console to connect your mobile users to your IoT network.

Security is paramount when it comes to IoT and out of the box the manager integrates with [Keycloak](https://www.keycloak.org/) to provide industry standard multi-tenant authentication; out of the box we also provide TLS/SSL when using our HAProxy-based reverse proxy.

Expand Down

0 comments on commit 8418583

Please sign in to comment.