A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: uha1652850771172
Ixiasoft
Visible to Intel only — GUID: uha1652850771172
Ixiasoft
10.7.2. Network IP configuration
You can configure the MAC and IP addresses of the µC/TCP-IP module by editing the struct network_conf conf in main().
- CPU_BOOLEAN conf_static() – this function is used to configure static IP address
- CPU_BOOLEAN conf_dhcp() - this function calls the AppInit_DHCPc() to initialize µC/DHCPc and start DHCPc negotiation for the interface to acquire IP address dynamically. This function returns only after DHCP negotiation is completed
For more information on other µC/TCP-IP configuration, refer to Nios V Embedded Processor Design Handbook which contains below information.
- Configuring Hardware Name
- Configuring MAC and IP Addresses
- Configuring µC/TCP-IP Initialization
- Configuring iPerf Server Auto-Initialization