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
Support a coding sandbox environment so people can implement their own BLE protocols.
Should likely expose the ble cordova class as well as a party instance. It would be nice to enable this environment in the nodejs backend so users have access to typical nodejs tools as well as in the frontend.
Features:
Connect to BLE devices
Create custom BLE peripherals
Party on all existing datatypes
Log custom data types (maybe they can have a whole party of their own?)
Prevent general network access(unless user allows)
The text was updated successfully, but these errors were encountered:
Support a coding sandbox environment so people can implement their own BLE protocols.
Should likely expose the
ble
cordova class as well as aparty
instance. It would be nice to enable this environment in the nodejs backend so users have access to typical nodejs tools as well as in the frontend.Features:
The text was updated successfully, but these errors were encountered: