summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2015-10-29Fixed verbose modeDan Klein2-54/+79
More stability fixes removed irrelevand methods
2015-10-29Awesome working start/stop traffic consoleDan Klein3-69/+105
Fixed more stability issues :) Ready for merging.
2015-10-29fixed console issues after testsing themDan Klein2-23/+48
2015-10-29Console redesign using trex_stateless_client moduleDan Klein3-63/+227
2015-10-29Added module for text formatting, such that coloring, bold, underline.Dan Klein1-0/+72
2015-10-28console progress, still SHAKY!Dan Klein2-108/+151
2015-10-28updated more HLTAPI functionality and fixed found bugs.Dan Klein6-35/+213
Working: Start/stop traffic, traffic config (semi), connect, clean Missing: stats Next: boost console
2015-10-28more HLTAPI 2Dan Klein1-16/+48
2015-10-27More HLTAPIDan Klein2-18/+68
2015-10-27more HLTAPIDan Klein1-0/+1
2015-10-27more hltapi progressDan Klein3-57/+227
connect working
2015-10-26add disconnect functionalityDan Klein2-6/+4
2015-10-26fixed streamlist loadingDan Klein1-2/+3
2015-10-25refactor tx_link -> comm_linkDan Klein1-6/+6
2015-10-25Merge branch 'master' into dan_statelessDan Klein1-0/+7
2015-10-25HLTAPI progress...Dan Klein4-5/+37
2015-10-25Fixed importing of packages at documentation buildingDan Klein1-0/+7
2015-10-22minor updatesDan Klein3-144/+14
2015-10-21Added support for path autocomletion for console methods :)Dan Klein1-2/+22
2015-10-20+ Added traffic options at stl directoryDan Klein6-9/+84
+ updated console to support multiplier on loading + fixed minor issues at yaml_utils and trex_streams objects + console not stable, YET
2015-10-20Merge branch 'master' into master-demo +Dan Klein6-10/+121
working demo of loading a YAML, and attaching it to server
2015-10-20Major progress in console, yaml utils, and trex_streamsDan Klein7-75/+226
basically done, minor changes remianing BIG ISSUE LEFT: rewire console to work with trexstateless client module
2015-10-19Merge branch 'rpc' -> add support for interactive modeHanoh Haim2-5/+109
2015-10-18Progress in trex_streams and in yaml_utils.Dan Klein3-154/+129
Next, start working on StreamList object
2015-10-18 fix trex-130 issueHanoh Haim1-1/+8
2015-10-18more yaml utils, better streams handlingDan Klein3-193/+154
2015-10-16Updated YAMLutils and rpc_defaults with relevant progressDan Klein2-88/+231
2015-10-15change console permissionHanoh Haim2-0/+0
2015-10-15updated yaml utils and stream objectDan Klein6-1/+453
2015-10-14merged jsonrpc client for mock compatibilityDan Klein1-15/+255
2015-10-14Merge branch 'dan_stateless'Dan Klein4-15/+24
2015-10-14Merge remote-tracking branch 'origin/master'Dan Klein11-33/+33
2015-10-14Fixed trex bugs in Ubuntu disctribution (Firing trex-daemon server) and ↵Dan Klein4-14/+23
unresolved domain name handling.
2015-10-13Another Typo fix T-Rex -> TRexHanoh Haim11-33/+33
2015-10-12merged with masterDan Klein6-61/+3
2015-10-12cosmeticsDan Klein2-3/+3
2015-10-12solving conflictsDan Klein1-14/+0
2015-10-12solving conflictsDan Klein11-249/+310
2015-10-12Merge branch 'master' into dan_latestDan Klein1-0/+9
2015-10-12 check for 64bit kernelHanoh Haim1-0/+9
2015-10-12fixed documentation conflictsDan Klein3-33/+19
2015-10-12Merge branch 'dan_stateless' into dan_latestDan Klein30-769/+1555
2015-10-12named with nametuples the returnvalue of the "send_raw_msg" method.Dan Klein1-2/+2
2015-10-12Updated handlers of getter methods and stats (Global, port, stream).Dan Klein3-31/+60
Also, set return values of RPC commands as namedtuples
2015-10-12Applied some code cosmeticsDan Klein1-18/+14
2015-10-08Merge branch 'master' into rpcimarom2-1/+31
2015-10-07More progress in stateless client.Dan Klein2-13/+57
Mainly more mature approach to handling results
2015-10-07added async publisher to the RPC serverimarom1-1/+1
2015-10-07Applied port validity on port_id relevant methodsDan Klein1-0/+18
2015-10-07progress in TRexStatelessClient moduleDan Klein2-69/+139
mainly at batching support