跑NIMU_emacExampleClient_lcdkOMAPL138ARMBiosExampleProject例程,配置为DHCP模式,每次跑出来的console控制台打印的ip是dhcp服务端的ip吗,这个ip如何设置成固定的呢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
跑NIMU_emacExampleClient_lcdkOMAPL138ARMBiosExampleProject例程,配置为DHCP模式,每次跑出来的console控制台打印的ip是dhcp服务端的ip吗,这个ip如何设置成固定的呢
是的,DHCP client每次会从server端获取一个可用的IP地址,无法设置成固定的,固定的只能使用static IP的模式。
无法设置为固定的那用网络助手创建TCP client链接需要填写一个远程主机的ip,这个ip有什么途径可以获得吗(在程序已经固化到开发板的前提下)