rfquack / RFQuack-cli

Command line interface client to RFQuack dongles
https://github.com/trendmicro/RFQuack
GNU General Public License v2.0
10 stars 3 forks source link

RFQuack console does not work properly #7

Open joelsernamoreno opened 3 years ago

joelsernamoreno commented 3 years ago

Hi!

I don't know if this issue has to be opened here too. It seems that RFQuack-cli does not recognize the device.

I have opened an issue with more information in the RFQuack repository. Check this:

https://github.com/rfquack/RFQuack/issues/9

Thanks

eblazquez commented 3 years ago

It seems that rfquack_pb2.py needs to be updated on the cli. This file comes from the RFQuack repo (under src/client), and it's generated dinamically when "make proto" is launched. The content of this file on both RFQuack and RFQuack-cli directories should match, or else the client doesn't work correctly.

Regards.

joelsernamoreno commented 3 years ago

Hi @phretor

Can you check @eblazquez fix?

Thanks!

phretor commented 3 years ago

With the RFQuack repository at hand, running make proto” will create the required files (C headers and Python classes).

Sent from my iPhone

On 1 May 2021, at 03:38, Joel Serna Moreno @.***> wrote:

 Hi @phretor

Can you check @eblazquez fix?

Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

joelsernamoreno commented 3 years ago

Well, this problem has not been fixed with make proto. The dongle is not detected

dongle

joelsernamoreno commented 2 years ago

Hello!

I have managed to flash an older version sometime, following these steps:

rfquack-old.pdf

I have not been able to get it to work with the latest version of RFQuack