I have an HTTP server application that works fine. I used the demo HTTP web server project in the SSP for the DK-S7G2 board. Now I've placed the sf_console framework using telnet into my project and this works fine, but the HTTP server does not work anymore. I believe I've traced this down to the NX_IP ip instance that I'm using with the HTTP server. I think I should be using the same instance that the sf_console framework uses for the HTTP server since the ip address is the same. My problem is that the sf_console code where the telnet server is being instantiated is protected and I can't set the NX_IP instance there to point to my original NX_IP instance I was using with the working HTTP server example. Can anyone please advise how to solve this problem?
↧