On Mon, May 9, 2016 at 6:11 AM, Slavica Tomovic <slavicat...@gmail.com>
wrote:

> I want to implement OpenFlow wireless networks by using Raspberry Pi
> devices. My idea is to install OVS software on them. Is it possible to
> such a thing?
>

It is.  The built-in interfaces on RPis are not very high performance, but
they work.


> I read that OVS cannot be used for wireless networks, but what if I
> add multiple wi-fi interfaces to each RPI and interconnect them
> wirelessly?
>

It depends on the wireless chipset and the AP being used.  Most wifi
chipsets and APs will not let you source L2 packets with a MAC address
other than the one associated with your station (which means that
forwarding packets through OVS from other source MACs will not work).


> Also, is it maybe possible to use only one physical wifi NIC and then
> configure multiple virtual interfaces on it?
>

There's no facility in the wifi standards (at least through N) for virtual
interfaces associated with a single station address at L2.

--
Nick
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to