Andrea
Andrea
try this branch https://github.com/audetto/AppleWin/tree/u2 It creates a `AppleWin.pcap` file with all the traffic we have seen and sent.
Yes On Mon, 14 Mar 2022, 21:20 TomCh, ***@***.***> wrote: > Can I just use the aw.zip from this other issue: #1046 (comment) > > ? > > — >...
I am no expert of TCP handshake. But it should start with a `SYN`. Pick trace1. After then DNS request, packet 5 is the first successful connection starting with a...
https://www.techopedia.com/definition/23554/initial-sequence-numbers-isn
I've done the same with `ip65.dsk` from https://github.com/cc65/ip65 and the first `SYN` is a *random* number 3661365248 3877765120 (reset) 3791519744 (rerun) 1168637952 (reset) 3483238400 (reset) ....
I am trying a fix. What is the best way to get some entropy? A good address to read the floating bus?
It is indeed a weak source, but it does something I read it 4 times, maybe a longer loop... ``` uint8_t * random = 0xC020; iss[0] = *random; iss[1] =...
I think it works, but the bus entropy is really small. In your case, it has read `A0` 4 times in a row in both cases, there is little to...
This is my final effort: Use the same contiki which reads `C020` together with this [aw.zip](https://github.com/AppleWin/AppleWin/files/8303869/aw.zip) where I changed ``` inline DWORD getRandomTime(); static BYTE __stdcall IORead_C02x(WORD pc, WORD addr,...
Here it is. [aw.zip](https://github.com/AppleWin/AppleWin/files/8309326/aw.zip)