Max Williams

Results 50 comments of Max Williams

I don't actually have a Raspberry Pi to use for this any more but perhaps some other user can help you.

> Me too. Is this project abandoned? It's not abandoned, I just don't use this project any more so can't really debug issues myself. Fix the issue, create a PR...

This causes the raspberry pi host to continually cycling through DHCP IP addresses. @gpotter2 do you have an idea why or how this is?

The classes are quite different: https://github.com/phaethon/kamene/blob/master/kamene/layers/l2.py#L320 https://github.com/secdev/scapy/blob/master/scapy/layers/l2.py#L318 I'll make a dump tomorrow and see what the deal is.

@gpotter2 thanks for much for the comparison between the 2! I think I've worked out the difference by looking at the packet dumps. Taken by running `tcpdump -w file.pcap -nn...

OK cool. That's the second scapy bug I've found from use in this project 😃 Do you want me to create an issue in scapy repo?

If `hidden` opened the "hidden" icons below the menu bar, like Bartender does, it would solve this for users who had a notch on their display: ![image](https://user-images.githubusercontent.com/5198883/192111509-25ae163f-a7d5-4955-96fc-9d113be5bd99.png)

> the only way I could get this to work was as a Lambda container image That's annoying! > Any pointers what I might be doing wrong? I don't have...

What if you run the `pip install` using the `lambci/lambda:build-python3.6` image? i.e. ``` docker run -it --volume=$PWD:/temp lambci/lambda:build-python3.6 bash -c "pip install /temp --target=/temp/python-packages" ```

On what OS did you run `sudo pip3 install invokust --target=python-packages`?