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

From ESS-WIKI
Jump to: navigation, search
(Created page with "<span style="font-family:lucida sans unicode,lucida grande,sans-serif;">1.Select Ethernet icon from the application list.</span> http://ess-wiki.advantech.com.tw/wiki/im...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span style="font-family:lucida sans unicode,lucida grande,sans-serif;">1.Select Ethernet icon 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>
  
http://ess-wiki.advantech.com.tw/wiki/images/9/93/Ethernet_icon.png
+
<span style="font-family:lucida sans unicode,lucida grande,sans-serif;">[[File:Ethernet icon.png|RTENOTITLE]]</span>
  
2.There are three component including "Check Ethernet", "Configure Ethernet" and "Advanced Setting"
 
  
[[File:Ethernet main page.png]]
 
  
Check Ethernet
+
There are three component including "Check Ethernet", "Configure Ethernet" and "Advanced Setting"
  
Configure&nbsp;Ethernet
+
[[File:Ethernet main page.png|RTENOTITLE]]
  
Advanced Setting
+
 
 +
 
 +
 
 +
 
 +
<span style="font-size:medium;">'''Check Ethernet'''</span>
 +
 
 +
This function will get current&nbsp;status.
 +
 
 +
[[File:Ethernet setting main.png|RTENOTITLE]]
 +
 
 +
 
 +
 
 +
<span style="font-size:medium;">'''Configure&nbsp;Ethernet'''</span>
 +
 
 +
There are two of IP setting: static IP and DHCP
 +
 
 +
Static IP - There are four fields need to be filled:&nbsp;IP Address, DNS, Netmask and Getway.
 +
 
 +
[[File:Ethernet setting staticip.png|RTENOTITLE]]
 +
 
 +
DHCP - IP configuration is controlled by system.
 +
 
 +
[[File:Ethernet setting main.png|RTENOTITLE]]
 +
 
 +
 
 +
 
 +
'''<span style="font-size:medium;">Advanced Setting</span>'''
 +
 
 +
The major setting for this page is proxy.
 +
 
 +
[[File:Ethernet proxy.png|RTENOTITLE]]
 +
 
 +
The Ethernet application source code is on the following:
 +
<pre>~/packages/apps/fsl_imx_demo/Ethernet</pre>

Latest revision as of 08:44, 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.

RTENOTITLE


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

RTENOTITLE



Check Ethernet

This function will get current status.

RTENOTITLE


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