05/15/2002 ELEN E6002 Advanced Project Project: Gateway Locator via SLP Contact to --------------- Agung Suyono as1682@columbia.edu Files Submitted --------------- README.txt : this file Makefile : Makefile to build executables SIZE : FILE : CONTENTS ------------------------------------------------------- 2247 : demo1.c : demo for stand alone mode 1946 : demo2cli.c : demo for threading in client side 2384 : demo2srv.c : demo for threading in server side 1447 : debug.c : debugging function (lib) 2385 : gwloc.c : API module (lib) 7608 : parser.c : parsing module (lib) 36419 : slptool_bestmatch.c : slptool and best match filter module (lib) *files with the comment (lib) are the main library, others are for demonstration purpose. Executables --------------- demo1 : stand alone demo executable demo2srv : thread demo server executable demo2cli : thread demo client executable Platform --------------- Linux (CLIC Lab.) GNU make version 3.79.1 gcc version 2.96 Command Line --------------- Stand Alone: $demo1 *queries is hard coded to make user easy. For demonstration purpose, various queries example also has been defined. Threading: Server: $demo2srv port_number Client: $demo2cli srv_addres query port_number *take the example of query in demo1.c best match filter is hard coded in demo2srv. NOTES: --------------- End of README.txt