by agencies on 9/20/22, 5:26 PM with 1 comments
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/o route to internet, serving the app over lte so my android connects to it through the internet.
All of these are brittle hacks that have unintended consequences (e.g. can connect to wifi regular mode w/o default gateway but then it only connects to lte, web bluetooth isn't a request/response model, have to build framing to proxy multiple requests over bluetooth serial).
Has anyone done this and it worked??
by eimrine on 9/20/22, 5:36 PM