![]() |
Wi-Fi Direct Python - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Networking (https://python-forum.io/forum-12.html) +--- Thread: Wi-Fi Direct Python (/thread-28999.html) |
Wi-Fi Direct Python - teodorisss - Aug-13-2020 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 :) :) RE: Wi-Fi Direct Python - Larz60+ - Aug-13-2020 many packages available, see: https://pypi.org/search/?q=wi-fi RE: Wi-Fi Direct Python - teodorisss - Aug-14-2020 Thanks for the answer but as much i have searched , none of them is what i want. |