Replies: 3 comments
-
Nice to read that. Thanks. Unfortunately I have no solution to handle 6 split windows. Maybe my lessons learned are helpful:
To find out if the system is at the limit of its performance you can use this command:
Everything is fine and no packets have been dropped! |
Beta Was this translation helpful? Give feedback.
-
about this lines on your lessons learned: "a Raspberry Pi is not able to handle more than one interface at the same time" if you have time could you elaborate a little more on the subjects? in what way an RPI can only handle one adapter at a time, any RPI is the same? Zero? 4b/5 ? do you recommend any other better portable system? also, if each adapter is configured to listen on separated channels, does the same level of interference apply too? |
Beta Was this translation helpful? Give feedback.
-
multiple interfaces interfere with each other Run two interfaces in parallel: a Raspberry Pi is not able to handle more than one interface at the same time Maybe the situation is better when running hcxdumptool in parallel. |
Beta Was this translation helpful? Give feedback.
-
hello, let me start by saying your work on this tools is truly amazing and inspired me to start playing with the wifi again :)
im currently testing a raspberry pi 4b with 6 usb wifi adapters, 4 of them on a usb hub external powered and 2 directly on the rpi.
i have a script that creates a tmux session with 6 window panes split and run hcxdumptool with different channels on each of them.
the issue i have is that the display status gets messed up and i cannot see much on the 6 split windows.
do you have any tips to fix the display to be more friendly on this cases or maybe another approach could be to integrate the 6 outputs into one? i saw that you once had a server/client display status but seems that is no longer available.
any suggestions would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions