i.MX6Q android BSP API for multiple network.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX6Q android BSP API for multiple network.

ソリューションへジャンプ
1,299件の閲覧回数
satoshishimoda
Senior Contributor I

Hi community,

I want to confirm my understanding about i.MX6Q android BSP.

I understand android can use wired LAN and wireless LAN simultaneously.

However, user (or a application) cannot select which network use for a specific process because android API does not support it.

(e.g. wired LAN for process A, and wireless LAN for process B)

And I think freescale does not customize about this API, so if user want to select the network to use for specific process, user should customize the android API by themselves.

Is this correct?

Best Regards,

Satoshi Shimoda

ラベル(3)
タグ(2)
0 件の賞賛
返信
1 解決策
1,162件の閲覧回数
art
NXP Employee
NXP Employee

No, it's not exactly so. First, the Android OS itself has many various APIs to manage network connections, please refer to the following Android Developer site links:

http://developer.android.com/reference/java/net/package-summary.html

http://developer.android.com/reference/android/net/package-summary.html

Second, in the Android BSP by Freescale, you can access the system console through the following API:

http://developer.android.com/reference/java/io/Console.html

Then, on the console, you can use regular Linux network management utilities, such as 'ifconfig'.


Have a great day,
Artur

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,163件の閲覧回数
art
NXP Employee
NXP Employee

No, it's not exactly so. First, the Android OS itself has many various APIs to manage network connections, please refer to the following Android Developer site links:

http://developer.android.com/reference/java/net/package-summary.html

http://developer.android.com/reference/android/net/package-summary.html

Second, in the Android BSP by Freescale, you can access the system console through the following API:

http://developer.android.com/reference/java/io/Console.html

Then, on the console, you can use regular Linux network management utilities, such as 'ifconfig'.


Have a great day,
Artur

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信