XDK Live
connectivity named-singleton WLAN {
generator "org.eclipse.mita.platform.xdk110.connectivity.WlanGenerator"
validator "org.eclipse.mita.platform.xdk110.connectivity.WlanValidator"
/**
* Choose personal WPA connection or Enterprise WPA connection
*/
required configuration-item authentification : Authentification
/**
* The SSID of the WLAN network we want to connect to
*/
required configuration-item ssid : string
/**
* If true server certificate will be uploaded to the WiFi chip CC3100.
* Make sure to update service pack of the WiFi and then upload the certificate.
* Certificate must placed under XDK110/common/certs/XDKDummy.
*/
configuration-item isHostPgmEnabled : bool = false
/**
* Configure IP address and network via DHCP or static
*/
configuration-item ipConfiguration : IpConfiguration = Dhcp()
}WPA with DHCP
WPA with static IP
Last updated