LoginSignup
12
11

More than 5 years have passed since last update.

Edisonをアクセスポイントに設定する

Last updated at Posted at 2014-11-29

はじめに

Intelから提供されてるYacto Linuxでの話になります。
systemdとかhostapdで検索すると詳しいことは出てくると思います。

設定方法

hostapdを有効にするだけでいいみたいです。
一応、configure_edisonなどで止められてるので、wpa_supplicantも止めるようにしておきます。

一時的にアクセスポイント化

systemctl stop wpa_supplicant 
systemctl start hostapd

起動時にアクセスポイント化

systemctl disable wpa_supplicant 
systemctl enable hostapd

すぐに利用したい場合は、その場でスタート。

systemctl start hostapd

ネットワークの設定について

configure_edisonコマンドでユーザー名、パスワードを変更するときに、
hostapdまわりも変更されるようになっていて、
ネットワーク名がedisonの名前、パスワードがedisonのIDになるようです。

おわりに

試してみた感じ、壁挟んで隣の部屋でsshしても特にラグを感じないレベルだったので、
なんかsshで入ると遅いなーって場合も効果あるんじゃないでしょうか。

12
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
11