-
Notifications
You must be signed in to change notification settings - Fork 36
Edison as Access Point AP or client
To flash the Edison as an AP so that you don't need a router to work with it, ensure that your site profile specifies AP. This setting is in the Buendia repo, in the file Packages/buendia-site-my-site/data/usr/share/buendia/site/40-site. Change the line NETWORKING_AP=0 to NETWORKING_AP=1.
Conversely, if you want the Edison to function as a client so that you can take advantage of the greater range of a dedicated router, set NETWORKING_AP=0.
The configuration for this lives in the folder /debian/usr/share/buendia/site/. This folder contains a number of configuration files with numerically-prefixed filenames, the last (highest-numbered) of which prevails. To modify this, you need to Screen into the Edison (see instructions in step 6 of Setting up an Edison.
Add a file called 99-site, containing the text:
NETWORKING_AP=0
NETWORKING_DHCP_DNS_SERVER=0
NETWORKING_SSID=yourwifinetwork
NETWORKING_PASSWORD=yourwifipassword
Reboot the Edison and it'll wake up connected to the network. To return to its normal operation, simply delete the file you created /debian/usr/share/buendia/site/99-site.
About the software
System Overview
Client Application
Server Application
Server Platform
Development practices
GitHub Usage
Java Style
Testing
Releases
For field users and testers
Software Install and Configuration
Upon Receiving Your Gear
Setting Up a Tablet
Setting Up a Server
Setting Up an Access Point
Reference Configuration