Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 3.43 KB

HARDWARE.md

File metadata and controls

18 lines (9 loc) · 3.43 KB

Hardware and drivers

GeoNetworking is supposed to be used with ETSI ITS-G5. ITS-G5 MAC layer (ETSI EN 302 663) is based on 802.11p. In turn, 802.11p (part of 802.11-2012) is based on 802.11a, see, for example, FreeBSD wiki for a summary of how 11p is different from 11a, or stackoverflow for an answer with a summary of needed driver changes. Annex B of v1.2.1 of ETSI EN 302 663 also has a summary of 11p.

For 802.11p Linux drivers, see, for example, ath5k and ath9k drivers modified by CTU-IIG (kernel, iw, regdb, crda) or by Componentality. Some of these modifications might already be in the upstream (e5d71, 48b50). There are rumors that Linux kernel 4.4 will have a lot of it integrated. There is also a Gist with a step-by-step 802.11p instruction. Any further updates on the status are much appreciated!

For hardware for ath5k, see cards based on Atheros AR5414 chipset, like Mikrotik R52H (for more hardware see wiki lists on kernel.org or debian.org).

For hardware for ath9k, see Atheros AR92xx-based cards, like Compex WLE200NX (miniPCI express) or Routerboard R5SHPn ("old" miniPCI). Note that Mikrotik wiki says that in 2011 only AR92xx chips supported the needed 10 MHz channels, but maybe the support was extended since then? Any updates welcome! For example, whether or not Mikrotik R11e-5HnD based on AR9580 works (there are reports that Unex DHXA-222 based on AR9462 works). For more ath9k devices see wiki lists on kernel.org or debian.org.

Examples of cheap small computers to install the wifi cards are Alix board and it's successor apu platform; another small computer with Mini PCI Express is Hummingboard.

As a Linux distro, try Voyage Linux.

Note that the Linux machine with the wifi card don't have to be the same as the one running this GeoNetworking stack (it can be two separate machines talking UDP to each other).

Any other information about hardware and drivers is greatly appreciated!