简体   繁体   English

如何模拟GSM网络

[英]How to simulate GSM network

I want to simulate a moving cell phones on a high way. 我想模拟高移动电话。 I need a simulator to build the GSM network and get the cell phones information during the trip on this road. 我需要一个模拟器来建立GSM网络,并在旅途中获得手机信息。

I am trying to use ns3, but its very complicated to me (as i am new to this) and i searched for any hello world tutorial to get me in, but in vain. 我正在尝试使用ns3,但是它对我来说非常复杂(因为我对此很陌生),因此我搜索了任何hello world教程来让我入迷,但徒劳。

I need help in how to do this with ns3. 我需要有关如何使用ns3执行此操作的帮助。 Or is there any other simple simulators that can do this?. 还是有其他简单的模拟器可以做到这一点? Any tiny tips are very appreciated. 任何小技巧都非常感谢。

NS3 support LTE and WiMax but does not support GSM. NS3支持LTE和WiMax,但不支持GSM。

To do some hello world, you can try 要打个招呼世界,您可以尝试

./waf --run hello-simulator

You could find hello world script at scratch folder. 您可以在scratch文件夹中找到hello world脚本。

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

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