- Thu Feb 12, 2015 9:44 pm
#9605
Howdy,
I would like to add functionality to the dhcpserver .
After a lot of messing around , I managed to get lwip compiling with a project & not using the liblwip .
BUT , it doesn't work properly when loaded into the modules.
Logs report it connecting to an AP successfully then I get
Code: Select all14:53:08.630 connected with Barry, channel 13
14:53:08.634 dhcp client start...
14:53:09.415 ip:192.168.1.137,mask:255.255.255.0,gw:192.168.1.1
14:53:10.125 LmacRxBlk:1
14:53:11.125 LmacRxBlk:1
14:53:12.125 LmacRxBlk:1
14:53:12.240 beacon timeout
14:53:12.243 rm match
14:53:12.246 pm close 7 0 0/3666632
14:53:13.125 LmacRxBlk:1
14:53:14.125 LmacRxBlk:1
14:53:14.366 scandone
14:53:14.369 no Barry found, reconnect after 1s
14:53:15.125 LmacRxBlk:1
14:53:15.366 reconnect
14:53:16.125 LmacRxBlk:1
14:53:17.126 LmacRxBlk:1
14:53:17.492 scandone
14:53:17.494 no Barry found, reconnect after 1s
14:53:18.126 LmacRxBlk:1
14:53:18.492 reconnect
14:53:19.126 LmacRxBlk:1
14:53:20.127 LmacRxBlk:1
14:53:20.618 scandone
14:53:20.621 no Barry found, reconnect after 1s
etc ....
I believe the LmacRxBlk entries are generated from functions in libpp but I don't have the code for that .
Has anyone got lwip compiling & working with the DevKit ?