Tried to switch a led on and of through rpc but IP adress stays unchanged and the url to write the led gives a httpserver error

Dependencies:   EthernetInterface HTTPServer mbed-rpc mbed-rtos mbed

History

I tried to switch a led on and off with rcp for mbed frdm k64f, it does compile but it doesn't change the ip to 192.168.1.101 and both the weburl http://192.168.1.101/rpc/led2/write0 and; http://192.168.1.27/rpc/led2/write1 give an httpserver error default tip

2017-04-14, by Frostworks [Fri, 14 Apr 2017 13:47:37 +0000] rev 0

I tried to switch a led on and off with rcp for mbed frdm k64f, it does compile but it doesn't change the ip to 192.168.1.101 and both the weburl http://192.168.1.101/rpc/led2/write0 and; http://192.168.1.27/rpc/led2/write1 give an httpserver error