Python Forum

Full Version: Wi-Fi Direct Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello to everyone.

Is there a way/module in python for the communication among two devices through Wi-Fi.

I want the case at which there is not an access point.

I have only laptopA and laptopB at an isolated island in the middle of nowhere and both of them have just wi-fi turned on.

I want to send data from A -> B with ad-hoc way ( like bluetooth for example ).

I searched a lot but i did not find anything usefull.

Thanks in advance for the help :) :)
many packages available, see: https://pypi.org/search/?q=wi-fi
Thanks for the answer but as much i have searched , none of them is what i want.