aboutsummaryrefslogtreecommitdiffstats
path: root/golib/eows
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09Improved PtyMode (eows lib).Sebastien Douheret3-33/+62
- 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 Douheret3-48/+150
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 Douheret2-18/+53
- 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-22Fixed reported error and logging.v0.1.8Sebastien Douheret2-5/+5
2017-12-22Added splitter method selection in eows lib.Sebastien Douheret2-2/+25
2017-11-28Fixed incorrect log syntax.v0.1.7Sebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-09Fix windows build.Sebastien Douheret1-5/+1
2017-08-07Added eows (Exec Over WebSocket) package.Sebastien Douheret5-0/+374