"Fernando C.V." <[email protected]> wrote: > This library seems to rely on Berkeley sockets and under > FreeRTOS as it asks for "netinet/in.h", "sys/socket.h", etc. header > files, so I was thinking about creating replacements for these files > to work as intermediate layer so I can use libupnp with lwIP on top of > FreeeRTOS. Would I be doing it right, or could there be a saner way to > get it working? any tip on where to find further help?
Actually, I would have expected you'd just have to create the missing header files as new files containing the single line "#include "lwip/sockets.h". Simon -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
