Arjun Prasad <[EMAIL PROTECTED]> wrote: > hi all! > > Is there any detailed class digram for xorp??? > Any pictorial representation of xorp architecture regarding how classes r > intractiong with each other etc.
The following URL contains a list of design documents: http://www.xorp.org/design_docs.html Some of documents there (e.g., the first one: "XORP Design Overview") provide high-level design overview of the XORP architecture. Other documents provide protocol-specific details. E.g., "XORP BGP Routing Daemon" describes the BGP implementation. Some of the above documents mention some of the important classes by name, but this is high-level description. There is also the "XORP Source Code Documentation" that is automatically generated from the source code itself: http://www.xorp.org/releases/current/docs/kdoc/html/index.html It is based on the Kdoc comments in the *.hh header files. There are no documents at the level of detailed class interaction. I guess there are generic C++ tools that will analyze the code and generate such pictures for you, but I haven't used such tools. Hopefully other folks on the list can give you some recommendations for such tools. Regards, Pavlin _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
