Skip to content

danhvogeocomply/uwb-exchange-sever-demo2

Repository files navigation

Exchange server - PinPoint

This server is used to exchange the ACD and ASCD among the iOS devices and UWB Modules (AKA Accessories).

Coverage Backers on Open Collective

Description

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.

Installation

$ yarn install

Running the app

Docker

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

Run the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Explore HiveMQ Dashborad

  1. Access to endpoint: http://localhost:28080
  2. You can login with the default credentials:
User: admin
Password: hivemq

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published