Difference between revisions of "IoTGateway/BSP/Android/Gettingstarted/How to use Ethernet"
From ESS-WIKI
(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;"> | + | 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 application list.</span> |
− | + | <span style="font-family:lucida sans unicode,lucida grande,sans-serif;">[[File:Ethernet icon.png|RTENOTITLE]]</span> | |
− | |||
− | |||
− | Check Ethernet | + | There are three component including "Check Ethernet", "Configure Ethernet" and "Advanced Setting" |
− | + | [[File:Ethernet main page.png|RTENOTITLE]] | |
− | Advanced Setting | + | |
+ | |||
+ | |||
+ | |||
+ | <span style="font-size:medium;">'''Check Ethernet'''</span> | ||
+ | |||
+ | This function will get current status. | ||
+ | |||
+ | [[File:Ethernet setting main.png|RTENOTITLE]] | ||
+ | |||
+ | |||
+ | |||
+ | <span style="font-size:medium;">'''Configure Ethernet'''</span> | ||
+ | |||
+ | 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. | ||
+ | |||
+ | [[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 07: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.
There are three component including "Check Ethernet", "Configure Ethernet" and "Advanced Setting"
Check Ethernet
This function will get current status.
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.
DHCP - IP configuration is controlled by system.
Advanced Setting
The major setting for this page is proxy.
The Ethernet application source code is on the following:
~/packages/apps/fsl_imx_demo/Ethernet