aboutsummaryrefslogtreecommitdiffstats
path: root/golib/eows/eows.go
AgeCommit message (Collapse)AuthorFilesLines
2019-04-04Fixed package tree and go mod filev0.5.0Sebastien Douheret1-287/+0
Change-Id: I1047094d5b80d0622e2c2ce674979f18207b8c0f Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-03-09Improved PtyMode (eows lib).Sebastien Douheret1-16/+20
- renamed PtsMode to PtyMode - used byte array instead of string - allowed terminal echo on/off (PtyMode only) - fixed support escaped and control characters (PtyMode only) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-23Add PtsMode support to eows libv0.2.0Sebastien Douheret1-40/+129
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-26Added SplitLineTime and SplitTime support in eowsv0.1.9eel_5.0.1eel/5.0.15.0.1Sebastien Douheret1-2/+8
- Used SplitTime to split command output by line - Used SplitLineTime to split command output by line or until a timeout has passed. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-22Added splitter method selection in eows lib.Sebastien Douheret1-1/+13
2017-08-07Added eows (Exec Over WebSocket) package.Sebastien Douheret1-0/+176