Hey -
I have an application that currently uses ethernet. I am adding cellular communications to it, and will eventually add wifi. Right now I have a single IP instance (ip_0) and all the netx utilities/apps (DHCP, FTP, DNS...) are configure to use ip_0. I will never be using the three forms of communications at the same time. What is the preferred way of managing this pile? Three instances of IP, DHCP, DNS, FTP, blah blah? Seems like I would end up tripling my code. Or is there a higher level approach?
Bill