TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Impossible to serve web page over blueooth?

1 pointsby agenciesover 2 years ago
I want to have a local device that will serve web apps to my Android browser over bluetooth or wifi *while my Android is still connected to normal wifi or mobile data*.<p>I have thought about trying local http proxies over bluetooth serial, the new web bluetooth standards, intercepting xhr in native Android code to send requests over serial, wifi direct, wifi regular mode but w&#x2F;o route to internet, serving the app over lte so my android connects to it through the internet.<p>All of these are brittle hacks that have unintended consequences (e.g. can connect to wifi regular mode w&#x2F;o default gateway but then it only connects to lte, web bluetooth isn&#x27;t a request&#x2F;response model, have to build framing to proxy multiple requests over bluetooth serial).<p>Has anyone done this <i>and it worked</i>??

1 comment

eimrineover 2 years ago
I love using internets on my laptop using BT, not wi-fi, because BT uses significantly less energy. Also I used to have experience playing some RTS game with friend using BT just for fun. That are different cases, but all I can say about BT is that this is very unstable thing with all kinds of random problems while setting connection.