Hey Friends,
I’ve asked @yoric on another thread about some specs I’ve seen which I think look great and he asked me to post it here.
The Bluetooth SIG has two specs on RESTful services and approaches that tie really well with project link. Basically they define a service that will do discovery and control of bluetooth devices by being the middleware between them and clients using HTTP requests.
There are two specs available GAP and GATT and they appear easy to implement. I was looking into them from a nodejs perspective but changing it to rust would be awesome.
Blog post about GAP, GATT and controlling bluetooth devices in the age of the web of things:
http://blog.bluetooth.com/bluetooth-meet-the-internet-internet-say-hello-to-bluetooth/
Specs for GAP: https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=285911&_ga=1.268679218.273645839.1461092685
Specs for GATT: https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=285910&_ga=1.25597310.273645839.1461092685
Would love to sprout a discussion around this!