I was planning on building an application based on inter vehicle communication.
Initially I thought of using the standard wifi available on laptops and mobie phones, but then I came across WAVE protocol (IEEE 802.11p) (as it is specifically designed for such applications).
- Can I use a laptop/phone on 802.11p wifi? if not,
- Can I get a hardware that supports this protocol (more info please) ? if not,
- Can I use the standard Wifi and build the application and assume that it can easily be implemented on 802.11p protocl later (I don't know the differences between the protocols) ? if not,
- Should simulate my application (probably using ns2) ? (This is my last option)
Thank You