Forward a discussion from Contiki-developer list.
---------- Forwarded message ---------- From: Tobias Petry <[email protected]> Date: Tue, Mar 6, 2012 at 7:53 PM Subject: [Contiki-developers] Reducing code footprint of ipv6+rpl? To: Contiki developer mailing list <[email protected]> Hi, according to msp430-size the ipv6+rpl udp example (examples/ipv6/rpl-udp) does need ~44KB: msp430-size udp-client.sky text data bss dec hex filename 44308 188 8592 53088 cf60 udp-client.sky But the msp430 used in the tmote sky is limited to 48KB, so there's really really really little space left. Insufficent space for my application as i have already an .text overflow of 500 bytes with much features missing i do have to implement. Is there any possibility of dramatically decreasing the code footprint of the ipv6+rpl stack? A simple "Hello World" application does need 22KB. Seems the ipv6 stack oder rpl routing does have a massive code footprint. Tobias ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Contiki-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/contiki-developers -- Best regards, Zhen _______________________________________________ Lwip mailing list [email protected] https://www.ietf.org/mailman/listinfo/lwip
