foss-for-synopsys-dwc-arc-processors / embarc_osp

embARC Open Software Platform (OSP) - An embedded software distribution for IoT and other embedded applications for ARC
https://www.embarc.org/
BSD 3-Clause "New" or "Revised" License
70 stars 63 forks source link

Suggestion about providing WIFI SSID and PASSWD in a better way #8

Closed ZuoJiawei closed 7 years ago

ZuoJiawei commented 7 years ago

Issue Summary

fanghuaqi commented 7 years ago
  1. The header file where WiFi SSID and PASSWD located actually located in each board's header file, for example, such as emsk board, it located in emsk.h, and the emsk.h is included by board.h.
  2. About where to get the WiFi name, for current release, we suggest developer to read the embARC documentation - example section first.
  3. And about configuration of WiFi SSID and PASSWD, currently you can found it here
  4. Since all examples related to Network and WiFi, developer should setup a WiFi hotspot, and the SSID and PASSWD most of the time keep the same for your development, so it just need to be changed once, and effected for all examples.