arctic-fire-development / dapper-gcs

node.js + HTML5 Ground Control Station for unmanned vehicles.
Other
9 stars 7 forks source link

Create scripts for switching between client/server on Edison #574

Closed brucecrevensten closed 9 years ago

brucecrevensten commented 9 years ago

in etc/edison/

rayjanwilson commented 9 years ago

from WiFi AP to Client

systemctl stop hostapd.service && sleep 2 && systemctl start wpa_supplicant.service && sleep 2 && configure_edison --wifi

from Client to AP

systemctl stop wpa_supplicant.service && sleep 2 && systemctl start hostapd.service
rayjanwilson commented 9 years ago

look at the configure_edison script for more insight