<div dir="ltr"><div>Hi sr-users,</div><div><br></div><div>The TLS traffic generation scripts are online here:<br></div><div>* SIP library - fork of sippy/b2bua - use main-async branch  <br></div><div><a href="https://github.com/space88man/b2bua">https://github.com/space88man/b2bua</a></div><div><br></div><div>This branch is an async refactoring of sippy; the master branch of the repo is the regular sync+elperiodic version.<br></div><div><br></div><div>* runtime UA generation scripts:</div><div><a href="https://github.com/space88man/multiuac-tester">https://github.com/space88man/multiuac-tester</a></div><div><br></div><div>This repo contains the TLS-client transport (sippy out-of-the-box supports UDP); also gratuitously uses the match/case syntax for fun (so needs Python 3.10)<br></div><div><br></div><div>* no documentation: the scripts/t_register.py and scripts/t_phone.py should give you an idea how to create UACs.<br></div><div><br></div><div>The script in the talk is scripts/t_register.py - creates SIP UACs that sit in an infinite loop and do REGISTER and keepalive ('\r\n\r\n').</div><div><br></div><div>Disclaimer: this is not a SIP-scenario framework like SIPp; SIP messages are programmatically created using sippy; e.g., the test scenario does not need to handle RTP media so the SDP body is a hardcoded string.</div><div><br></div><div>Regards</div><div>S-P<br></div></div>