EECS881:Writing a Plugin

From ITTC
Jump to: navigation, search

IXP Programming 101

Goals for this lab:

  1. Compile and run your own mycount plugin as shown in the example.
  2. Customize zzz plugin as shown.
  3. Take screen-shots and write up the lab in your Lab Report.


Notes:

  • There is no "Add Plugin Directory" option.
    • Just use the "Add Plugin" option and give the full path as before.
  • The "Send Command" menus are slightly different, but worked fine for me.
  • When customizing the plugin, code line 14 under "handle_msg_user() changes":
    • Change "strcat_lmem( out_msgstr, space_str( ) );" to "strcat_lmem( out_msgstr, space_str );"