Actually, I new places 10 BaseStation node as a Rectangle Layout Type,
and 15 ap nodes randomly move into this Rectangle and receive the
packet from BaseStation nodes.
Now I know I can use RandomRectanglePositionAllocatior, for randomly
moving. But I am still not clear that how can set the 10 BaseStation
as a Rectangle. Is there a class or function can do me a favor?
On Mar 22, 3:39 am, Gokul Bhat <
bhatgo...@gmail.com> wrote:
> You don't need to use the grid position allocator as that is used to only
> place the nodes. You want them to placed randomly right? You can use the
> RandomRectanglePositionAllocator and any random mobility model. I think the
> nodes will move within the bounds set by the rectangle position allocator.
>