You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Valid for N670 / N870 / N870E but not supported by N610. Software 2.52 or higher is needed.

Via the MQTT interface an application server is able to request the Location from the handset.

The location information can be based on:

  • DECT
    • Supported by: SL800H / S700H / R700H / S650H / SL750H / OpenStage M3
    • Provides raw DECT RSSI values 
  • Bluetooth
    • Supported by: SL800H / S700H / R700H
    • Provides Bluetooth RSSI values transmitted by BLE beacons
  • DECT and Bluetooth
  1.  Example set-up using Ubuntu server

1. Example set-up using an Ubuntu server

Scroll to top

The following test environment is used for the documentation.

Ubuntu preparation
First we installed the mosquitto client: sudo apt install mosquitto-clients

Host file:

Add the N870 to your host file in case you want to use a DNS name. (/etc/hosts)

127.0.0.1       localhost
127.0.1.1       Int-VirtualBox
192.168.178.192 int-589ec60e71c0
 
# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters




  • No labels