Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilteoood/p2p_library

With p2p_library you can easily create a Wi-Fi Direct network
https://github.com/ilteoood/p2p_library

Last synced: 22 days ago
JSON representation

With p2p_library you can easily create a Wi-Fi Direct network

Awesome Lists containing this project

README

        

With p2p_library you can easily create a Wi-Fi Direct network!

You can find an example of use of this library inside the main.py file; it requires these parameters:

- -i or --interface, used to specify the network interface card. Mandatory.
- -o or --go, used to create the group with the Group Owner role. Optional.
- -c or --client, used to create the group with the Client role. Optional, is the default choice.

To work, this software needs: wpa_supplicant, D-BUS, GObject and Python (obviously).

The main.py implements these commands:

- !!: repeat the last command
- ls: print the list of the nearby devices
- connect : send an invitation
- disconnect: remove the device from the group
- flush: clean the interface cache
- invite : send an invitation for an already formed group
- join : join the group that use as go