Difference between revisions of "IoTGateway/BSP/Android/Gettingstarted/How to use Ethernet"

From ESS-WIKI
Jump to: navigation, search
Line 1: Line 1:
 
Freescale Ethernet application (orange icon) that allows you to set a static IP/DHCP.<br/><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">This application is available on Android 5.0 from the&nbsp;application list.</span>
 
Freescale Ethernet application (orange icon) that allows you to set a static IP/DHCP.<br/><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">This application is available on Android 5.0 from the&nbsp;application list.</span>
 +
 +
<span style="font-family:lucida sans unicode,lucida grande,sans-serif;">[[File:Ethernet icon.png]]</span>
  
  
  
 
There are three component including "Check Ethernet", "Configure Ethernet" and "Advanced Setting"
 
There are three component including "Check Ethernet", "Configure Ethernet" and "Advanced Setting"
 +
 +
[[File:Ethernet main page.png]]
  
  
Line 12: Line 16:
  
 
This function will get current&nbsp;status.
 
This function will get current&nbsp;status.
 +
 +
[[File:Ethernet setting main.png]]
  
  
Line 36: Line 42:
  
 
The Ethernet application source code is on the following:
 
The Ethernet application source code is on the following:
<pre><sub></sub>~/packages/apps/fsl_imx_demo/Ethernet</pre>
+
<pre>~/packages/apps/fsl_imx_demo/Ethernet</pre>

Revision as of 07:59, 25 January 2017

Freescale Ethernet application (orange icon) that allows you to set a static IP/DHCP.
This application is available on Android 5.0 from the application list.

Ethernet icon.png


There are three component including "Check Ethernet", "Configure Ethernet" and "Advanced Setting"

Ethernet main page.png



Check Ethernet

This function will get current status.

Ethernet setting main.png


Configure Ethernet

There are two of IP setting: static IP and DHCP

Static IP - There are four fields need to be filled: IP Address, DNS, Netmask and Getway.

RTENOTITLE

DHCP - IP configuration is controlled by system.

RTENOTITLE


Advanced Setting

The major setting for this page is proxy.

RTENOTITLE

The Ethernet application source code is on the following:

~/packages/apps/fsl_imx_demo/Ethernet