Filippo Marini
Filippo Marini
The error is related to this line: https://github.com/hbldh/bleak/blob/develop/bleak/backends/p4android/recipes/bleak/__init__.py#L11 if you change it to `0.20.0` for example, buildozer finishes the build. Unfortunately, if I run the compiled example on my phone,...
Everything seems to work in simulation. Some possible criticalities (?): - Using the ARP table, the ARP timeout is only used for the currently active IP address (meaning the 'clientRemoteIp'...
I'll be un-drafting this PR once I'll hardware test it to make sure everything works like in simulation. In the meantime, if people have any thoughts about the points above,...
Yeah, sorry about that.. maybe I should just add the SURF's .emacs file to my emacs conf file.. I've applied the SLAC format and commited. Anyway I found useful to...
Hi @ruck314, I've updated the code. Here's the changes - In the LUT table, each entry has a timer, very similar to the timer in the 'UdpEngineArp' module. When an...
I've created a testbench in order to verify the functionalities of this PR. The testbench is [here](https://github.com/FilMarini/SurfEthArpTest) It's a cocotb testbench where basically there's a docker container acting as the...
@ruck314 Hmmm, ok. Thanks for trying it out! I'm currently not in the lab/office. Next week I'll take a closer look at this. Do you have any idea if its...
@ruck314 Hi Larry, sorry if this took a while, but lately I've been busy with other activities. I think the problem was related to the fact that the XVC stream...
> @FilMarini XVC now works for https://github.com/slaclab/Simple-10GbE-RUDP-KCU105-Example using your `FilMarini:multi-arp` branch. I want to do a little bit more testing before approving it since it does have a lot of...
@Eren121 Were you able to solve this?