This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Discussion about USB over Ethernet driver

Hello Everyone,

i'm reading the USB over Ethernet from the below link

http://www.keil.com/pack/doc/mw/USB/html/dev_cdc_ncm.html.

i'm trying to build the software in the similar manner with few changes. but i'm not getting the following things.

1. who is acting as server and who is acting as client ?

2. whether it is possible to change the IP address ?if YES then how to change it ?

3. whether USB over Ethernet is acting as the DHCP server and client configuration. if YES please explain how?.

Parents
  • Hi Franc Urbanc,

    you told that Network library will not Support the DHCP server implementation.

    1. can i know when the new patch or pack of network library with the working DHCP server implementation will be release ?

    2. As you said the mac address will get changed once the NetIF_SetOption API is used(as refer in the link). actually the MAC address is not getting changed. please can i know the reason for this ?

Reply
  • Hi Franc Urbanc,

    you told that Network library will not Support the DHCP server implementation.

    1. can i know when the new patch or pack of network library with the working DHCP server implementation will be release ?

    2. As you said the mac address will get changed once the NetIF_SetOption API is used(as refer in the link). actually the MAC address is not getting changed. please can i know the reason for this ?

Children