akeranen / the-one

The Opportunistic Network Environment simulator
Other
208 stars 198 forks source link

Node movement accessing position of other nodes? #105

Closed j4cobgarby closed 1 year ago

j4cobgarby commented 1 year ago

Hi, not an issue as such but I'm hoping this may be the right place to ask questions, I want to write a movement model where the path each node takes is dependent on the positions of other nodes around it, and so for this I need to somehow access the World from an instance of a MovementModel. Is there some way to achieve this? Many thanks

akeranen commented 1 year ago

Best place for asking questions is StackOverflow with tag "one-simulator".

Github issues are best for things that can be addressed with a PR (bugs, new features, etc.).