#GitHub - tyethboat-drv8833-wifiAP
1 messages ยท Page 1 of 1 (latest)
@tidal granite sorry to bother you, but I hoped you might be likely to know if it's possible to act as an SSL server on circuitpython 7.3? I was looking at dns serving too and seemed like you were working in the same area for web-editor
np. I don't know if it is possible
you may need to expand the ssl module
I was doing mdns not dns
I was doing web serving but not with ssl
Ah, I want the ssl to get deviceMotion events (phone tilt control of motors ๐ )
ah, a restriction on a browser api?
yeah https for deviceMotion events, and I want it offline first ๐ dang browser restrictions.
https://yari-demos.prod.mdn.mozit.cloud/en-US/docs/Web/Events/Detecting_device_orientation/_sample_.Orientation_example.html
(from https://developer.mozilla.org/en-US/docs/Web/Events/Detecting_device_orientation )
Increasingly, web-enabled devices are capable of determining their orientation; that is, they can report data indicating changes to their orientation with relation to the pull of gravity. In particular, hand-held devices such as mobile phones can use this information to automatically rotate the display to remain upright, presenting a wide-screen...
ah, bummer