嵌入式板子互相通信
嵌入式板子->路由器
- ifconfig eth1 down
- iwconfig eth1 mode ad-hoc
- iwconfig eth1 essid emv
- ifconfig eth1 192.168.200.190
- ifconfig eth1 hw ether 00:2F:3C:C7:C4:E0
- ifconfig eth1 up
- http://qlj.sh.cn/linux/20090711/iwconfig/
- ifconfig eth1 down
- iwconfig eth1 mode managed
- iwconfig eth1 essid any
- ifconfig eth1 192.168.1.188 netmask 255.255.255.0
- iwconfig eth1 ap any
- ifconfig eth1 up