Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-11 | fix duration for stl tests | Hanoh Haim | 1 | -0/+0 | |
2015-11-11 | lightweight console | imarom | 5 | -954/+1284 | |
2015-11-10 | Major progress in parsing, not stable yet | Dan Klein | 3 | -130/+488 | |
Most advanced: start, stop functionality | |||||
2015-11-09 | Merge branch 'rpc_intg1' of ↵ | imarom | 3 | -3/+162 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 | |||||
2015-11-09 | moved logic to the port class | imarom | 1 | -0/+3 | |
also implemented the state machine for CP port | |||||
2015-11-09 | Merge branch 'rpc_intg1' | Hanoh Haim | 34 | -650/+1881 | |
2015-11-09 | Merge branch intg1 | Hanoh Haim | 26 | -93/+222 | |
2015-11-09 | add many client example | Hanoh Haim | 1 | -0/+42 | |
2015-11-08 | tests golden were updated because main loop | imarom | 22 | -0/+0 | |
exit model has changed (sometimes one more packet was written to the dump file) | |||||
2015-11-08 | code review notes: | imarom | 1 | -2/+2 | |
1. performance improvement for stateless DP core object (direct object) 2. exit scheduler loop is now using a scheduled message and not IF 3. duration for inifinite is negative number 4. fixed stop_traffic scheduled node time | |||||
2015-11-07 | Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1 | Dan Klein | 4 | -45/+98 | |
2015-11-07 | Extended line parsing options, didn't apply all changes on console YET | Dan Klein | 4 | -93/+222 | |
2015-11-05 | Merge branch 'rpc_intg1' of ↵ | imarom | 1 | -1/+46 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 | |||||
2015-11-05 | bug fixes in status window | imarom | 4 | -45/+98 | |
2015-11-05 | added custom line parsing class and methods | Dan Klein | 1 | -1/+46 | |
2015-11-04 | new format for the status per port | imarom | 1 | -12/+33 | |
2015-11-04 | some fields were missing from the ZMQ publisher | imarom | 2 | -8/+15 | |
2015-11-03 | Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1 | Dan Klein | 2 | -37/+47 | |
2015-11-03 | updated sync_client | Dan Klein | 1 | -3/+15 | |
2015-11-03 | fields for specific ports on the status screen | imarom | 2 | -37/+47 | |
2015-11-03 | first commit for advnaced options | Dan Klein | 6 | -8/+18 | |
2015-11-03 | Added parsing file for console advanced options | Dan Klein | 1 | -0/+1 | |
2015-11-02 | few bug fixes for last commit | imarom | 3 | -11/+34 | |
2015-11-02 | status is back online + ZMQ async stats | imarom | 4 | -155/+335 | |
2015-11-01 | added support for a new RPC command : sync_user | imarom | 1 | -2/+2 | |
provides a way to sync a console / GUI to the server for a specific user | |||||
2015-11-01 | added support for 'mul' field in start_traffic RPC command | imarom | 1 | -2/+3 | |
2015-10-29 | Fixed verbose mode | Dan Klein | 2 | -54/+79 | |
More stability fixes removed irrelevand methods | |||||
2015-10-29 | Awesome working start/stop traffic console | Dan Klein | 3 | -69/+105 | |
Fixed more stability issues :) Ready for merging. | |||||
2015-10-29 | fixed console issues after testsing them | Dan Klein | 2 | -23/+48 | |
2015-10-29 | Console redesign using trex_stateless_client module | Dan Klein | 3 | -63/+227 | |
2015-10-29 | Added module for text formatting, such that coloring, bold, underline. | Dan Klein | 1 | -0/+72 | |
2015-10-28 | console progress, still SHAKY! | Dan Klein | 2 | -108/+151 | |
2015-10-28 | updated more HLTAPI functionality and fixed found bugs. | Dan Klein | 6 | -35/+213 | |
Working: Start/stop traffic, traffic config (semi), connect, clean Missing: stats Next: boost console | |||||
2015-10-28 | more HLTAPI 2 | Dan Klein | 1 | -16/+48 | |
2015-10-27 | More HLTAPI | Dan Klein | 2 | -18/+68 | |
2015-10-27 | more HLTAPI | Dan Klein | 1 | -0/+1 | |
2015-10-27 | more hltapi progress | Dan Klein | 3 | -57/+227 | |
connect working | |||||
2015-10-27 | fix call ./t-rex-64 --help for getting version | Yaroslav Brustinov | 1 | -3/+5 | |
2015-10-26 | API add: get_trex_log(), get_trex_daemon_log(), get_trex_version() | Yaroslav Brustinov | 2 | -3/+118 | |
2015-10-26 | add disconnect functionality | Dan Klein | 2 | -6/+4 | |
2015-10-26 | fixed streamlist loading | Dan Klein | 1 | -2/+3 | |
2015-10-25 | refactor tx_link -> comm_link | Dan Klein | 1 | -6/+6 | |
2015-10-25 | Merge branch 'master' into dan_stateless | Dan Klein | 1 | -0/+7 | |
2015-10-25 | HLTAPI progress... | Dan Klein | 4 | -5/+37 | |
2015-10-25 | Fixed importing of packages at documentation building | Dan Klein | 1 | -0/+7 | |
2015-10-22 | minor updates | Dan Klein | 3 | -144/+14 | |
2015-10-21 | Added support for path autocomletion for console methods :) | Dan Klein | 1 | -2/+22 | |
2015-10-20 | + Added traffic options at stl directory | Dan Klein | 6 | -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-20 | Merge branch 'master' into master-demo + | Dan Klein | 6 | -10/+121 | |
working demo of loading a YAML, and attaching it to server | |||||
2015-10-20 | Major progress in console, yaml utils, and trex_streams | Dan Klein | 7 | -75/+226 | |
basically done, minor changes remianing BIG ISSUE LEFT: rewire console to work with trexstateless client module |