Leonardo Lazzaro
Leonardo Lazzaro
@Pve88 solution works.
yes, you can download the json (or other format) from the pubchem official ftp. check here for more information https://pubchem.ncbi.nlm.nih.gov/pc_fetch/pc_fetch-help.html
@bjonnh I understand a different thing about *full assay data* Did you checked the Assay class?
In my case I have the same issue. I solved it by using '' as root path resource.putChild('', File(....))
Note: This project is unmaintained.
check https://github.com/llazzaro/pyiw
Great! do you have pr merge permission?
@rikoz report it here: https://github.com/llazzaro/pyiw I sent you a hang out invite.
I think appending will work, actually in my implementation it's working fine in python3.
the sniffer function has the following code: ``` void sniffer(uint8_t *buf, uint16_t len) { pkts++; if (buf[12] == 0xA0 || buf[12] == 0xC0) { deauths++; } } ``` It seems...