You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How could I create a dashboard using this technology, being able to register eddystone, register position (latitude and longitude), have some open-source dashboard, or some dashboard using your lib, so I can see
The text was updated successfully, but these errors were encountered:
For definitions of 'dashboard' that include command line 'graphics', no real question here, use the library as intended and write stuff that triggers and displays the results of the library.
Ill assume you mean web dashboard, in which you need a front end web stack stuff to have access to back end node stuff which is the 'complicated' bit. Probably use express or hapi to create a web front end, then use websockets to talk to a node-eddystone-beacon on the backend. I did something similar with react and material ui a while back maybe you could harvest something from there https://github.com/jacobrosenthal/eddystone-react-material
How could I create a dashboard using this technology, being able to register eddystone, register position (latitude and longitude), have some open-source dashboard, or some dashboard using your lib, so I can see
The text was updated successfully, but these errors were encountered: