Change IP address on NB MOD54415

Discussion to talk about software related topics only.
Post Reply
Arturino
Posts: 11
Joined: Tue Jan 15, 2013 6:05 am

Change IP address on NB MOD54415

Post by Arturino »

Does anyone have code example of changing NB's IP address through its web-interface? The found example uses MTTY, which is not convenient.
Need to have both Static and DHCP options available.
Thanks.
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: Change IP address on NB MOD54415

Post by rnixon »

There is an example of changing ip addresses: \nburn\examples\dhcp\changeip.
Arturino
Posts: 11
Joined: Tue Jan 15, 2013 6:05 am

Re: Change IP address on NB MOD54415

Post by Arturino »

Yes, as I already mentioned, I found this example, but I'd like to have possibility to change IP from the web-page, not from the terminal window.
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: Change IP address on NB MOD54415

Post by rnixon »

That example has the mechanics of what you need to do. You can create a web page, use the ChangeIP example to create the appropriate function, use the FUNCTIONCALL tag on the web page. I don't have an example of that, but it seems that you have the basic functionality from the example.
Arturino
Posts: 11
Joined: Tue Jan 15, 2013 6:05 am

Re: Change IP address on NB MOD54415

Post by Arturino »

Yes, thank. Actually, I'm about to finish the task changing IP from webpage.
Post Reply