host side for barebox remote control
This contains the host tool for barebox remote control. It is written in
Phython with its own implementation of the RATP protocol. Currently this
is a very simple tool which needs more work, but the code can also be
used as a library.

Example output:

console: '.      '
console: '..     '
console: 'dev    '
console: 'env    '
console: 'mnt    '
console: '\n'
Result: BBPacketCommandReturn(exit_code=0)

Signed-off-by: Jan Lübbe <j.luebbe@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Tested-by: Andrey Smirnov <andrew.smirnov@gmail.com>
1 parent 06fc355 commit be6c6e653683e86d4c7aeb2b67c62ec0895befa3
@Jan Luebbe Jan Luebbe authored on 5 Jun 2015
Sascha Hauer committed on 18 Jan 2016
Showing 9 changed files
View
scripts/bbremote 0 → 100755
View
scripts/remote/__init__.py 0 → 100644
View
scripts/remote/controller.py 0 → 100644
View
scripts/remote/main.py 0 → 100644
View
scripts/remote/messages.py 0 → 100644
View
scripts/remote/missing.py 0 → 100644
View
scripts/remote/ratp.py 0 → 100644
View
scripts/remote/ratpfs.py 0 → 100644
View
scripts/remote/threadstdio.py 0 → 100644