Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 27 Jul 2015 18:49:41 +0300
From: Aleksey Cherepanov <lyosha@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: Re: Re: ztex 1.15y boards, pre-development

On Mon, Jul 27, 2015 at 12:19:16PM +0300, Aleksey Cherepanov wrote:
> On Mon, Jul 27, 2015 at 03:03:34AM +0300, Aleksey Cherepanov wrote:
> > On Mon, Jul 27, 2015 at 02:54:14AM +0300, Aleksey Cherepanov wrote:
> > > 4 runs lag remains.
> > 
> > I think, I got how to bypass it: read 5 times and skip results from
> > first 4 times. Also there is a difference: with wrong data I got 32
> > bytes back, while good data come in 34 bytes "packet".
> > 
> > I tried up to 20 reads, only fifth seem to be right.

I tried to write several times and to write more in 1 pack (but not
both). I get results only in fifth reading. So I removed printf and
added cycle so:

5000 times:
  modify sent[]
  write 64 bytes
  read till length == 34 or up to 6 times
  fail if read 6 times
  check results

It does not fail. 5k iteration take 6.1 seconds, so transfer speed is
52kb/s. Code attached.

Thanks!

-- 
Regards,
Aleksey Cherepanov

View attachment "ez_transfer_data.c" of type "text/x-csrc" (2623 bytes)

View attachment "transfer_data.c" of type "text/x-csrc" (4513 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.