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

How to print all mobile stations, their link information and their location coordinates in the access point transmission region using Python ? #519

Open
14vv1A0516 opened this issue Dec 27, 2023 · 0 comments

Comments

@14vv1A0516
Copy link

Hi Sir,

I have a scenario/topology with mobile stations and APs. The mobile stations move randomly. I have been trying to get all the stations' information as and when they enter an AP region periodically in Python code.

After creating the topology, I tried to execute the below lines.

for ap in net.aps:
print(f"\nAccess Point: {ap.name}")
associated_stations = ap.associatedStations
print ("The associated_stations for ", ap, " are", associated_stations)

But this throws following error.

image

How do I achieve this ? Please help.

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

1 participant