This server is used to exchange the ACD and ASCD among the iOS devices and UWB Modules (AKA Accessories).
This is the second demo of UWB that shows the flow of the UWB application. We target to showcase the many-to-many connectivities among the iOS devices and UWB anchors through an exchange server. Also, we want to evaluation the Pub-Sub server to push notifications to embedded accessories. In this demo, the hardware is still MK Kit, not PinPoint hardware.
$ yarn install
There is a docker-compose.yml file for starting Docker.
$ docker-compose up
After running the sample, you can stop the Docker container with
$ docker-compose down
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
- Access to endpoint: http://localhost:28080
- You can login with the default credentials:
User: admin
Password: hivemq
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov