JoshuaBuditama / slowvid

0 stars 2 forks source link

Issues/43 mock bluetooth component #52

Closed cskeogh closed 3 years ago

cskeogh commented 3 years ago

Mock Bluetooth Front-end. Allows the developer to set if two mock Bluetooth devices are 'close-enough' and specify the signal strength. The first table is a list of mock bluetooth devices. To indicate two (or more) devices are 'close-enough' select the devices (min 2 devices), set the signal strength and hit 'Submit'. Tables don't auto-refresh (except when deleting), so refresh using your browser.

bluetooth-front-end01

To re-create the above, SlowVid Front-End must mock 'broadcast' using socket.io (not implemented yet, see #21)

Sorry for the large number of files changed. In my local git branch I merged in #42 because I needed the bluetooth back-end for testing. I intended to unmerge before this pull request, but the unmerge didn't work. Sorry the below changelog has both #42 and #43. It is possible to tell #43 because all changes are contained with the directory 'bluetooth-front-end'.