rhysmorgan134 / react-carplay

MIT License
381 stars 58 forks source link

can we access it remotely through http? #31

Closed agkrid closed 8 months ago

agkrid commented 1 year ago

from the name i assume this was developed using react? will it be possible to access this through a web browser using the rpi as a hotspot? why am asking? simply tesla car web browser, since this works directly without android then it should be more performant than current rpi workaround with tesla. so can we access this through web browser? that would make this project a huge hit

rhysmorgan134 commented 1 year ago

Not quite with this exact repo, you would need to use https://github.com/rhysmorgan134/node-CarPlay and https://github.com/rhysmorgan134/react-js-carplay to build a webhosted version. The problem with this one is it uses electron so the IPC communication won't be available

rhysmorgan134 commented 8 months ago

node-carplay now has this as an example in that repo