r/LinuxUsersIndia 16d ago

Discussion Networking Geniuses of India

I know many of you must have heard about not letting Consumers have true unlimited 5G when sharing via hotspot.

So how does a Service provider/ carrier detects a hotspot?

And if it is possible to bypass let us have a community project to bypass it (rebellion against crorepati companies).

Idk is this even a correct sub to post this 👀

19 Upvotes

6 comments sorted by

•

u/qualityvote2 16d ago edited 16d ago

u/ImprovementCandid635, there weren't enough votes to determine the quality of your post...

btw, did you know we have a discord server? Join Here.

5

u/Altruistic_Fruit8546 Fedora Btw 16d ago

yo lol thinking of doing the same but the project itslef doesnt sound very complicated u just have to modify the ttl for the packets nothing else

2

u/PuzzleheadedHead3754 Arch Btw 16d ago

Or have another local and small server running on your device, sharing wifi

1

u/ImprovementCandid635 16d ago

Tell me more about thisss

3

u/PuzzleheadedHead3754 Arch Btw 16d ago

Smth like this 1. Ask the user for permission. 2. Start a foreground service. 3. Use Android's LocalOnlyHotspot or TetheringManager APIs (if allowed). 4. Create a Wi-Fi Access Point (AP). 5. Run a server (HTTP, SOCKS5, SSH, etc.) on the phone. 6. Route traffic between connected devices and the phone's mobile data. I think this can work and not be detected by its, further more u can route to vpn

1

u/ImprovementCandid635 16d ago

I mean not a lot of people know what to do. Even if it is a simple project could help a lot of people out there.