wifi_ducky icon indicating copy to clipboard operation
wifi_ducky copied to clipboard

To do list

Open AlistairXX opened this issue 6 years ago • 8 comments

I'm interested in your projects and i see that you have a cool "To-Do" list....can you make the appearance and other stuff better in this project too just as you did in esp8266 deauther.....Do you have any update on this project or this is a abandoned project?

AlistairXX avatar Aug 10 '17 15:08 AlistairXX

It's not abandoned, it just needs a lot of work and I don't have the time at the moment. I will continue developing it soon.

spacehuhn avatar Aug 10 '17 15:08 spacehuhn

It's so nice of you....WiFi 🦆 is one of the best project you have made .....we just expect you to make some changes in this project too,I'm very excited to see what you do next

On 10 Aug 2017 9:06 pm, "Stefan Kremser" [email protected] wrote:

It's not abandoned, it just needs a lot of work and I don't have the time at the moment. I will continue developing it soon.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/spacehuhn/wifi_ducky/issues/61#issuecomment-321588641, or mute the thread https://github.com/notifications/unsubscribe-auth/AUS-2N33YaeKuqLLTsQS_-D_EY-zEDhsks5sWyOLgaJpZM4OzlAd .

AlistairXX avatar Aug 10 '17 15:08 AlistairXX

You know, anyone can contribute, not only @spacehuhn has to do stuff. It's funny because I never contributed to anything here xD

jamezrin avatar Aug 10 '17 16:08 jamezrin

It's a cool project.... make some changes, best regards

On 10 Aug 2017 10:18 pm, "Jaime Martinez Rincon" [email protected] wrote:

You know, anyone can contribute, not only @spacehuhn https://github.com/spacehuhn has to do stuff. It's funny because I never contributed to anything here xD

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/spacehuhn/wifi_ducky/issues/61#issuecomment-321609067, or mute the thread https://github.com/notifications/unsubscribe-auth/AUS-2IirJbBs1KCAaqY9sUkISDokJIANks5sWzR4gaJpZM4OzlAd .

AlistairXX avatar Aug 11 '17 17:08 AlistairXX

To do: Remove the 1024 limit

SkyCityCZ avatar Nov 03 '17 12:11 SkyCityCZ

@SkyCityCZ what 1024 limit?

supersjimmie avatar Nov 06 '17 08:11 supersjimmie

For wifi ducky scripts...

Dne 6. 11. 2017 9:17 napsal uživatel "supersjimmie" < [email protected]>:

@SkyCityCZ https://github.com/skycitycz what 1024 limit?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/spacehuhn/wifi_ducky/issues/61#issuecomment-342075751, or mute the thread https://github.com/notifications/unsubscribe-auth/AXLO12DXnxzAr7ZDnyzWCqRXoBU8DBsNks5szsCjgaJpZM4OzlAd .

SkyCityCZ avatar Nov 06 '17 08:11 SkyCityCZ

@SkyCityCZ I don't have such large scripts, and if you simply break one >1024 sized script into more smaller scripts you can send as much as you want. There is a var called bufferSize in the esp part of the code, which is now set to 600. That would suggest that the limit is not even 1024 but only 600. You could experiment with that.

But beside that bufferSize, perhaps it's just a limitation on the serial hardware or another var that is rolling over. Actually, you should be able to find out at which point you start loosing data by simply adding some debugging lines to your own code.

supersjimmie avatar Nov 07 '17 15:11 supersjimmie