DebugMux client for [Sony] Ericsson phones and modems
Go to file
Vadim Yanitskiy 569e5d3e9c SEDbgMuxApp: use cmd2.Fg instead of deprecated cmd2.fg
In v2.3.0 both cmd2.{fg,bg} have been deprecated in favour of cmd2.{Fg,Bg}.
In v2.4.0 both cmd2.{fg,bg} have been removed.

See https://github.com/python-cmd2/cmd2/blob/master/CHANGELOG.md
2022-07-14 18:25:45 +07:00
.gitignore Initial commit 2022-01-18 16:22:54 +06:00
LICENSE.txt Initial commit 2022-01-18 16:22:54 +06:00
peer.py SEDbgMuxApp: use non-zero default serial port read timeout 2022-06-20 22:36:17 +07:00
proto.py DbgMuxFrame: add tentative FlowControl message definition 2022-03-27 22:54:47 +03:00
requirements.txt Add requirements.txt listing all dependencies 2022-01-21 02:08:58 +06:00
sedbgmux.py SEDbgMuxApp: use cmd2.Fg instead of deprecated cmd2.fg 2022-07-14 18:25:45 +07:00
transport.py Transport: mark abstract methods with @abc.abstractmethod 2022-06-20 18:48:17 +07:00