#GitHub - tyethboat-drv8833-wifiAP

1 messages ยท Page 1 of 1 (latest)

dark crag
#

@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

tidal granite
#

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

dark crag
#

Ah, I want the ssl to get deviceMotion events (phone tilt control of motors ๐Ÿ™‚ )

tidal granite
#

ah, a restriction on a browser api?

dark crag
#

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...

tidal granite
#

ah, bummer