The series of articles in this section Getting started will guide you trough the Naso installation.
Go through them one by one and you should hopefully be up-and-running in no time.
Installation requirements
To successfully setup Naso devices in your organization you will need the following:
- 📅 Booking system - Microsoft 365 environment (along with global admin privileges).
- ⬛ Naso devices - the devices themselves.
- 🌐 Network connection - wired Ethernet or Wi-fi (each Naso device needs internet access).
- 🔑 License code - provided by your reseller during purchase.
- 📱 iOS or Android device - used for claiming the Naso devices via Bluetooth (BLE).
Installation process
- Step 1: Configure booking system
- Step 2: Register organization
- Step 3: Configure organization
- Step 4: Setup Naso
The Naso ecosystem
Before jumping onto the next step it may be beneficial to familiarize yourself with the various touch-points of the Naso ecosystem. We've listed them below with a brief description:
- Naso devices - wall mounted touch screen devices used by employees outside meeting rooms.
- Naso Admin Panel - web interface used by admins for administering the Naso installation.
- Naso SetApp - iOS and Android app used by admins to claim Naso devices via Bluetooth (BLE).
- Naso Mobile - iOS and Android app used by employees for booking meetings etc.
To connect all the touch-points together and integrate with your booking system (Microsoft 365) we manage a backend for you that is hosted on Microsoft Azure. The back end only supports a connection to 100% MS365, the product does not support any type of Hybrid or Custom Exchange Online environment.
Naso is designed for 100% in cloud based solution, so the infrastructure will be based in fully cloud based in Azure.
Network communication between the various touch-points use https/443
with the exception of Naso devices also using http/80
during boot to synchronize time and date. Nothing unusual.
The Naso hits a few specific endpoints:
TWO HTTP URLS
http://evoko-apk-http-api.azurewebsites.net/
http://httpevokosmartspace.blob.core.windows.net/
THREE HTTPS URLS
https://graph.microsoft.com/
https://evokosmartspacefirmware.blob.core.windows.net/
https://evoko.azurewebsites.net/
The Naso device uses below urls to check Internet connectivity: https://www.google.com/generate_204
http://connectivitycheck.gstatic.com/generate_204
http://www.google.com/gen_204 The Google DNS (8.8.8.8) is used as a default fallback and will also be used to perform network diagnostics: 8.8.8.8 2001:4860:4860::8888
If you are using the Naso on a wireless network you should know the Naso only works on 2.4Ghz wifi networks. We recommend using a wired network connection where possible.
If you'd like to read more about the backend we suggest having a look at our security whitepaper.
Great! Now that you've read the introduction, move on to Step 1: Configure Booking System