This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
|
oak:tutorials:internalurls [2016/03/07 01:35] pfeerick Bit more info for device-id |
oak:tutorials:internalurls [2016/04/14 01:49] pfeerick Missing '|' hid text for 'device-id' |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ^ URL ^ Purpose ^ | ^ URL ^ Purpose ^ | ||
| - | | http://192.168.0.1/version | ?| | + | | http://192.168.0.1/version | Returns the version of this setup protocol being used| |
| - | | http://192.168.0.1/device-id | Displays the unique device identification number for your Oak, and it's claim status on Particle, with a 0 for no claim, and a 1 for a successful claim. | + | | http://192.168.0.1/device-id | Displays the unique device identification number for your Oak, and it's claim status on Particle, with a 0 for no claim, and a 1 for a successful claim.| |
| - | | http://192.168.0.1/scan-ap | ?| | + | | http://192.168.0.1/scan-ap | Returns the available WiFi networks| |
| - | | http://192.168.0.1/configure-ap | ?| | + | | http://192.168.0.1/configure-ap | Allows setting the WiFi connection settings| |
| - | | http://192.168.0.1/connect-ap | ?| | + | | http://192.168.0.1/connect-ap | Connects to the current wifi settings and reboots to the user rom (if available)| |
| - | | http://192.168.0.1/public-key | ?| | + | | http://192.168.0.1/public-key | Returns the Oaks public key (hex encoded)| |
| | http://192.168.0.1/set | Allows setting of key configuration values| | | http://192.168.0.1/set | Allows setting of key configuration values| | ||
| - | | http://192.168.0.1/hello | ?| | + | | http://192.168.0.1/hello | Just a static page - no use| |
| | http://192.168.0.1/info | Provides all sorts of information such as whether the Oak has been successfully registered on Particle, what the system firmware version is, etc.| | | http://192.168.0.1/info | Provides all sorts of information such as whether the Oak has been successfully registered on Particle, what the system firmware version is, etc.| | ||
| - | | http://192.168.0.1/particle | ?| | + | | http://192.168.0.1/particle | Displays whether the Oak is connected to the Particle cloud or not| |
| | http://192.168.0.1/system-version | Displays the system firmware version number| | | http://192.168.0.1/system-version | Displays the system firmware version number| | ||
| - | | http://192.168.0.1/system-update | ?| | + | | http://192.168.0.1/system-update | Forces the Oak to try to update the system - do not use| |
| - | //Note: If someone has a better name for this page, or wishes to combine it into another, by all means do so!// | + | More info on the SoftAP Protocol: https://github.com/spark/firmware/blob/845a5b489924d6953f966c8b6bb02b915d7f66ae/hal/src/photon/soft-ap.md |