Merge https://github.com/evilsocket/pwnagotchi into win_connection_share.ps1

This commit is contained in:
Justin-p 2019-10-05 20:18:15 +02:00
commit 46dc5d5f76

@ -2,7 +2,7 @@
The project has been developed to run on a Raspberry Pi 0 W configured as an [USB Ethernet gadget](https://learn.adafruit.com/turning-your-raspberry-pi-zero-into-a-usb-gadget/ethernet-gadget) device in order to connect to it via USB. However, given the proper configuration tweaks, any GNU/Linux computer with a WiFi interface that supports monitor mode could be used.
*An important note about the AI:* a network trained with a specific WiFi interface will only work with another interface if it supports
**An important note about the AI:** a network trained with a specific WiFi interface will only work with another interface if it supports
the same exact WiFi channels of the first one. For instance, you can not use a neural network trained on a Raspberry Pi Zero W (that only supports 2.4Ghz channels) with a 5Ghz antenna, but you'll need to train one from scratch for those channels.
## Required Hardware