wiki:Internal/SummerInternship/Logs/SangeethaSiddegowda/programming
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Version 6 (modified by sansid, 13 years ago) ( diff )

--

Some online references for programming

CLICK MODULAR ROUTER

CLICK INSTALLATION
  • MAKE and INSTALL Make Click (fast)

(inside the click-1.6.0 directory)

  • make -j2
  • Click will now run
  • userlevel/click conf/test.click
  • Output should be five times ok: 40 | 45000028 00000000 401177c3 01000001 02000002 13691369
  • Optional: install Click systemwide (as root)
  • Become root: su
  • make install
  • click <clickdirectory>/conf/test.click should work

Every time you change elements you must do a make install

Click http://read.cs.ucla.edu/click/
Elements of CLICK http://read.cs.ucla.edu/click/elements

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.