简体   繁体   English

通过GSM网络从朋友的wifi上网

[英]Internet access from friend's wifi over GSM network

I am trying to develop this project for my coming semester. 我正在为下学期开发这个项目。 Before beginning to start I want to know is this possible or not? 在开始开始之前,我想知道这是否可能吗? It is similar to Old classical Dial-Up network but very different and very unique. 它类似于旧的经典拨号网络,但是非常不同且非常独特。 Although Dial-Up services are available from service providers but, I don't want to use that. 尽管可以从服务提供商处获得拨号服务,但我不想使用它。

So basically I want to use my GSM phone service to call my friend and share his WiFi network. 因此,基本上我想使用GSM电话服务呼叫我的朋友并共享他的WiFi网络。 So my App should be able to.. 所以我的App应该可以

1) Initiate a call from GSM phone (Any service provider Bell, Talus etc) 1)从GSM电话发起呼叫(任何服务提供商Bell,Talus等)

2) My friend will receive a call who also have App installed and he should be able to activate the app during the active phone line. 2)我的朋友会接到一个同时也安装了App的电话,他应该能够在活动的电话线路中激活该app。

3) Once app is activated the app in my friend's phone it should connect the GSM modem to WIFI in his phone. 3)激活我朋友手机中的应用程序后,应将GSM调制解调器连接到他手机中的WIFI。

4) Once Connected My phone should also connect the WiFi modem to GSM modem so, I can channel through the data packets from my phone to my friend's phone so that I can start surfing internet using his WiFi when he is in free WiFi zone lol. 4)连接后,我的手机也应该将WiFi调制解调器连接到GSM调制解调器,这样,我就可以将手机中的数据包引导到我朋友的电话中,以便当他处于免费WiFi区域时,我可以开始使用他的WiFi上网。

I don't want to start doing this before knowing the complexity and time. 在了解复杂性和时间之前,我不想开始这样做。 Any Help will be appreciated. 任何帮助将不胜感激。 If anyone would like to do it together please feel free to send me an Gmail or Skype me ON: alir2t2 如果有人想一起做,请随时向我发送Gmail或Skype给我发送邮件:alir2t2

GSM is a circuit-switched, voice-optimised service, not a data service. GSM是电路交换的语音优化服务,而不是数据服务。 You mention making a "call" - this word is normally used for voice calls. 您提到拨打“电话”-这个词通常用于语音电话。 So that's the first problem. 所以这是第一个问题。

The second problem would be getting a data connection between your phone and your friend's phone. 第二个问题是在您的手机和您朋友的手机之间建立数据连接。
The snag is, that you can't make a data connection directly to someone else's phone using the GPRS/UMTS/LTE networks. 麻烦在于,您无法使用GPRS / UMTS / LTE网络直接与他人的电话建立数据连接。 You can only make a data connection (eg a PDP context) from your phone to a server in your operator's core network. 您只能从手机到运营商核心网络中的服务器建立数据连接(例如PDP上下文)。 Then you make an IP connection on top of that, to whatever websites you want. 然后,您可以在任意位置建立IP连接。
So your friend's phone would have to be a web server, for example, and it would also have to be connected to the network. 因此,例如,您朋友的电话必须是Web服务器,并且还必须连接到网络。

To connect your phone with your friend's, you need a peer to peer data connection, like Bluetooth. 要将手机与朋友的手机连接,您需要对等数据连接,例如蓝牙。 (There is such a system under discussion at 3GPP for emergency situations, but it hasn't been implemented yet, and it would only be short range anyway.) (3GPP正在讨论一种针对紧急情况的系统,但尚未实施,无论如何它只会是短距离的。)

Another point is, that if you have a data connection to the internet via your operator's network, why would you want to use your friend's WiFi..... 另一点是,如果您通过运营商的网络与互联网建立数据连接,那么为什么要使用朋友的WiFi .....

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM