Re: [RFC PATCH v2 7/8] ratp: new md and mw commands

2018-02-22 Thread Sascha Hauer
On Wed, Feb 21, 2018 at 02:10:09PM +0100, Aleksander Morgado wrote: > >> read and write memory files without needing to do custom string > >> parsing on the data returned by the console 'md' and 'mw' operations. > >> > >> The request and response messages used for these new operations are > >>

Re: [RFC PATCH v2 7/8] ratp: new md and mw commands

2018-02-21 Thread Aleksander Morgado
>> read and write memory files without needing to do custom string >> parsing on the data returned by the console 'md' and 'mw' operations. >> >> The request and response messages used for these new operations are >> structured in the same way: >> >> * An initial fixed-sized section includes the

Re: [RFC PATCH v2 7/8] ratp: new md and mw commands

2018-02-12 Thread Sascha Hauer
On Thu, Feb 08, 2018 at 02:23:00PM +0100, Aleksander Morgado wrote: > This commit introduces support for running the md and mw commands > using the binary interface provided by RAPT. This allows clients to s/RAPT/RATP/ > read and write memory files without needing to do custom string > parsing

[RFC PATCH v2 7/8] ratp: new md and mw commands

2018-02-08 Thread Aleksander Morgado
This commit introduces support for running the md and mw commands using the binary interface provided by RAPT. This allows clients to read and write memory files without needing to do custom string parsing on the data returned by the console 'md' and 'mw' operations. The request and response