Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some question #1

Open
tongchenqiang opened this issue Nov 15, 2023 · 4 comments
Open

some question #1

tongchenqiang opened this issue Nov 15, 2023 · 4 comments

Comments

@tongchenqiang
Copy link

Hello, I saw your project while studying sns3, so I have replicated it on my device. However, I have some questions that I would like to consult with you. I hope to receive your help, thank you!
I would like to know how you implement sending traffic on the server (gw) and receiving traffic on the client (ut)? Is it through some software or other device? Also, I would like to know if the scene you created in the code only has one satellite?
Thank you very much!

@yeliqseu
Copy link
Owner

yeliqseu commented Nov 15, 2023 via email

@tongchenqiang
Copy link
Author

tongchenqiang commented Nov 15, 2023 via email

@yeliqseu
Copy link
Owner

yeliqseu commented Nov 15, 2023 via email

@tongchenqiang
Copy link
Author

In my deployment environment, UT's IP is: 10.193.107.213 gw's IP is: 10.193.188.119. I have made corresponding modifications to the following parts of the script. Is this correct? I'm not sure.

Ptr satHelper = CreateObjectWithAttributes
("BeamNetworkAddress", Ipv4AddressValue ("10.20.0.0"),
"BeamNetworkMask", Ipv4MaskValue ("255.255.0.0"),
"GwNetworkAddress", Ipv4AddressValue ("10.193.188.0"),
"GwNetworkMask", Ipv4MaskValue ("255.255.255.0"),
"UtNetworkAddress", Ipv4AddressValue ("10.193.107.0"),
"UtNetworkMask", Ipv4MaskValue ("255.255.255.0") );

In the explanation you provided, I saw that the IP of gw is 10.31.0.0/16, but in the script it is 10.30.0.0/16. I want to confirm if it is correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants