Lorenzo Boffelli wrote: > Hi all, > I am new at SIPp. I'd like to know if there are a sort of code > architecture overview. A document/text file that provide a basic code > architecture organization. > Thank you > Lorenzo
Hello Lorenzo, unfortunately, there is no such document. SIPp started little and grew to be a rather big piece of code. As a quick start, - sipp.cpp: main, argument parsing, log files opening, socket opening, screen and keyboard, messages sending/receiving - call.cpp: various methods to handle SIP calls - stat.cpp: statistics - auth.c: Authorization - scenario.cpp: XML scenario parsing - variables.cpp: call variables handling - send_packets.c: pcap play sending - screen.cpp: screen handling - prepare_pcap.c: pcap file reading and preparation - actions.cpp: actions handling (regexp, int/ext cmds, ...) Hope this helps... Olivier. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
