Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-08 | huge refactor - again | 1 | -784/+0 | ||
2016-02-08 | first refactor | 1 | -7/+9 | ||
2016-01-28 | added API: release, remove_stream | 1 | -1/+7 | ||
2016-01-27 | API: example for bi-directional flows | 1 | -6/+21 | ||
2016-01-26 | API simplification and example | 1 | -2/+3 | ||
2016-01-26 | API cleaning up | 1 | -4/+5 | ||
2016-01-24 | added example | 1 | -14/+11 | ||
2016-01-21 | phase 4 | 1 | -24/+52 | ||
2016-01-21 | draft #3 | 1 | -17/+33 | ||
2016-01-21 | draft #2 | 1 | -9/+9 | ||
2016-01-21 | highly draft - just backing up | 1 | -10/+38 | ||
2016-01-21 | async publish now | 1 | -35/+14 | ||
2016-01-21 | draft of test API for stateless | 1 | -4/+6 | ||
2016-01-14 | always on top for TUI now works no most platforms | 1 | -14/+38 | ||
(using GTK+ if available) | |||||
2016-01-13 | fixed the permission on the console directory (now creates with 777) | 1 | -1/+8 | ||
2016-01-13 | -a is not mandatory anymore for every port's commands | 1 | -0/+1 | ||
the default is all ports | |||||
2016-01-13 | cntrl+c in middle of line can abort the line instead of exiting | 1 | -3/+17 | ||
2016-01-13 | TUI now writes to a string buffer and then to screen | 1 | -1/+1 | ||
(should be faster, like double buffering and switch) | |||||
2016-01-13 | added 'total' line to stats | 1 | -8/+18 | ||
2016-01-12 | perfectionist's job is never done - fixed the console prompt redraw when | 1 | -0/+5 | ||
an async event occurs so it looks nice | |||||
2016-01-12 | some modifactions to the TUI | 1 | -1/+1 | ||
few things were fixed | |||||
2016-01-07 | Working version of streams view in TRex console. | 1 | -0/+9 | ||
TODO: sync when console crashes isn't integrated yet | |||||
2015-12-16 | add tuple gen command and yaml example | 1 | -2/+4 | ||
2015-12-15 | Merging lastest 'master' to side branch 'vm' | 1 | -5/+20 | ||
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-15 | VM: connected control plane to DP | 1 | -0/+5 | ||
2015-12-14 | bugs fixes | 1 | -5/+23 | ||
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | 1 | -1/+14 | ||
and TUI can be started in xterm using tui -x | |||||
2015-12-10 | added a "--tui" feature to the console | 1 | -17/+23 | ||
it opens in read only mode and runs the TUI | |||||
2015-12-10 | removed session id - not necessary | 1 | -1/+2 | ||
2015-12-09 | read only support | 1 | -16/+62 | ||
2015-12-08 | some modifications to the tables | 1 | -3/+6 | ||
added clear stats as well | |||||
2015-12-08 | text based TUI (does not use ncurses) | 1 | -3/+3 | ||
2015-12-07 | Merge branch 'dan_stateless' into a test branch | 1 | -1/+18 | ||
Conflicts: scripts/automation/trex_control_plane/client/trex_async_client.py scripts/automation/trex_control_plane/client/trex_stateless_client.py scripts/automation/trex_control_plane/client_utils/parsing_opts.py scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-06 | ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !) | 1 | -0/+1 | ||
fixed and more hardening | |||||
2015-12-06 | various fixes (each one is a minor one) | 1 | -35/+30 | ||
2015-12-01 | 1. fixed ZMQ message limitation | 1 | -1/+1 | ||
2. added some scale yamls for IMIX (300 streams, 1000 streams) 3. return objects are always complex objects (not strings) - for backward compatability 4. some minor adjustments to ZMQ socket timeouts | |||||
2015-11-29 | Supports all desired stats option, plus clearing option | 1 | -0/+7 | ||
2015-11-26 | when connection is lost - identify this on the console | 1 | -0/+33 | ||
2015-11-26 | Merge branch 'master' into dan_stateless | 1 | -8/+95 | ||
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py | |||||
2015-11-26 | Initial implementation of stats prompting | 1 | -1/+10 | ||
2015-11-26 | added support for 'update' | 1 | -4/+12 | ||
2015-11-25 | fixed a bug with default start command in the console | 1 | -0/+22 | ||
also added clear events and more types of events | |||||
2015-11-25 | added events log | 1 | -0/+6 | ||
2015-11-25 | removed some garbage prints | 1 | -2/+0 | ||
2015-11-25 | added history command support - you can show the history or execute a ↵ | 1 | -2/+55 | ||
previous command | |||||
2015-11-24 | minor console fix | 1 | -2/+2 | ||
2015-11-23 | add pause/resume into the console | 1 | -0/+10 | ||
2015-11-22 | TUI back online | 1 | -3/+2 | ||
2015-11-19 | History feature is DONE | 1 | -10/+42 | ||
Fixed bugs Cleaned code, more like PEP8 | |||||
2015-11-16 | created general trex console class | 1 | -0/+18 | ||
added dynamic server async support fixed bugs |